EveryDev.ai
Subscribe
Home
Tools

4,030+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. AgentShield
    AgentShield icon

    AgentShield

    Code Security
    Featured

    Security auditor for AI agent configurations that scans Claude Code setups for hardcoded secrets, permission misconfigs, hook injection, MCP server risks, and prompt injection vectors.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Fully free and MIT-licensed CLI, GitHub Action, and ECC plugin for scanning AI agent configurations.

    ECC Tools Pro: $19/mo

    Engagement

    Available On

    macOS
    Web
    API
    VS Code
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Code SecurityAgent FrameworksMCP Tools

    Alternatives

    SkillSpectorBumblebee0xAudit
    Developer
    Affaan MustafaSan Francisco, CAEst. 2025$15K raised

    Listed Sep 2026

    About AgentShield

    AgentShield is an MIT-licensed, open-source security scanner built specifically for AI agent configurations, with a focus on Claude Code setups. Created by Affaan Mustafa at the Claude Code Hackathon (Cerebral Valley × Anthropic, February 2026), it is available as a CLI tool, GitHub Action, ECC plugin, and GitHub App integration.

    What It Is

    AgentShield scans your .claude/ directory and flags security vulnerabilities before they become exploits. It covers 268 rules across 15 modules — secrets detection, permission auditing, hook analysis, MCP server security, and agent config review — and produces a graded security report (A–F, 0–100 numeric score). The tool is designed to fill a gap the README describes as the AI agent ecosystem growing faster than its security tooling.

    What It Catches

    AgentShield's rule engine spans five major categories:

    • Secrets Detection — Hardcoded API keys (Anthropic, OpenAI, xAI, AWS, Google, Stripe), GitHub PATs, JWTs, database connection strings, and environment variable leaks
    • Permission Audit (17 rules) — Wildcard access like Bash(*), missing deny lists, dangerous flags like --dangerously-skip-permissions, unrestricted network commands
    • Hook Analysis (40 rules) — Command injection via ${file} interpolation, data exfiltration hooks, silent error suppression, reverse shells, clipboard access, container escape patterns
    • MCP Server Security (49 rules) — High-risk server types, supply-chain risks from npx -y auto-install, hardcoded secrets in MCP env config, remote transport exposure, auto-approve settings
    • Agent Config Review (41 rules) — Unrestricted tool access, prompt injection surfaces, hidden Unicode instructions, URL execution directives, jailbreak patterns

    Recognized defenses (deny lists, sandbox settings, blocking PreToolUse hooks) are credited in every report and never penalized.

    Architecture and Distribution

    The scanner is written in TypeScript and structured around a discovery layer, a rule registry, a scoring engine, and multiple output reporters. It ships through four channels:

    • Standalone CLI — npx ecc-agentshield scan or global install via npm
    • GitHub Action — uses: affaan-m/agentshield@v1 with SARIF output, baseline drift gating, and organization policy enforcement
    • ECC Plugin — Integration through the Everything Claude Code skill ecosystem
    • ECC Tools GitHub App — Org-wide scanning; a Pro tier with automated repo analysis is also available

    Output formats include terminal, JSON, Markdown, HTML executive reports, SARIF for GitHub code scanning, portable evidence packs, and remediation plan JSON files.

    Claude Opus Deep Analysis Pipeline

    The --opus flag activates a three-agent adversarial pipeline powered by Claude Opus:

    1. Red Team (Attacker) — Finds exploitable attack vectors and multi-step chains
    2. Blue Team (Defender) — Evaluates existing protections and recommends hardening
    3. Auditor — Synthesizes both perspectives into a prioritized risk assessment

    The pipeline runs Red and Blue in parallel by default, or sequentially with --stream for real-time output. It requires an ANTHROPIC_API_KEY and can also route through OrcaRouter as an alternative provider.

    MiniClaw: Sandboxed Agent Runtime

    Bundled with AgentShield, MiniClaw is a minimal sandboxed AI agent runtime that exposes a single HTTP endpoint backed by an isolated sandbox. It enforces four independently layered controls: rate limiting and CORS at the server level, a prompt router that strips 12+ injection pattern categories, a three-tier tool whitelist (Safe/Guarded/Restricted), and a sandboxed filesystem with path traversal blocking and symlink escape detection. MiniClaw has zero external runtime dependencies beyond Node.js built-ins.

    Update: AgentShield v1.6.0

    The latest release is v1.6.0, published September 10, 2026. The repository was last updated September 24, 2026, and has accumulated 1,219 stars and 268 forks since its February 2026 creation at the Claude Code Hackathon. Recent development has focused on runtimeConfidence labeling for MCP findings, score-weighted discounting for template/example findings, supply-chain verification with npm registry metadata, compliance mapping to SOC 2, PCI DSS, and ISO 27001, and an organization policy gate with export/promote workflows for enterprise CI enforcement.

    AgentShield - 1

    Community Discussions

    Be the first to start a conversation about AgentShield

    Share your experience with AgentShield, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and MIT-licensed CLI, GitHub Action, and ECC plugin for scanning AI agent configurations.

    • 268 security rules across 15 modules
    • CLI via npx or global npm install
    • GitHub Action integration
    • ECC plugin for Claude Code
    • Auto-fix engine

    ECC Tools Pro

    GitHub App with automated repo analysis and Stripe billing for teams.

    $19
    per month
    • GitHub App with automated repo analysis
    • Org-wide scanning
    • Stripe billing
    View official pricing

    Capabilities

    Key Features

    • 268 security rules across 15 modules
    • Secrets detection for API keys, tokens, and credentials
    • Permission audit with 17 rules
    • Hook analysis with 40 rules
    • MCP server security with 49 rules
    • Agent config review with 41 rules
    • A-F graded security reports with 0-100 numeric score
    • Auto-fix engine for safe issues
    • Claude Opus three-agent adversarial pipeline
    • GitHub Action with SARIF output
    • Baseline drift gating
    • Organization policy enforcement
    • Compliance mapping to SOC 2, PCI DSS, ISO 27001
    • Supply-chain verification for MCP packages
    • External rule packs support
    • MiniClaw sandboxed agent runtime
    • Multiple output formats: terminal, JSON, Markdown, HTML, SARIF
    • Portable evidence packs for audits
    • Remediation plan JSON files
    • runtimeConfidence labeling for findings
    • Secure baseline config generator

    Integrations

    Claude Code
    Anthropic API
    GitHub Actions
    GitHub App
    OrcaRouter
    npm
    Everything Claude Code (ECC)
    ECC Tools
    SARIF / GitHub Code Scanning
    Linear
    SOC 2
    PCI DSS
    ISO 27001
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate AgentShield and help others make informed decisions.

    Developer

    Affaan Mustafa

    Affaan Mustafa builds AI coding tools and writes about AI infrastructure security. He created the Everything Claude Code repository, which has become one of the most popular Claude Code configuration resources on GitHub with tens of thousands of stars. He also created AgentShield, an AI agent security scanner. Mustafa won the Anthropic x Forum Ventures hackathon in September 2025 building zenith.chat entirely with Claude Code.

    Founded 2025
    San Francisco, CA
    $15K raised
    5 employees

    Used by

    Zenith Chat's target users are founders…
    DCUBE targets small-to-medium businesse…
    Read more about Affaan Mustafa
    WebsiteGitHubX / Twitter
    2 tools in directory

    Similar Tools

    SkillSpector icon

    SkillSpector

    Open-source security scanner for AI agent skills that detects vulnerabilities, malicious patterns, and security risks before installation using static analysis and optional LLM evaluation.

    Bumblebee icon

    Bumblebee

    Read-only inventory collector for package, extension, and developer-tool metadata on macOS and Linux endpoints, built for fast supply-chain exposure checks.

    0xAudit icon

    0xAudit

    AI-powered security audit platform for autonomous agents with MCP protocol support, automated vulnerability scanning, and code fix generation.

    Browse all tools

    Related Topics

    Code Security

    Tools that analyze code for security vulnerabilities and issues.

    57 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    740 tools

    MCP Tools

    Tools built with the Model Context Protocol for specific tasks.

    101 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions