AgentAudit
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NO_COLOR | No | Disable ANSI colors (set to any value) | |
| XAI_API_KEY | No | xAI (Grok) API key | |
| ZAI_API_KEY | No | Zhipu AI API key | |
| GROQ_API_KEY | No | Groq API key | |
| GEMINI_API_KEY | No | Google Gemini API key | |
| OPENAI_API_KEY | No | OpenAI API key | |
| MISTRAL_API_KEY | No | Mistral API key | |
| AGENTAUDIT_MODEL | No | Override LLM model | |
| CEREBRAS_API_KEY | No | Cerebras API key | |
| DEEPSEEK_API_KEY | No | DeepSeek API key | |
| TOGETHER_API_KEY | No | Together AI API key | |
| ANTHROPIC_API_KEY | No | Anthropic API key for deep audits | |
| FIREWORKS_API_KEY | No | Fireworks AI API key | |
| AGENTAUDIT_API_KEY | No | API key for registry uploads | |
| OPENROUTER_API_KEY | No | OpenRouter API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| discover_serversA | Scan local config files to list ALREADY INSTALLED MCP servers (Claude Desktop, Cursor, Windsurf, VS Code). Use ONLY when the user wants to review/list their existing servers. Do NOT use this when the user wants to install, evaluate, or look up a specific package — use check_package for that instead. |
| audit_packageA | Deep security audit of a Git repository. Clones the repo and returns source code with a 3-pass audit methodology (UNDERSTAND → DETECT → CLASSIFY). You then analyze the code and call submit_report with findings. Use check_package FIRST to see if an audit already exists — only use this for unaudited packages or when a fresh audit is requested. |
| submit_reportA | Submit a completed security audit report to the AgentAudit registry (agentaudit.dev). Call this after you have analyzed the code from audit_package. The report becomes publicly available and helps other agents make install decisions. |
| check_packageA | Look up a package in the AgentAudit security registry. USE THIS FIRST whenever the user wants to install, add, evaluate, or learn about a specific MCP server or package. Returns risk score, findings, and official audit status if available. If the package is not yet in the registry, suggests running an audit. This is the go-to tool for any "is this safe?" or "should I install this?" question. |
| scan_tool_poisoningA | Scan MCP tool definitions for hidden instructions, unicode tricks, obfuscated payloads, and manipulation patterns. Use this to check if a server's tools contain poisoning indicators (prompt injection in descriptions, zero-width characters, cross-tool manipulation, homoglyph attacks). Provide tool definitions directly OR a source_url to extract them from code. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/agentaudit-dev/agentaudit-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server