Skip to content

LLM Armor

Find LLM security vulnerabilities before attackers do. Open-source static analysis scanner covering 7 of 10 OWASP LLM Top 10 risks.

Prompt Injection

Detects f-string, .format(), %-formatting, and concatenation injection vectors with AST taint tracking.

Sensitive Info Disclosure

Finds leaked API keys (OpenAI, Anthropic, Google, HuggingFace) across all file types.

Excessive Agency

Flags wildcard tool access, dangerous tool classes, disabled approval gates, and dynamic dispatch.

Unbounded Consumption

Catches LLM API calls missing max_tokens limits.

Terminal window
pip install llmarmor
llmarmor scan ./your-app/