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

# AI Agent Security

> Discover, audit, and control what AI coding agents access and run across your developer environments.

AI coding agents can read, write, and run almost anything on a developer's machine. SafeDep helps you see what they do and keep them from pulling in malicious packages.

<CardGroup cols={2}>
  <Card title="Audit agent activity" icon="eye" href="/ai-security/gryph-overview">
    **Gryph** records every file and command your AI coding agents touch, in a local audit trail.
  </Card>

  <Card title="Protect AI coding tools" icon="robot" href="/ai-security/mcp-server">
    The **SafeDep MCP server** lets agents check that a package is safe before suggesting it.
  </Card>

  <Card title="Discover AI usage" icon="magnifying-glass" href="/ai-security/ai-tools-discovery">
    Find the AI agents, MCP servers, and tools in use across your code and machines.
  </Card>

  <Card title="Govern AI usage" icon="scale-balanced" href="/governance/ai-governance">
    Gain visibility into AI usage across your code and supply chain so you can govern it.
  </Card>
</CardGroup>
