一键导入
vuln-hypotheses-build
Convert merged evidence into ranked, testable vulnerability hypotheses and write artifacts/out/hypotheses.json.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Convert merged evidence into ranked, testable vulnerability hypotheses and write artifacts/out/hypotheses.json.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Enforce artifact-contract, presence, dependency, freshness, and cross-reference correctness for the artifact graph.
Reuse prior work only when hashes, dependencies, and artifact semantics still support it.
Normalize remote configuration and connection hints into machine-readable, ambiguity-aware remote artifacts.
Run a bounded, evidence-heavy cribdrag workflow for suspected keystream reuse and XOR-style leakage.
Drive decode-first problems through explicit candidate generation, convergence tests, and branch stop conditions.
Map mixed decode-plus-crypto chains into explicit stages, transitions, and evidence-backed branch routes.
| name | vuln_hypotheses-build |
| description | Convert merged evidence into ranked, testable vulnerability hypotheses and write artifacts/out/hypotheses.json. |
| metadata | {"short-description":"Build ranked hypotheses."} |
This skill may use the ccx-search MCP server if the environment provides it.
Preferred usage:
ccx-search.gh_search_code, gh_search_issues, gh_search_repos for GitHub-oriented code and issue reconnaissanceccx-search.search_web and open_url for tightly scoped web references when dependency behavior or version-specific constraints need confirmationUsage rules:
Use this skill to convert evidence into a bounded set of testable claims. This is the bridge between reasoning and execution. A good hypothesis is specific enough that an attack-preparation skill can turn it into an operational recipe without inventing missing context.
This skill must not inflate weak ideas into top-priority hypotheses. It should prefer claims with clear reachability, observable impact, and a realistic verification path.
Required:
artifacts/out/evidence.jsonStrongly preferred:
artifacts/out/surface_index.jsonartifacts/out/route_map.jsonartifacts/out/dataflow_index.jsonartifacts/out/business_logic.jsonartifacts/out/context.jsonThis skill must write:
artifacts/out/hypotheses.jsonRank higher when:
Rank lower when:
{
"status": "ok|error",
"artifact_path": "artifacts/out/hypotheses.json",
"summary": "1-3 sentences",
"data": {
"hypotheses": [],
"hypothesis_count": 0,
"attack_order": [],
"dedupe_notes": [],
"ranking_notes": []
}
}