production-grade — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited production-grade (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.
If scope is ambiguous, ask once. If the user says prototype, relax these standards. Otherwise, apply them without being asked.
These are the things that get skipped without explicit instruction:
Auth
client-supplied ID alone (IDOR).
httpOnly cookies, not localStorage.Rate limiting
bypassed by concurrency).
429 with Retry-After.Password reset tokens
secrets.token_urlsafe or equivalent).Secrets
variables or a secrets manager.
Dangerous functions
eval or equivalent (exec, Function()) on user input — use asafe parser or explicit allowlist. The shortest path here is arbitrary code execution.
Observability
/health endpoint.Security degrades across revision cycles — each follow-up prompt that adds features or refactors code can quietly introduce new gaps. After any significant refactor, re-check the non-obvious defaults above before wrapping up.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.