ワンクリックで
crypto-decode-analysis
Drive decode-first problems through explicit candidate generation, convergence tests, and branch stop conditions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Drive decode-first problems through explicit candidate generation, convergence tests, and branch stop conditions.
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.
Map mixed decode-plus-crypto chains into explicit stages, transitions, and evidence-backed branch routes.
Build explicit vulnerability hypotheses with preconditions, discriminators, costs, scores, and attack-family context.
| name | crypto_decode-analysis |
| description | Drive decode-first problems through explicit candidate generation, convergence tests, and branch stop conditions. |
| metadata | {"short-description":"Analyze decode stacks deeply and decide when decode work is sufficient, stale, or dead"} |
This skill owns decode-first reasoning. It should explore structured decoding possibilities without collapsing into endless “try another codec” behavior. The goal is to produce a stable decode model, not a grab bag of random transformations.
artifacts/out/decode_assessment.jsonartifacts/out/decode_candidates.jsonartifacts/out/decode_results.jsonA decode path is converging when successive transformations increase structure in a repeatable way. Signs of convergence include:
If two decode chains remain plausible and each would imply a different downstream crypto path, preserve both as separate branches until a discriminator exists.
Pass only if decode artifacts show what was tried, what converged, what failed, and why the surviving decode outputs deserve downstream use.