Getting Started with Agent Verifier
March 31, 2026 Β· View on GitHub
Agent Verifier catches security issues, enforces coding standards, and validates AI agent patterns before your code ships. It works with Claude Code, Roo Code, Cursor, Windsurf, and 30+ other coding agents.
All analysis happens locallyβyour code never leaves your machine.
Quick Start
Get from zero to first verification in under 2 minutes.
1. Install the skill
Install to specific agents:
# Single agent
npx skills add aurite-ai/agent-verifier -a claude-code
# Multiple agents
npx skills add aurite-ai/agent-verifier -a claude-code -a roo -a <your_favorite_coding_agent>
Or install to all detected agents:
npx skills add aurite-ai/agent-verifier --all
π‘ Tip: Add
-gfor global installation across all projects:npx skills add aurite-ai/agent-verifier -g --all
2. Run verification
In your coding agent, say:
"verify agent"
3. Review the report
The agent generates a markdown report showing:
- β Passing checks β What's working well
- β οΈ Warnings β Potential issues to review
- β Issues β Problems that need fixing
That's it! For detailed guidance, continue to the tutorials.
4. Add custom rules with Kahuna MCP (optional)
For project-specific or organizational policies, Agent Verifier integrates with Kahuna MCP:
- Set up Kahuna in your project with a
.kahuna/directory - Add custom rules to
.kahuna/context-guide.md - Agent Verifier automatically loads these rules during verification
Enterprise Features
Looking for team and organizational capabilities?
- Centralized policy management β Define and enforce rules across all projects
- Shared context pools β Consistent verification context for your organization
- Administrative controls β Manage skills and policies at scale
- CI/CD integration support β Run verification in your pipelines
- Custom integrations β Tailored solutions for your workflow
Contact info@aurite.ai to learn more about enterprise options.
What Gets Checked?
Agent Verifier runs four types of checks:
| Category | What it checks | Command |
|---|---|---|
| Security | Hardcoded secrets, dependency vulnerabilities, input validation | "verify agent security" |
| Patterns | Loop safety, retry limits, tool consistency, context size | "verify agent patterns" |
| Quality | Naming conventions, code organization, documentation | "verify agent quality" |
| Language | Python type hints, TypeScript strict mode, Go error handling | "verify agent language" |
The full suite ("verify agent") runs all four. Use individual commands for faster, focused checks.
Supported Languages & Frameworks
Languages: Python, TypeScript/JavaScript, Go
Agent frameworks: LangGraph, CrewAI, AutoGen, LangChain, or custom agents using direct SDK calls
Agent Verifier automatically detects your project's language and framework.
Next Steps
- Tutorial 1: Installation β Detailed installation options and troubleshooting
- Tutorial 2: First Verification β Run your first verification with guided walkthrough
- Tutorial 3: Understanding Reports β Learn to interpret and prioritize findings
- Tutorial 4: Focused Checks β Use individual skills for targeted verification
Need Help?
- Questions? Open an issue
- Found a bug? Open a PR
- Enterprise support? Contact info@aurite.ai