perf — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited perf (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.
Two halves: static hints from your codebase, and parsing of Lighthouse JSON reports.
perf-001 large-image (>500KB) (medium)perf-002 img-missing-dimensions causes CLS (low)perf-003 img-without-loading-lazy below the fold (low)perf-004 sync-script-tag blocks parsing (medium)npx lighthouse https://example.com --output json --output-path lh.json
dragoon perf --lighthouse lh.jsonOutput: scores per category, core web vitals (LCP/CLS/TBT/INP/FCP/SI), and the top 6 failing audits ranked by ms savings.
dragoon perf # static only
dragoon perf --lighthouse lh.json # add lighthouse summary
dragoon perf --severity medium # filter
dragoon perf --json # CI mode~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.