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
12 changes: 12 additions & 0 deletions data/scan-corpus-failures.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"_description": "Failed scan attempts during corpus refresh routines. Each entry records the attempted target, timestamp, and failure reason.",
"failures": [
{
"timestamp": "2026-06-07T19:34:31Z",
"repo": "szybnev/DVLA",
"reason": "no_agent_code",
"http_status": 400,
"detail": "API returned error code 'no_agent_code' — repository contains no detectable LLM agent code. Skipped; fallback target used."
}
]
}
27 changes: 23 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-07T19:34:31Z",
"first_scan_date": "2026-05-04T12:10:06Z"
},
"scans": [
Expand Down Expand Up @@ -56,6 +56,25 @@
"code_injection",
"governance"
]
},
{
"timestamp": "2026-06-07T19:34:31Z",
"repo": "merlvintan/damn-vulnerable-llm-agent",
"report_id": "016fb11f-f9b0-42f8-ac6e-01ae9f6a21d6",
"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",
"governance"
],
"frameworks_covered": ["langchain"]
}
]
}
Loading