EveryDev.ai
Subscribe
Home
Tools

3,891+ 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. Geiger
    Geiger icon

    Geiger

    Application Security
    Featured

    A read-only CLI tool that inventories every AI agent, MCP server, plugin, and browser extension on a machine and reports what each one can access.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free, open-source AI agent inventory scanner. MIT licensed, zero dependencies, no account required.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Application SecurityAgent FrameworksMCP Servers

    Alternatives

    Snyk Agent ScanSkillSpectorUser Scanner
    Developer
    AtomburstAtomburst builds security products for MSPs and lean securit…

    Listed Sep 2026

    About Geiger

    Geiger is an open-source, zero-dependency CLI scanner built by Atomburst that answers one question: what AI agents are running on this machine, and what can they reach? It runs as a single npx geiger-scan command with no install, no account, and no telemetry required. The tool was released under the MIT license and is published on npm with provenance — meaning each release carries a signed link to the exact public commit it was built from.

    What It Is

    Geiger is an AI agent inventory tool, not a security audit. It reads known configuration files and directories across a machine's installed agents, MCP servers, IDE plugins, and browser extensions, then produces a plain-language report of what it found and what each item can reach. It never executes anything it discovers, and the only write operation it performs is the optional report file you explicitly name. The project describes itself as "the thing you need before any audit means anything."

    What It Detects

    Geiger covers a wide surface of modern AI tooling across several ecosystems:

    • Coding agents & harnesses: Claude Code, Codex CLI, Gemini CLI, Kilo CLI, Grok Build, GitHub Copilot CLI, Aider, Goose, DeepSeek Harness, OpenCode, Qwen Code, Open Interpreter, LM Studio, Ollama, and more — including their hooks, skills, and subagents
    • MCP hosts: Claude Desktop, Cursor, Windsurf, VS Code (user and project), Cline, Roo Code, Continue, Zed — global and per-project configs, including wrapped and remote servers
    • Editor extensions: AI extensions in VS Code, Cursor, and JetBrains IDEs
    • Browser extensions: AI extensions in Chrome, Edge, Brave, and Firefox profiles, with their actual granted permissions
    • Global CLIs: Agent packages in global npm roots, read directly without executing npm

    Each finding includes origin classification (registry, store, git, local script, remote server, or UNKNOWN-ORIGIN), exposure labels, and the evidence path for manual verification.

    Exposure Labels and Reporting

    Rather than CVSS scores, Geiger assigns plain-language exposure labels to each finding based on what its configuration position allows:

    • EXECUTES — can run commands on the machine
    • HOLDS-SECRETS — a credential sits in its config
    • BROAD-FILESYSTEM — can read far beyond one project
    • BROAD-WEB — sees every site visited
    • NETWORK — talks to remote services
    • UNKNOWN-ORIGIN — installed from no recognizable source

    Credentials found in config files are reported by key name, file, and shape only — the value itself is never printed. A redaction pass runs on all output, and the test suite enforces this behavior. The tool also recognizes policy wrappers (agents that put an enforcement layer in front of MCP servers) and reports both layers.

    Output Formats and Fleet Use

    Geiger supports three output modes: terminal (default), --html for a self-contained HTML report with per-finding remediation guidance, and --json for a machine-readable output with a versioned, stable schema. The --diff flag compares against an earlier JSON snapshot to surface what appeared, disappeared, or escalated since the baseline. The --strict flag exits with code 2 if anything can execute code or holds secrets, making it suitable for CI integration. For fleet use, the project recommends running --json per machine on a schedule via an RMM task or login script, then using --diff to report per-machine drift.

    Update: v0.2.1 — Coverage Expansion

    The latest release is v0.2.1, published on September 9, 2026, titled "coverage expansion." The repository was created on September 6, 2026, and last pushed on September 10, 2026, indicating active early development. The project's GitHub topics include ai-agents, mcp, mcp-server, ai-security, ai-governance, and scanner. Atomburst positions Geiger as a permanently free and standalone tool, with policy enforcement across fleets handled by their commercial DomainGuard product.

    Requirements and Setup

    The only requirement is Node.js 18 or newer. Because Geiger has zero runtime dependencies and no build step, nothing additional is installed when running via npx. It works on Windows, macOS, and Linux. The source code is a few hundred lines of dependency-free JavaScript, and the project states explicitly that what is published is what runs.

    Geiger - 1

    Community Discussions

    Be the first to start a conversation about Geiger

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

    Pricing

    OPEN SOURCE

    Geiger

    Free, open-source AI agent inventory scanner. MIT licensed, zero dependencies, no account required.

    • Read-only machine scan
    • Inventories AI agents, MCP servers, plugins, and browser extensions
    • Plain-language exposure labels
    • Credential detection by shape only
    • HTML, JSON, and terminal output

    Capabilities

    Key Features

    • Read-only machine scan — never executes discovered agents
    • Inventories AI agents, MCP servers, IDE plugins, and browser extensions
    • Plain-language exposure labels (EXECUTES, HOLDS-SECRETS, BROAD-FILESYSTEM, BROAD-WEB, NETWORK, UNKNOWN-ORIGIN)
    • Credential detection by shape only — values never printed
    • Origin classification (registry, store, git, local, remote, UNKNOWN-ORIGIN)
    • HTML report with per-finding remediation guidance
    • JSON output with versioned, stable schema
    • Diff mode (--diff) to compare against a baseline snapshot
    • Strict mode (--exit 2) for CI integration
    • Fleet-friendly: run per machine, collect JSON, diff over time
    • Zero runtime dependencies, no build step
    • No telemetry — nothing leaves the machine
    • Policy wrapper detection (reports both wrapper and underlying server)
    • npm provenance — signed link from npm to exact public commit

    Integrations

    Claude Code
    Claude Desktop
    Cursor
    Windsurf
    VS Code
    Cline
    Roo Code
    Continue
    Zed
    Codex CLI
    Gemini CLI
    Kilo CLI
    Grok Build
    GitHub Copilot CLI
    Aider
    Goose
    DeepSeek Harness
    OpenCode
    Qwen Code
    Open Interpreter
    LM Studio
    Ollama
    JetBrains IDEs
    Chrome
    Edge
    Brave
    Firefox
    npm
    GitHub Actions
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    Atomburst

    Atomburst builds security products for MSPs and lean security teams, combining identity threat detection, AI policy enforcement, and access review into a single multi-tenant platform. Their core products — ITDR (The Detector), DomainGuard (AI Security), and MDR (The Observatory) — are designed to detect, contain, and optionally observe threats in real time across every client and endpoint from one console. The team also maintains Geiger, a free and open-source AI agent inventory scanner released under the MIT license. Atomburst operates as Network Security Cloud Analytics (NSCA) and positions its platform as enterprise-grade detection and response priced for MSP economics.

    Read more about Atomburst
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Snyk Agent Scan icon

    Snyk Agent Scan

    An open-source CLI security scanner that discovers and scans AI agent components—including MCP servers, agent harnesses, and skills—for prompt injections, tool poisoning, and other vulnerabilities.

    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.

    User Scanner icon

    User Scanner

    A 2-in-1 open-source OSINT CLI suite for deep email and username intelligence across 465+ scan vectors, with MCP server support for AI agent integration.

    Browse all tools

    Related Topics

    Application Security

    AI tools for securing software applications and identifying vulnerabilities.

    121 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    695 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

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