원클릭으로
vuln-attack-prepare-authz
Prepare authorization bypass test variants for a single hypothesis into artifacts/out/attacks/<HID>.json.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Prepare authorization bypass test variants for a single hypothesis into artifacts/out/attacks/<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_attack-prepare-authz |
| description | Prepare authorization bypass test variants for a single hypothesis into artifacts/out/attacks/<HID>.json. |
| metadata | {"short-description":"Prepare authz bypass recipe."} |
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 when a single hypothesis already exists and you need a reviewer-friendly attack recipe that can be executed by vuln_verify-attack. This skill must make the hypothesis operational without inventing unsupported assumptions.
This is a preparation step, not an execution step. The goal is to translate a hypothesis into:
Required:
artifacts/out/context.jsonartifacts/out/hypotheses.jsonhypothesis_id (HID)Optional but strongly preferred when available:
artifacts/out/evidence.jsonartifacts/out/route_map.jsonartifacts/out/dataflow_index.jsonartifacts/out/business_logic.jsonartifacts/out/research/<HID>.jsonThis skill must always write:
artifacts/out/attacks/<HID>.jsonThe attack file is not complete unless it contains:
context.json.<payload>, <token>, <cookie>, <id_self>, <id_other>, <callback_url>, <internal_url>, and similar.baseline request template and at least one modified request template.This preparation skill is specialized for authz. Prioritize the following reasoning:
At minimum, include:
hypothesis_id{
"status": "ok|error",
"artifact_path": "artifacts/out/attacks/<HID>.json",
"summary": "1-3 sentences",
"data": {
"hypothesis_id": "<HID>",
"family": "authz",
"baseline": {},
"variants": [],
"requirements": [],
"prerequisites": [],
"blockers": [],
"success_criteria": [],
"negative_controls": [],
"notes": []
}
}
This artifact fails if it only repeats the hypothesis. A valid attack recipe tells the verifier exactly what to send, what to vary, and what outcome would count as confirmation or rejection.