agent-harness-design-7d53c9 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited agent-harness-design-7d53c9 (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.
Use when designing or improving how an agent invokes tools, handles errors, and decides when to stop.
read_file, run_tests); no generic names (do_action, execute)status (success/warning/error), summary, next_actions, artifactsrun_bash/shell_exec unless task is genuinely open-ended; add allowlist| Case | Required response |
|---|---|
| Invalid input | Reject immediately with exact field name |
| Transient failure | Include retry_after hint and idempotency note |
| Non-recoverable | Set stop: true, describe manual resolution |
Define in harness, not inside tools:
status: "error" with stop: true; same inputs called twice in a row| Risk | Granularity |
|---|---|
| High (deploy, migrate, permissions) | Micro — one action, explicit confirmation |
| Medium (edit, read, search) | Standard composite |
| Low (format, list, report) | Macro batch acceptable |
status, summary, next_actions, and artifacts~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.