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": "Log of public scan attempts that failed during corpus refresh. Used to avoid re-queuing known-bad targets.",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: New corpus JSON artifact lacks _schema_version metadata, inconsistent with the existing versioned data/scan-corpus.json companion file.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At data/scan-corpus-failures.json, line 2:

<comment>New corpus JSON artifact lacks `_schema_version` metadata, inconsistent with the existing versioned `data/scan-corpus.json` companion file.</comment>

<file context>
@@ -0,0 +1,12 @@
+{
+  "_description": "Log of public scan attempts that failed during corpus refresh. Used to avoid re-queuing known-bad targets.",
+  "failures": [
+    {
</file context>

"failures": [
{
"timestamp": "2026-06-21T19:35:33Z",
"repo": "szybnev/DVLA",
"reason": "no_agent_code",
"http_status": 400,
"notes": "API returned {\"error\":\"no_agent_code\"} — repository contains no detectable LLM agent code. Skipped from rotation."
}
]
}
25 changes: 21 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-21T19:35:33Z",
"first_scan_date": "2026-05-04T12:10:06Z"
},
"scans": [
Expand Down Expand Up @@ -56,6 +56,23 @@
"code_injection",
"governance"
]
},
{
"timestamp": "2026-06-21T19:35:33Z",
"repo": "merlvintan/damn-vulnerable-llm-agent",
"report_id": "9f11fb22-da06-4ecd-8a5b-9a66099d0065",
"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"
]
}
]
}
Loading