verification

Solid

Full agent verification suite. Runs security, patterns, quality, and language-specific checks. Use when asked to "verify agent", "verify my agent", "audit agent", or "full verification".

Code & Development 39 stars 5 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
53
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Agent Verifier ## Purpose Run comprehensive verification on AI agent code. This orchestrator invokes focused verification skills and consolidates results into a unified report. All analysis happens locally—code never leaves your machine. ## When to Use Trigger this skill when the user asks to: - **"verify agent"** (primary invocation) - "verify my agent" - "audit agent" - "full verification" - "verify my code" (when agent patterns are detected) - "check compliance" ## Available Verification Modes | Command | Skill | What it checks | |---------|-------|----------------| | **"verify agent"** | This skill | Full suite (all below) | | "verify agent security" | verify-security | Secrets, dependencies, input validation | | "verify agent patterns" | verify-patterns | Loops, retries, tools, context size | | "verify agent quality" | verify-quality | Naming, organization, documentation | | "verify agent language" | verify-language | Type hints, idioms, language best practices | ## Process ### Step 1: Context Discovery Scan the project to identify: 1. **Primary language:** - Check for `pyproject.toml`, `package.json`, `go.mod` - Look at file extensions in `src/` or project root 2. **Agent framework (if any):** - `langgraph` in imports → LangGraph - `crewai` in imports → CrewAI - `autogen` in imports → AutoGen - `langchain` in imports → LangChain - Direct SDK usage → Custom agent 3. **Kahuna integration:** - Check if `.kahuna/` directory exists - ...

Details

Author
Aurite-ai
Repository
Aurite-ai/agent-verifier
Created
2 months ago
Last Updated
4 days ago
Language
N/A
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

verify-patterns

Verify AI agent patterns including loop safety, retry limits, tool consistency, context size, and graph cycle analysis. Use when asked to "verify agent patterns", "check loops", "verify tools", or "check retry limits".

39 Updated 4 days ago
Aurite-ai
Code & Development Solid

verify-quality

Verify code quality including naming conventions, organization, documentation, and general best practices. Use when asked to "verify quality", "check code quality", or "review code organization".

39 Updated 4 days ago
Aurite-ai
Code & Development Solid

verify-security

Verify code for security issues including hardcoded secrets, input validation, error exposure, and dependency vulnerabilities. Use when asked to "verify security", "check for secrets", or "scan for vulnerabilities".

39 Updated 4 days ago
Aurite-ai
Code & Development Solid

verify-language

Language-specific verification for Python, TypeScript/JavaScript, and Go. Checks type safety, language idioms, and best practices. Use when asked to "verify language", "check types", or for language-specific checks.

39 Updated 4 days ago
Aurite-ai
AI & Automation Listed

verification-agent

Design or operate adversarial verification agents that independently validate implementation work with command-backed evidence, strict read-only boundaries, and explicit PASS FAIL PARTIAL verdicts. Use when Codex needs a post-implementation verifier, QA subagent, or evidence-first acceptance gate for non-trivial changes.

0 Updated today
Beidou1507