The sibling repo ships pre-captured scan output inDocumentation Index
Fetch the complete documentation index at: https://docs.agentguardian.io/llms.txt
Use this file to discover all available pages before exploring further.
sample-findings/ — one directory per agent, with fast-scan.json, fast-scan.sarif, and fast-scan.html. Read these before running your own scan to know what the result should look like.
What to look for
fast-scan.json— machine-readable. Top-levelfindings: [...]array; each finding hascategory,severity,aivss_score,evidence.prompt,evidence.response.fast-scan.sarif— GitHub Code Scanning format. Upload to a repo’s Security tab withactions/upload-sarif@v3and the findings render inline on the PR.fast-scan.html— human-readable report with collapsible attack transcripts. The shareable artifact for a launch demo.
Regenerating
The sample files commit empty until the first real scan is captured. To regenerate:Expected severities
| Agent | High-severity findings expected | Notes |
|---|---|---|
vulnerable-langgraph-chatbot | 3-5 | LLM01 + LLM06 + LLM07 always; others mode-dependent |
vulnerable-rag-agent | 1-2 | LLM02 reliable; LLM10 surfaces in --mode full |
vulnerable-tool-agent | 2-3 | LLM06 + LLM05 always |
vulnerable-mcp-server | 2-3 | LLM01 + LLM06 + LLM07 |
defended-baseline | 0 | A high-severity finding here is a scanner bug |
defended-baseline row as your regression check whenever the scanner ships a new probe library.