ワンクリックで
vuln-connection-read
Normalize assessment context, runtime mode, auth material, and request shaping into artifacts/out/context.json.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Normalize assessment context, runtime mode, auth material, and request shaping into artifacts/out/context.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_connection-read |
| description | Normalize assessment context, runtime mode, auth material, and request shaping into artifacts/out/context.json. |
| metadata | {"short-description":"Normalize connection context."} |
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 at the start of the run to normalize everything the later skills need to know about target connectivity, runtime availability, authentication context, headers, cookies, and request-shaping assumptions.
This is the contract-setting skill. If it is thin, every later runtime step becomes fragile.
Possible inputs include:
This skill must write:
artifacts/out/context.jsonThis skill should also:
static_only or runtime_enabled{
"status": "ok|error",
"artifact_path": "artifacts/out/context.json",
"summary": "1-3 sentences",
"data": {
"runtime_mode": "static_only|runtime_enabled",
"base_url": null,
"auth": {},
"headers": {},
"cookies": [],
"request_context": {},
"constraints": [],
"notes": []
}
}