{
"scan_id": "a1b2c3d4e5f6",
"status": "completed",
"target_type": "repo",
"target": "/home/user/my-app",
"started_at": "2026-05-25T09:41:22Z",
"completed_at": "2026-05-25T09:41:24Z",
"finding_count": 3,
"findings": [
{
"id": "ZG-A1B2C3",
"category": "secrets",
"severity": "CRITICAL",
"title": "AWS access key",
"description": "Potential secret or sensitive credential found in repository source.",
"evidence": "AWS access key pattern matched; secret value redacted.",
"location": {
"target": "/home/user/my-app",
"path": "src/config.js",
"line": 14,
"column": 23,
"url": null,
"method": null
},
"scanner_name": "secrets",
"remediation": "Revoke the AWS key, remove it from the repository, and load it from a secret manager or environment variable.",
"confidence": 0.95,
"owasp_categories": ["A02:2021"]
}
]
}