Audit Ur Harness
Description
An Agent Skill that audits a project's AI harness — guardrails, memory, verification, observability, tool design — and produces an evidence-cited maturity report, with human-gated custom layers and copy-pasteable suggestions you always apply yourself. Portable across Claude Code, Cowork, Codex, Cursor, and any tool that loads Agent Skills.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Audit ur Harness
An [Agent Skill](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills) that audits a project's AI **harness** — the guardrails, memory, verification, observability, and tool-design scaffolding around a model, not the model itself — and produces an evidence-cited maturity report. It never edits your project and never applies its own suggestions; it only ever reads files and writes a report.
What it does
Point it at a project folder and ask it to audit the harness. It reads through the project, scores each of 8 fixed layers (State & Memory, Execution Environment, Control & Enforcement, Context Management, Reasoning & Verification, Tool Design, Long-Horizon Execution, Observability & Learning) on a 0–3 scale, and writes a self-contained interactive HTML report — every score backed by a citation to the actual file and line it came from. "No evidence found" is a valid, complete answer for any layer; nothing is invented.
It can also notice a real, evidenced pattern specific to your project that doesn't fit any of the 8 fixed layers, score it the same way, and suggest — never apply — adding it as a permanent custom layer for future audits.
Why
Most "AI harness" advice is generic. This turns it into a repeatable, grounded audit: concrete citations instead of vibes, absence treated as a real finding instead of being glossed over, and every improvement suggestion left as a copy-pasteable draft for a human to review and apply through their own agent — never auto-applied, under any setting.
Install
This is a standard [Agent Skill](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills) — a `SKILL.md` file plus a `references/` folder. It works in any tool that loads Agent Skills (Claude Code, Cowork, Codex, Cursor, and others).
- Download this repository (or the latest release).
- Copy the
Audit_ur_Harness/folder into wherever your tool looks fo
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,