ワンクリックで
vuln-research
Perform tightly scoped version-locked research for a blocked hypothesis and write artifacts/out/research/<HID>.json.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Perform tightly scoped version-locked research for a blocked hypothesis and write artifacts/out/research/<HID>.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_research |
| description | Perform tightly scoped version-locked research for a blocked hypothesis and write artifacts/out/research/<HID>.json. |
| metadata | {"short-description":"Bounded version-locked research."} |
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 only after a concrete blocker exists. It is a recovery step for precise questions that local analysis or safe verification could not resolve. Research must be tightly scoped, version-locked when possible, and tied back to a concrete hypothesis.
Required:
artifacts/out/hypotheses.jsonhypothesis_id (HID)Strongly preferred:
surface_index.jsondataflow_index.json or business_logic.jsonverifications/<HID>.jsonThis skill must write:
artifacts/out/research/<HID>.json{
"status": "ok|error",
"artifact_path": "artifacts/out/research/<HID>.json",
"summary": "1-3 sentences",
"data": {
"hypothesis_id": "<HID>",
"blocker": "",
"scope": {},
"questions": [],
"sources": [],
"assumption_updates": [],
"recommended_changes": [],
"remaining_uncertainty": []
}
}