guard — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited guard (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Start the cozempic guard daemon for continuous session protection.
cozempic guard --daemon --threshold 50 -rx standard --interval 30This runs in the background and:
Guard mode is essential for sessions running agent teams. Without it, auto-compaction triggers and the lead agent loses team state (TeamCreate, SendMessage, tasks are discarded).
--threshold N — hard threshold in MB (default: 50)--soft-threshold N — soft threshold in MB (default: 60% of hard)--threshold-tokens N — hard threshold in tokens (fires whichever hits first)--no-reload — prune without restarting Claude--no-reactive — disable kqueue/polling file watcher-rx NAME — prescription at hard threshold (default: standard)The daemon writes to /tmp/cozempic_guard_*.log. Check with:
ls /tmp/cozempic_guard_*.pid 2>/dev/null # is it running?
tail -20 /tmp/cozempic_guard_*.log 2>/dev/null # recent activity
kill "$(cat /tmp/cozempic_guard_*.pid)" # stop it~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.