원클릭으로
crypto-artifact-validate
Enforce artifact-contract, presence, dependency, freshness, and cross-reference correctness for the artifact graph.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Enforce artifact-contract, presence, dependency, freshness, and cross-reference correctness for the artifact graph.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
Build explicit vulnerability hypotheses with preconditions, discriminators, costs, scores, and attack-family context.
| name | crypto_artifact-validate |
| description | Enforce artifact-contract, presence, dependency, freshness, and cross-reference correctness for the artifact graph. |
| metadata | {"short-description":"Validate the artifact graph and block progression on hidden state failures"} |
This skill is the enforcement layer for the architecture. Its job is to make sure the artifact trail is real, current, internally consistent, and phase-appropriate. It should catch the common workflow failure where the manager writes a few files, forgets to update dependent files, and then keeps reasoning as if the graph were coherent.
Use this skill after every skill that writes or materially changes artifacts. Also use it before resuming prior work, after invalidation events, before skeptical review skill execution, and before solver readiness claims.
artifacts/out/artifact_manifest.jsonartifacts/out/dependency_graph.jsonartifacts/out/invalidation_rules.jsonartifacts/out/validation_reports/latest.jsonBefore declaring a phase valid, explicitly ask:
This skill passes only if the latest validation report says the current phase is coherent and any stale-state issues are either resolved or explicitly blocking continuation.