The open source engine.
The same scanner that powers the platform, free on your own machine and your own keys. Over 100 open source agents that reason about your code: they follow imports, check the call graph, and validate findings before reporting. It found every zero-day on our advisories page.
From install to first finding, in four commands.
An agent registry, an orchestrator, and a CLI.
A white box scanner that runs on your full repo, or on a git diff for merge requests. Over 100 agents ship out of the box, covering security vulnerabilities, coding anti-patterns, and codebase recon. AgentGG can be integrated into CI/CD pipelines to scan every change automatically. Like Nuclei, AgentGG maintains a repository of open source templates, but instead of regex they are agents.
Diff scans
Only review the files changed in a merge request, so PR feedback stays fast and cheap.
Full-repo scans
Run every agent across the whole codebase. Good for a baseline or a nightly job.
Validate and score
A second pass confirms each finding against your scope file and rates it with a CVSS severity. Both run by default; point --scope at your own policy.
Web UI
Browse findings in a local web UI. Filter by severity, agent, or file.
Agent file in. GHSA shaped finding out.
One text file in. One markdown report out. Drop it in your agents directory or pass it inline with -t.
Everything is in the README.
The full reference lives with the code. These jump straight to the section you need.
How a scan runs
Recon, preconditions, agents, validation, scoring, and dedup: the full pipeline.
Agent templates
The agent file format: frontmatter, preconditions, where-clauses, and prompts.
Providers
Anthropic, OpenAI, OpenRouter, Bedrock, Vertex AI, and Ollama. Configure once with agentgg init.
GitHub Actions
Run diff scans on every pull request straight from your workflow file.
Commands
scan, view, init, agents, create: every command and what it does.
Scan flag reference
Every flag on agentgg scan, from --diff to --scope to concurrency.
Run your own model. Local or hosted.
Every provider runs the whole pipeline: recon, detection, validation, and scoring. Configure once with agentgg init, or pass credentials per scan.