qa — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited qa (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.
Scaffolds a playwright e2e test suite tuned to the codebase.
playwright.config.ts configured with the right baseURL for the detected stack (Next.js → 3000, SvelteKit → 5173, etc.)tests/e2e/smoke.spec.ts with 4 tests: page loads with title, h1 visible, no console errors, no broken imagestests/e2e/run.sh runner that installs @playwright/test and Chromium on first runDragoon does not install playwright or browsers. The runner script does that on first run.
dragoon qa # preview
dragoon qa --apply # writenpm i -D @playwright/test
bash tests/e2e/run.sh~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.