Agent skill · Documentation

ndss-reproducibility

Use when making an NDSS paper's results reconstructible — snapshotting live-network observations, pinning testbeds and toolchains, scrubbing traces that carry identities, and writing honest availability statements when ethics or vendor embargoes limit release.

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill ndss-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: NDSS-Skills/skills/ndss-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

# NDSS Reproducibility Network-security results decay: targets patch, providers change behavior, botnets die, and the population you measured in August is not the population of next March. Reproducibility at NDSS therefore means two different promises, and conflating them is the classic mistake: 1. **Reconstruction** — anyone can re-derive your numbers from what you recorded. 2. **Re-execution** — anyone can re-run your pipeline against the world and get *their* numbers, understanding why they differ from yours. Promise (1) unconditionally. Promise (2) only where the world cooperates. ## Freezing the measured world | Volatile thing | What to freeze at experiment time | | --- | --- | | Scanned population | Input list + source + retrieval date; per-target response snapshots | | Target software | Exact versions, build hashes, config files; patch level on the test date | | Network path | Vantage descriptions, traceroute-level context where relevant, ASN of probes | | Testbed | Topology file, firmware images (or their hashes), kernel/NIC settings | | Toolchain | Container image or lockfile for every analysis script; seeds for anything sampled | | Third-party feeds | Copies (or hashes +

What's inside
Steps it walks through
  1. Freezing the measured world
  2. Traces are radioactive
  3. The claims ledger
  4. Honest availability statements
  5. Cheap habits that pay at rebuttal time
  6. Output format
More from Awesome-Journal-Skills
All skills →
About this skill
What does the ndss-reproducibility skill do?

Use when making an NDSS paper's results reconstructible — snapshotting live-network observations, pinning testbeds and toolchains, scrubbing traces that carry identities, and writing honest availability statements when ethics or vendor embargoes limit release.

How do I install it?

Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill ndss-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