Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions data/scan-corpus-failures.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"timestamp": "2026-06-28T19:34:00Z",
"repo": "szybnev/DVLA",
"reason": "API returned HTTP 400: no_agent_code — repository does not contain agent/LLM code",
"routine_attempt": 1,
"fallback_target": "merlvintan/damn-vulnerable-llm-agent"
}
]
26 changes: 22 additions & 4 deletions data/scan-corpus.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"_description": "Public scan corpus — the live dataset behind State of AI Agent Security 2026. Refreshed weekly by an automated routine.",
"_methodology": "See data/scan-corpus-readme.md for methodology, included repo criteria, and rotation cadence.",
"aggregates": {
"total_scans": 2,
"total_findings_observed": 9,
"average_governance_score": 16.0,
"total_scans": 3,
"total_findings_observed": 11,
"average_governance_score": 19.67,
"finding_categories_aggregated": [
"sql_injection",
"injection",
Expand All @@ -15,7 +15,7 @@
"resource_exhaustion",
"code_injection"
],
"last_refreshed": "2026-05-10T19:35:03Z",
"last_refreshed": "2026-06-28T19:35:13Z",
"first_scan_date": "2026-05-04T12:10:06Z"
},
"scans": [
Expand Down Expand Up @@ -56,6 +56,24 @@
"code_injection",
"governance"
]
},
{
"timestamp": "2026-06-28T19:35:13Z",
"repo": "merlvintan/damn-vulnerable-llm-agent",
"report_id": "3f6bce0a-5f69-4bbc-abb4-baf23fab6d58",
"findings_count": 2,
"critical_count": 0,
"high_count": 2,
"medium_count": 0,
"low_count": 0,
"governance_score": 27,
"risk_score": 22,
"eu_ai_act_readiness": "PARTIAL",
"top_finding_categories": [
"sql_injection",
"injection"
],
"frameworks_covered": ["langchain"]
}
]
}
Loading