Skip to main content
The sibling repo ships pre-captured scan output in sample-findings/ — one directory per agent, with fast-scan.json, fast-scan.sarif, and fast-scan.pdf. 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-level findings: [...] array; each finding has category, severity, aivss_score, evidence.prompt, evidence.response.
  • fast-scan.sarif — GitHub Code Scanning format. Upload to a repo’s Security tab with actions/upload-sarif@v3 and the findings render inline on the PR.
  • fast-scan.pdf — human-readable report with 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

Use the defended-baseline row as your regression check whenever the scanner ships a new probe library.