|
| 1 | +--- |
| 2 | +name: 05_claim_hygiene |
| 3 | +description: "Defines rules for project documentation and metadata claims to prevent overstatement of security or legal compliance." |
| 4 | +--- |
| 5 | + |
| 6 | +# Agent Skill 05 — Claim Hygiene |
| 7 | + |
| 8 | +This skill defines rules for project documentation and metadata claims to prevent overstatement of security or legal compliance. |
| 9 | + |
| 10 | +## 1. Allowed System Claims |
| 11 | + |
| 12 | +You may make the following claims in logs, reports, and documentation: |
| 13 | +- **Synthetic SPARK-Style Fixture:** We operate against static mock datasets representing administrative structures. |
| 14 | +- **Deterministic Packaging:** Packaging code creates identical byte outputs across repeated executions from the same input. |
| 15 | +- **Replayable Metadata:** We extract canonical field paths and commitment tokens. |
| 16 | +- **Tamper-Sensitive Hash Chain:** The package structure incorporates verification chains (payload SHA-256, sidecar final state hash, and package integrity hash). |
| 17 | +- **Schema Sidecar Validation:** The CLI enforces required field presence and scalar types on input JSON templates. |
| 18 | +- **Deterministic Replay Only:** The tool is designed exclusively for offline package packaging, verification, and schema checks; it does not perform active runtime execution, predictions, or online agent coordination. |
| 19 | + |
| 20 | +## 2. Forbidden Claims (Strictly Prohibited) |
| 21 | + |
| 22 | +Never write, log, or state the following claims: |
| 23 | +- **SPARK JSON Compatibility:** Do not claim compatibility with official SPARK JSON extractors or schemas. |
| 24 | +- **EU AI Act Compliance:** Do not claim the tool certifies or is compliant with the EU AI Act. Mention only "Art.-12-oriented record keeping support" as a design pattern. |
| 25 | +- **Legal or Judicial Proof:** Do not claim that packages constitute court-admissible evidence, legally binding proofs, or legal validation. |
| 26 | +- **Forensic Certainty & Recovery:** Avoid terms like "100% forensic security", "invulnerable tamper resistance", or automated forensic recovery/repair. Use "tamper-sensitive validation" only. |
| 27 | +- **MCP Integration:** Do not claim MCP capability or server features unless explicitly built in a future phase. |
| 28 | +- **Production Readiness:** The system is a mock prototype only. No production or enterprise setup readiness. |
| 29 | +- **Autonomous Decisions:** The tool does not make autonomous planning or administrative decisions. |
| 30 | + |
| 31 | +## 3. Technology Boundaries (Legacy & Future Exclusions) |
| 32 | + |
| 33 | +The following concepts are legacy/future design ideas only and are **not** supported by the current BMDS/SPARK alignment scope: |
| 34 | +- **XENTRY/OBD Log Engine:** XENTRY X-Engine/OBD X X-Engine log parsing is not supported. |
| 35 | +- **Consonant Signature Mapping:** Consonant-only mapping of XENTRY logs is legacy. |
| 36 | +- **Four-Layer Sandwich Log:** Sandwich formatting (Header/Middle/Window/Frame) is excluded from active claims. |
| 37 | +- **Sparse Micro-Frame Synopsis:** The dot/pipe micro-frame synopsis is a legacy prototype fallback. |
| 38 | +- **Auto-repair/recovery helpers:** No autonomous data repair or error correction is implemented. |
| 39 | + |
0 commit comments