secret-preflight — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited secret-preflight (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.
Part of shipsafe — offline deploy-safety skills. Every script is stdlib-only Python 3.8+; nothing leaves the machine.
python3 scripts/scan_secrets.py <project_root> [--json]Two detection layers:
"role":"service_role" is escalated to a dedicated Supabase SERVICE_ROLE finding — that key bypasses Row Level Security entirely, so anywhere near client code it means the whole database is public. This single mistake is behind the largest documented vibe-coding breaches.Also verifies .gitignore actually covers .env files. Local .env contents are intentionally NOT flagged — that's where secrets belong; committed code is what's scanned.
Critical follow-ups when something is found:
secret-preflight: allow.Exit codes: 0 clean, 1 findings.
All paths below are relative to this skill's directory (secret-preflight/).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.