一键导入
crypto-artifacts-reuse
Reuse prior work only when hashes, dependencies, and artifact semantics still support it.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Reuse prior work only when hashes, dependencies, and artifact semantics still support it.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Enforce artifact-contract, presence, dependency, freshness, and cross-reference correctness for the artifact graph.
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.
Build explicit vulnerability hypotheses with preconditions, discriminators, costs, scores, and attack-family context.
| name | crypto_artifacts-reuse |
| description | Reuse prior work only when hashes, dependencies, and artifact semantics still support it. |
| metadata | {"short-description":"Resume safely from prior artifacts without inheriting stale state"} |
This skill decides whether existing artifacts can be trusted, partially reused, or must be invalidated. It prevents the workflow from repeatedly starting over while also preventing the more dangerous failure mode of inheriting obsolete conclusions.
artifacts/ treeClassify every important artifact into one of four buckets:
For each bucket, write the practical consequence into continuation planning. Do not merely label an artifact stale; say exactly what workflow branches are blocked by that staleness.
When invalidating a route, remove or rewrite all references to it in:
Pass only if continuation plan, stale report, and invalidation consequences all agree on what is safe to reuse and what must be rebuilt.