loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

agent-audit

MCP Tool

authora-dev/agent-audit

Security scanner for AI agents. Find vulnerabilities in 30 seconds. npx agent-audit

Install

$ npx loaditout add authora-dev/agent-audit

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "agent-audit": {
      "command": "npx",
      "args": [
        "-y",
        "agent-audit"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

agent-audit

> Security scanner for AI agents. Find vulnerabilities in your agent setup in 30 seconds.

npx agent-audit
What it checks

| Category | What it finds | |----------|--------------| | Credentials | Shared API keys across agents, hardcoded secrets in code | | Identity | Missing agent identity layer, no cryptographic verification | | MCP | MCP servers without authentication, unprotected tool endpoints | | Permissions | Overly broad agent permissions, admin/root access | | Delegation | Missing delegation chains, agents inheriting full user permissions | | Audit | No audit logging for agent actions | | Approvals | No human-in-the-loop for sensitive operations | | Resilience | Missing timeouts, no error handling on tool calls |

Output
  Agent Security Audit
  by Authora -- https://authora.dev

  Scanning current directory...

  Scanned 47 files
  Found 3 agent(s), 2 MCP server(s)

  CRITICAL  Shared API key may be used by 3 agent files (.env)
  CRITICAL  No agent identity layer detected
  CRITICAL  2 MCP server(s) found but no agent identity
  WARNING   MCP server detected without visible auth configuration (mcp/server.ts)
  WARNING   No delegation chains -- agents may inherit unlimited permissions
  WARNING   No audit logging for agent actions detected
  INFO      No approval workflows for sensitive agent actions

  Security Posture:
    Identity layer:     No
    Delegation chains:  No
    Audit logging:      No
    Approval workflows: No

  Agent Security Score: 1.5/10  [===                     ]  Grade: F
  3 critical, 3 warnings

  Learn more: https://github.com/authora-dev/awesome-agent-security
  Fix issues: https://authora.dev/get-started
Options
npx agent-audit [directory]     # Scan a specific directory
npx agent-audit --json          # Output as JSON
npx agent-audit --badge         # Generate README badge markdown
Badge

Add a security badge to your README:

Tags

agent-identityai-agentsauditclidevsecopsllm-securitymcpnpxsecuritystatic-analysis

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated15 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/28/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/authora-dev/agent-audit)](https://loaditout.ai/skills/authora-dev/agent-audit)