skill-evaluation-workbench-1bf272 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited skill-evaluation-workbench-1bf272 (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.
Every suite should have at least three cases:
| Case | Purpose |
|---|---|
| Positive (golden path) | Skill handles the normal use case correctly |
| Edge case | Skill handles an important boundary condition |
| Control (no-tool-needed) | Skill does not over-trigger on a clearly unrelated input |
Place fixtures in cases/, skill/reference material in references/, and grader scripts in graders/.
| Type | When to use | Deterministic? |
|---|---|---|
| File existence | Skill was supposed to create a file | Yes |
| File content match | Output matches expected text or schema | Yes |
| Command exit code | Script/tool succeeded | Yes |
| JSON schema | Output is valid structured data | Yes |
| Regex match | Output contains expected pattern | Yes |
| Custom script | Complex logic not covered above | Yes (if written correctly) |
| Model grader | Subjective quality judgment | No — use sparingly, pin model |
cases/<case-name>/, expected outputs in cases/<case-name>/expected/. For MCP-backed cases, use hidden service fixtures so server internals are not visible to the agent.result, summary, trace, and workspace evidence from the first failure before editing anything.| Failure type | Fix target |
|---|---|
| Skill instructions are unclear | Edit SKILL.md |
| Missing reference material | Add to references/ |
| Grader logic is brittle | Fix the grader script |
| Fixture is unrealistic | Replace the test input |
| Task is ambiguous | Clarify the task definition |
| Actual product bug | File as a bug, not a skill fix |
references/workbench-suite-model.md~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.