Agent skill · Security

usenixsec-reproducibility

Use when strengthening reproducibility for a USENIX Security Symposium paper — writing the mandatory Open Science appendix, deciding what can and cannot be shared (exploit code, vulnerable-device data, human-subjects material), and making measurement, attack, and defense results independently regenerable.

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill usenixsec-reproducibility --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: USENIX-Security-Skills/skills/usenixsec-reproducibility/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 909 · +31 this week
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# USENIX Security Reproducibility Since the '26 cycle, USENIX Security has made openness a structural requirement: every submission carries an **Open Science appendix** stating where the artifacts behind the paper live, and acceptance is later conditioned on that availability verifying (Phase-1 AE). This skill covers the appendix itself and the underlying engineering that makes the statement true. Policy text is per-cycle — reread the current CFP section before relying on wording. ## The Open Science appendix is a contract, not a caption Reviewers read it during evaluation; the AEC enforces it after acceptance. It should answer, concretely: - **What exists**: code, datasets, configurations, analysis notebooks, hardware designs — enumerated, not gestured at. - **Where**: resolvable locations (anonymized mirrors at submission; permanent, ideally DOI-backed archives in the final paper). - **What is withheld and why**: the policy accepts justified omission, and security work legitimately generates a lot of it. ```latex \section*{Open Science} All scanner source code, the analysis pipeline, and the aggregated measurement tables (Sections 4--6) are available at \url{<anonymized-archive>}

What's inside
Steps it walks through
  1. The Open Science appendix is a contract, not a caption
  2. Withholding decisions that hold up
  3. Determinism engineering for security experiments
  4. Paper-side reporting that reviewers check
  5. Reverify each cycle
  6. Output format
Commands it runs
Capture the environment fingerprint alongside every experiment run
sha256sum targets.txt config.yaml; pip freeze | sort; } > runs/$(date +%s).env
More from Awesome-Journal-Skills
All skills →
About this skill
What does the usenixsec-reproducibility skill do?

Use when strengthening reproducibility for a USENIX Security Symposium paper — writing the mandatory Open Science appendix, deciding what can and cannot be shared (exploit code, vulnerable-device data, human-subjects material), and making measurement, attack, and defense results independently regenerable.

How do I install it?

Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill usenixsec-reproducibility --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Awesome-Journal-Skills, a repository with 909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going