원클릭으로
crypto-hybrid-analysis
Map mixed decode-plus-crypto chains into explicit stages, transitions, and evidence-backed branch routes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Map mixed decode-plus-crypto chains into explicit stages, transitions, and evidence-backed branch routes.
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.
Build explicit vulnerability hypotheses with preconditions, discriminators, costs, scores, and attack-family context.
| name | crypto_hybrid-analysis |
| description | Map mixed decode-plus-crypto chains into explicit stages, transitions, and evidence-backed branch routes. |
| metadata | {"short-description":"Build and validate hybrid stage maps instead of hand-waving mixed workflows"} |
This skill handles challenges that are neither pure decoding nor clean cryptanalysis. Its job is to decompose the chain into stages, identify where representation work ends and cryptographic reasoning begins, and prevent the manager from treating a fuzzy chain as if it were already understood.
artifacts/out/hybrid_route.jsonartifacts/out/hybrid_stage_map.jsonartifacts/out/hybrid_transition_checks.jsonFor every stage, record:
This stage map should make invalidation easy. If a stage changes, you should instantly know what else must be marked stale.
Pass only if the stage map is explicit, transitions are evidenced, and the route explains exactly where later validation should focus.