From salacia-guard
Show current Salacia scope contract and drift status. Use when checking what files are in scope, current drift score, or reviewing the contract. Triggers on: 'salacia status', 'scope status', 'drift status', 'guard status'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/salacia-guard:salacia-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the current scope enforcement status.
Show the current scope enforcement status.
.salacia/contract.json — if missing, tell user to run /salacia-init.salacia/drift.json — show current drift score.salacia/config.json — show if enabled and thresholdDisplay a summary like:
┌─── Salacia Guard Status ───────────────────────┐
│ Task: fix-scheduler-bug │
│ Enabled: ✅ Threshold: 30 │
├─── Contract ───────────────────────────────────┤
│ Allowed: packages/core/src/execution/** │
│ packages/core/test/** │
│ Soft: packages/core/src/config.ts │
│ packages/core/src/taskSolver.ts │
│ Protected: .env, *.pem, *.key │
│ Max files: 10 │
├─── Drift ──────────────────────────────────────┤
│ Score: 5/30 │
│ In-scope: 3 files │
│ Soft-scope: 1 file (config.ts) │
│ Out-of-scope: 1 file (README.md) [+5] │
│ Protected violations: 0 │
└─────────────────────────────────────────────────┘
npx claudepluginhub 2233admin/salacia-guardDetects drift between CLAUDE.md / AGENTS.md narrative and live repo state: path resolution, project counts, issue freshness, session files, command counts, config parity, vault-dir parity, generated-rule staleness, rule-scoping defects, and docs parity. Useful as an opt-in session-end quality gate.
Blocks unsafe code before commit with secret scanning, OWASP Top 10 detection, dependency audits (npm/pip/cargo), and permission checks. Hard security gate on critical findings.
Runs shared drift-detection engine for /harness-audit and /harness-sync, producing structured reports on convention files, ONBOARDING.md, snapshot staleness, template drift, constraint regressions, reflection patterns, and HARNESS.md status accuracy.