after — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited after (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.
Review changed files and report issues by severity.
git diff --name-only HEAD~1 to collect changed filesrules/security.md — MUST pass, any error blocks deploymentrules/performance.md — warnings and errorsrules/style.md — warnings onlyscripts/append-log.ts with the results# Review: [branch-name]
## Summary
- Files: X | Issues: Y (E errors, W warnings)
## Security (rules/security.md)
| File | Line | Issue |
|------|------|-------|
## Performance (rules/performance.md)
| File | Line | Issue |
|------|------|-------|
## Style (rules/style.md)
| File | Line | Issue |
|------|------|-------|Skip patterns: *.test.ts, *.spec.ts, *.d.ts, *.min.js Max file size: 10000 lines (skip larger files)
scripts/trend-report.ts separatelyRules are loaded from rules/ directory:
rules/security.md — injection, XSS, secrets, auth bypassrules/performance.md — N+1, bundle size, memory leaks, framework-specificrules/style.md — naming, complexity, dead code, formattingLoaded conditionally based on file types in the changeset:
references/react.md — when .tsx/.jsx files are presentreferences/vue.md — when .vue files are presentreferences/typescript-strict.md — when tsconfig strict mode is enabledreferences/api-design.md — when files in src/api/ or src/routes/ are changedscripts/collect-metrics.ts — extract metrics from review resultsscripts/append-log.ts — append metrics to data/review-log.jsonlscripts/trend-report.ts — generate trend report (run separately)scripts/score.ts — calculate review score from issuesThe original 300+ line SKILL.md included:
rules/security.md)rules/performance.md)rules/style.md)scripts/trend-report.ts)references/)Result: 300+ lines → ~150 lines. Each concern in its own file.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.