# Salacia Stats

> Show Salacia audit statistics — event counts, top drifted files, learned promotions. Triggers on: 'salacia stats', 'scope stats', 'drift stats', 'guard stats', 'salacia report'.

- Skill: `2233admin/salacia-stats` (Agent Skill)
- Install (CLI): `npx skillmds@latest add 2233admin/salacia-stats`
- Raw SKILL.md: https://api.skillmd.com/api/skills/2233admin/salacia-stats/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: 2233admin (https://skillmd.com/u/2233admin)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/2233admin/salacia-stats

---


# Salacia Stats

Show audit statistics and learning progress.

## What to do

1. Run the stats command:
```bash
echo '{"cwd":"'$(pwd)'"}' | node "${CLAUDE_PLUGIN_ROOT}/scripts/guard.mjs" stats
```

2. Display the output to the user

3. Optionally, read `.salacia/audit.jsonl` for detailed timeline if user asks for more detail

4. If no audit data exists, suggest running `/salacia-init` first

