Sample Report
This is a real scan4secrets run you can reproduce in one command. It scans the
examples/sample-app
fixture that ships in the repo — a tiny, deliberately-insecure multi-language app —
with --misconfig so you see both secret detection and the SAST
vulnerability/misconfiguration engine in one report.
Everything here is fake
Every "secret" in the fixture is a generic placeholder — nothing authenticates. The values are intentionally non-vendor-shaped so the fixture is safe to commit and clone.
$ scan4secrets --version
scan4secrets 2.2.0
Download the report
The same run, in all seven formats:
| Format | Download | Best for |
|---|---|---|
| HTML | sast-sample-app.html | Collapsible, self-contained — share with anyone |
| SARIF | sast-sample-app.sarif | GitHub Code Scanning, GitLab, Sonar, Defect Dojo |
| JSON | sast-sample-app.json | Tooling / post-processing |
| JSONL | sast-sample-app.jsonl | SIEM / SOAR streaming, jq |
| CSV | sast-sample-app.csv | Spreadsheet triage |
| Excel | sast-sample-app.xlsx | Pivot tables, exec summaries |
| sast-sample-app.pdf | Compliance evidence packets |
👉 Open the HTML report for the best experience — each finding is an expandable card with the full detail.