ndss-topic-selection

GitHub

辅助安全研究人员判断项目是否适合投稿NDSS会议,通过网线、部署环境和对手模型三项测试评估匹配度,并对比IEEE S&P等其他顶级会议进行路由决策。

NDSS-Skills/skills/ndss-topic-selection/SKILL.md brycewang-stanford/Awesome-Journal-Skills

触发场景

决定安全论文的目标投稿会议 评估项目是否符合NDSS的范围

安装

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill ndss-topic-selection -g -y
更多选项

非标准路径

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/NDSS-Skills/skills/ndss-topic-selection -g -y

不安装直接使用

npx skills use brycewang-stanford/Awesome-Journal-Skills@ndss-topic-selection

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill ndss-topic-selection -a claude-code -g -y

安装 repo 全部 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --all -g -y

预览 repo 内 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --list

SKILL.md

Frontmatter
{
    "name": "ndss-topic-selection",
    "description": "Use when deciding whether a security project belongs at NDSS — the Network and Distributed System Security Symposium — or should route to IEEE S&P, USENIX Security, CCS, PETS, IMC, or ACSAC, applying NDSS's networked-adversary and deployment-realism tests before any writing begins."
}

NDSS Topic Selection

NDSS is the Internet Society's slice of the security big four, and its center of gravity is literal: security of things that are networked or distributed — protocols, the web, DNS and routing, cloud and edge infrastructure, IoT fleets, and the measurement of all of the above under attack. Work can be excellent and still be mis-routed here. Run these tests before a word is drafted; the cheapest rejection is the one you never submit into.

Three fit tests

  1. The wire test. Describe the contribution without mentioning a network, a protocol, a distributed deployment, or Internet-scale phenomena. If the description survives intact, the paper's heart is somewhere else — a crypto venue, a software-engineering venue, an ML venue — and NDSS reviewers will sense it.
  2. The deployment-envelope test. NDSS repeatedly rewards work whose design is forced by real-world constraints: no source code, no firmware access, gateway-class hardware, off-path adversaries, providers who must act unilaterally. If your evaluation only runs in a simulator with parameters you chose, expect the "would this survive contact with the Internet?" objection.
  3. The adversary-ownership test. Someone concrete must be attacking something concrete. A robustness study without a capability-bounded adversary is a reliability paper.

Routing against the neighbors

Signal in your project Better first target Why
Networked/distributed adversary, deployable result NDSS Exactly the center of scope
Systematization (SoK) ambition IEEE S&P The labeled SoK lane lives there, not at NDSS
Broad systems security, OS/hardware depth USENIX Security Its community leans systems-artifact
Applied-crypto protocol with proofs as the core CCS or a crypto venue Proof-first work fits their PC composition
Privacy as the primary lens, PET construction PETS Dedicated reviewer pool, journal-style rounds
Internet measurement with no adversarial angle IMC Measurement without attack is IMC's home turf
Operational/practitioner defense, modest novelty ACSAC Applied bar, friendlier to incremental hardening

Route by contribution shape and reviewer community, never by prestige ranking or by which deadline lands next — the workflow skill covers calendar strategy separately.

NDSS-specific constraints that affect the decision

  • Two cycles, no same-year retry. A paper rejected in the 2027 summer cycle cannot return with major overlap in the 2027 fall cycle. Choosing NDSS prematurely can burn the whole edition, not one deadline (CFP, checked 2026-07-08).
  • Six submissions per author per cycle. Large groups must ration slots; a marginal-fit paper spends a slot a strong-fit paper may need.
  • Ethics gate at entry. Projects built on live scanning, user data, or unpatched vulnerabilities need a disclosure-and-mitigation story at submission time; an Ethics Review Board can sink an otherwise strong paper. If the ethics story cannot be told, the project is not NDSS-ready regardless of technical merit.
  • The 2027 edition meets in Seoul (22-26 March) — the first move away from San Diego — so factor travel and funding for the team into the venue choice like any other cost.

Decision procedure

1. State the adversary: capabilities, cost, vantage (on-path / off-path / insider).
2. Name the networked or distributed system under attack or defense.
3. Say which real-world constraint forces your design (the "envelope").
4. Draft the one-sentence delta vs. the nearest big-four paper of the last 3 years.
5. Confirm the ethics story is tellable today (disclosure state, harm handling).
6. If any of 1-5 fails → run the routing table above and pick the venue whose
   reviewers naturally ask the questions your paper actually answers.

Anti-patterns seen at this venue

  • ML paper wearing a security costume: novel model, borrowed intrusion dataset, no adversary reasoning. NDSS accepts ML-heavy work when the deployment envelope shapes the method (see Kitsune in ../../resources/exemplars/library.md); it rejects the inverse.
  • Attack without a victim population: a clever trick demonstrated on one lab target, with no argument about prevalence or preconditions in the wild.
  • Defense against yesterday's attacker: evaluation only against published, non-adaptive attacks — reviewers here will improvise the adaptive one during discussion.
  • Journal pacing: saving the strongest result for a follow-up. NDSS review gives no credit for a roadmap.

Output format

[NDSS fit] Strong / Plausible / Mis-routed
[Wire test] pass/fail — one line
[Deployment envelope] <the real constraint that shapes the design, or "none">
[Adversary] <capabilities and vantage in one line>
[Ethics story] tellable now / blocked by <item>
[Cycle risk] <summer/fall implications, cap usage, no-retry exposure>
[Alternative venue] <name + one-line reason, if fit is not Strong>

版本历史

  • 9f86f09 当前 2026-07-19 17:06

同 Skill 集合

AAAI-Skills/skills/aaai-artifact-evaluation/SKILL.md
AAAI-Skills/skills/aaai-author-response/SKILL.md
AAAI-Skills/skills/aaai-camera-ready/SKILL.md
AAAI-Skills/skills/aaai-experiments/SKILL.md
AAAI-Skills/skills/aaai-related-work/SKILL.md
AAAI-Skills/skills/aaai-reproducibility/SKILL.md
AAAI-Skills/skills/aaai-review-process/SKILL.md
AAAI-Skills/skills/aaai-submission/SKILL.md
AAAI-Skills/skills/aaai-supplementary/SKILL.md
AAAI-Skills/skills/aaai-topic-selection/SKILL.md
AAAI-Skills/skills/aaai-workflow/SKILL.md
AAAI-Skills/skills/aaai-writing-style/SKILL.md
AAMAS-Skills/skills/aamas-artifact-evaluation/SKILL.md
AAMAS-Skills/skills/aamas-author-response/SKILL.md
AAMAS-Skills/skills/aamas-camera-ready/SKILL.md
AAMAS-Skills/skills/aamas-experiments/SKILL.md
AAMAS-Skills/skills/aamas-related-work/SKILL.md
AAMAS-Skills/skills/aamas-reproducibility/SKILL.md
AAMAS-Skills/skills/aamas-review-process/SKILL.md
AAMAS-Skills/skills/aamas-submission/SKILL.md
AAMAS-Skills/skills/aamas-supplementary/SKILL.md
AAMAS-Skills/skills/aamas-topic-selection/SKILL.md
AAMAS-Skills/skills/aamas-workflow/SKILL.md
AAMAS-Skills/skills/aamas-writing-style/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-editor-strategy/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-evidence-standards/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-literature-synthesis/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-organizing-framework/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-proposal-framing/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-review-process/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-revision/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-submission/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-tables-figures/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-topic-selection/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-workflow/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-writing-style/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-contribution-framing/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-data-analysis/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-literature-positioning/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-methods/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-rebuttal/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-review-process/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-submission/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-tables-figures/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-theory-development/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-topic-selection/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-workflow/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-writing-style/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-contribution-framing/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-data-analysis/SKILL.md

元信息

文件数
0
版本
5717eab
Hash
3cc1aef0
收录时间
2026-07-19 17:06

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-09 15:28
浙ICP备14020137号-1 $访客地图$