audit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited audit (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.
Full security check across dependencies, static analysis, and code review.
npx pnpm audit 2>&1Report: number of vulnerabilities by severity. Flag any HIGH or CRITICAL as blockers.
npx pnpm lint 2>&1Report any noEval, noWith, useStrictMode violations.
grep -rn "shell: true\|exec(\|execSync(\|spawn(" src/ --include="*.ts"Any shell: true or execSync is a finding. exec( without File suffix is suspicious.
grep -rn "path\.join\|path\.resolve" src/ --include="*.ts"Flag any that use user-controlled input without validation.
grep -rn "z\.string()" src/ --include="*.ts"Verify all string inputs from MCP tool calls go through Zod before use.
grep -rn '"\$' scripts/ --include="*.ps1"Any "$variable" in PowerShell where the variable comes from user input is a finding.
Dependencies: N vulnerabilities (H HIGH, M MEDIUM, L LOW)
Shell injection: PASS / N findings
Path traversal: PASS / N findings
Input validation: PASS / N findings
PS interpolation: PASS / N findings
Overall: PASS / FAIL
Blockers for release: [list]~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.