harden — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited harden (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.
Install the two deterministic guards that block irreversible damage. These run as hooks, not skills, because they must fire on every action regardless of what is loaded. A prompt is a request; a hook is a control.
.claude/hooks/: bash ${CLAUDE_SKILL_DIR}/scripts/install.sh.claude/settings.json under "hooks". If ahooks block already exists, merge the arrays — do not overwrite.
destructive-command-guard.sh — review the SQL and prod-host patterns for their stack.tenant-scope-guard.sh — set TENANT_COL if their tenant column isn't one oftenant_id|org_id|account_id|workspace_id.
DROP/TRUNCATE,DELETE/UPDATE without WHERE, commands aimed at a production host, force-push to protected branches, rm -rf on absolute paths, curl | sh, and sudo.
line has no visible tenant filter — the missed WHERE tenant_id that becomes a leak.
Over-blocking is worse than under-blocking: if a guard is too aggressive the agent learns to route around it. Keep the lists short and high-signal.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.