What problem does it solve? Changes to assets/config.default.yaml can silently weaken security defaults — quoted booleans flipping flag_is_true semantics, execution gates opening, or loopback posture drifting — and this Skill statically asserts the shipped config still honors every contract the running system assumes before merge. ## Core Features & Use Cases - Contract assertions (H1–H11): Checks flag_is_true semantics, closed execution gates, auth/TLS defaults, memory feature gates, kill-switch behavior, loopback binding, and protected write paths. - Cargo test evidence: Runs tests/invariant_guard.rs and tests/common_layer.rs as the authoritative checker rather than inventing a separate parser. - Pasteable report: Produces a PASS/FAIL verdict with per-gate status and re-tune notes for PR review. - Use Case: Before merging a pull request that edits config.default.yaml, run this Skill to confirm no gate was accidentally opened and no quoted "true" was shipped as ON. ## Quick Start Ask the AI to run the config guard on assets/config.default.yaml and report whether the shipped security gates are still closed.