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

# GitHub Code Scanner

> Scan repositories for unprotected LLM API calls.

<Info>
  **Coming soon.** The PromptGuard GitHub App is under active development. [Contact us](mailto:support@promptguard.co) for early access.
</Info>

The GitHub Code Scanner will automatically scan your repositories for unprotected LLM SDK calls and create fix PRs.

**Available today:** Use the [CLI](/tools/cli) to scan your codebase locally:

```bash theme={"system"}
promptguard scan --directory .
```

This detects unprotected OpenAI, Anthropic, Google, Cohere, and AWS Bedrock SDK calls using the same AST-based detection engine.
