> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentgg.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome

> An agentic security scanner for your code. Run it locally, or run it hosted.

AgentGG finds vulnerabilities in source code. Its agents read the code and
reason about it. They follow imports, check the call graph, and confirm a
finding before they report it.

There are two ways to run a scan.

<Columns cols={2}>
  <Card title="The CLI" icon="terminal" href="/cli/overview">
    Open source. You run it. You bring your own model provider.
  </Card>

  <Card title="The platform" icon="cloud" href="/platform/overview">
    Hosted. No install. We provide the model.
  </Card>
</Columns>

Both run the same agents.

<Columns cols={2}>
  <Card title="agentgg" icon="github" href="https://github.com/agentgg-dev/agentgg">
    The CLI, under the Apache 2.0 licence.
  </Card>

  <Card title="agentgg-agents" icon="github" href="https://github.com/agentgg-dev/agentgg-agents">
    The agent catalog, under the MIT licence.
  </Card>
</Columns>

The platform is a hosted product and is not open source.

<Card title="Write your own agent" icon="file-code" href="/agents/overview">
  An agent is one markdown file. Add one for a bug class you care about.
</Card>
