Skip to content

Quick Start

Terminal window
# Scan the current directory
llmarmor scan .
# Scan a specific project
llmarmor scan ./my-llm-app/
# Show all findings including INFO and LOW
llmarmor scan ./my-llm-app/ --verbose
# Strict mode — flag borderline patterns
llmarmor scan ./my-llm-app/ --strict

LLM Armor classifies findings into five severity levels:

LevelIconShown by Default
CRITICAL🔴✅ Yes
HIGH🟠✅ Yes
MEDIUM🟡✅ Yes
LOW🔵--verbose only
INFO--verbose only
CodeMeaning
0Clean scan (no MEDIUM+ findings)
1At least one HIGH or MEDIUM finding
2At least one CRITICAL finding — fix required