Audit Kit · Free during launch
AI Agent Audit Kit: 50 Laws Edition
Price: Free for now
Promise: Use the audit skill free while we decide what should stay free and what should become paid.
What This Actually Is
This is an evidence-based audit workflow for real AI agents. It is not a black-box vulnerability scanner and it is not a generic prompt pack.
You use it inside the tool where you already work, or you export evidence from that tool:
- Code repos through Codex or Claude Code.
- n8n, Zapier, Make, Retool, Voiceflow, Botpress, or similar workflow exports.
- OpenAI Agents SDK, Assistants, LangGraph, LangChain, CrewAI, AutoGen, Semantic Kernel, or custom API projects.
- Black-box transcripts, screenshots, demos, and probe results when internals are unavailable.
- Client-ready reports for consulting or launch reviews.
The kit reads prompts, tools, retrieval, evals, traces, workflow nodes, permissions, side effects, and handoffs, then maps concrete risks to the 50 Laws.
Why This Exists
I made this after building and reviewing many AI agent systems and seeing the same failures repeat. The model was rarely the only problem. The agent broke because context was stale, tools were vague, retrieval missed the right facts, evals were missing, permissions were too broad, or nobody designed the handoff when the agent got stuck.
Agents are becoming an interface to real work. They read, decide, call tools, write into systems, and affect customers. This kit turns the 50 laws into a practical audit workflow so you can find the weak points before users or clients do.
What Is Included
ai-agent-audit/: installable skill folder.ai-agent-audit/references/50-laws-audit-rubric.md: full audit rubric generated from the current law data.ai-agent-audit/assets/intake-checklist.md: gather the right audit inputs.ai-agent-audit/assets/platform-intake.md: evidence checklist for repos, workflow builders, SDK/API agents, black-box audits, and client reports.ai-agent-audit/assets/audit-report-template.md: reusable report format.ai-agent-audit/assets/copy-paste-audit-prompt.md: use the workflow without installing a skill.ai-agent-audit/assets/sample-audit.md: example audit output.ai-agent-audit/assets/install-codex-claude.md: install instructions for Codex and Claude.
No PDF is included. The illustrated digital edition is protected online at:
https://lawsofagents.ai/access
How To Use
- Follow
ai-agent-audit/assets/install-codex-claude.mdto copy the skill into Codex or Claude. - Choose a mode: repo, workflow, SDK/API, black-box, or client report.
- Fill in
assets/intake-checklist.mdorassets/platform-intake.mdwith your prompts, tools, workflow export, retrieval, evals, traces, screenshots, or transcripts. - Ask the agent to run an audit with
$ai-agent-audit. - Use
assets/audit-report-template.mdto turn findings into a fix plan.
If your tool does not support installable skills, use assets/copy-paste-audit-prompt.md.