skill-tester — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited skill-tester (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.
TDD for documentation: watch the agent fail without the skill, write the skill, watch the agent pass.
Dispatch a subagent with this prompt, substituting <skill-name> and <scenario>:
You are working on <scenario>. Do NOT load any skills. <pressure>
What do you do?Pressure types to combine:
Record exact rationalizations the agent uses to skip the rule.
Write skills/<skill-name>/SKILL.md. Address each rationalization from RED explicitly. Then dispatch the same subagent again, this time with the skill loaded. Confirm each RED rationalization is blocked. If a new loophole emerges, add an explicit counter to the skill and re-run.
Refactor the skill body for clarity and precision. Then dispatch the same scenario again (skill still loaded). Confirm all GREEN scenarios still pass and no new loopholes have appeared. If they have, add counters and re-run.
uv run scripts/validate-skill.py skills/<skill-name>/SKILL.md~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.