From 3d47d9d0c8d8c5d0c332beb3ce42975b1834c83d Mon Sep 17 00:00:00 2001 From: cloakmaster Date: Sun, 31 May 2026 21:39:33 +0200 Subject: [PATCH] =?UTF-8?q?data:=20scan=20corpus=20refresh=20=E2=80=94=202?= =?UTF-8?q?026-05-31?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add merlvintan/damn-vulnerable-llm-agent scan result (2 findings, governance 27). Log szybnev/DVLA failure (no_agent_code, HTTP 400). --- data/scan-corpus-failures.json | 10 ++++++++++ data/scan-corpus.json | 25 +++++++++++++++++++++---- 2 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 data/scan-corpus-failures.json diff --git a/data/scan-corpus-failures.json b/data/scan-corpus-failures.json new file mode 100644 index 0000000..cec597e --- /dev/null +++ b/data/scan-corpus-failures.json @@ -0,0 +1,10 @@ +{ + "_description": "Log of scan attempts that failed during corpus refresh routines.", + "failures": [ + { + "timestamp": "2026-05-31T19:37:23Z", + "repo": "szybnev/DVLA", + "reason": "no_agent_code: repository contains no AI agent code detectable by the scanner (HTTP 400)" + } + ] +} diff --git a/data/scan-corpus.json b/data/scan-corpus.json index 41d7cb1..787f459 100644 --- a/data/scan-corpus.json +++ b/data/scan-corpus.json @@ -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", @@ -15,7 +15,7 @@ "resource_exhaustion", "code_injection" ], - "last_refreshed": "2026-05-10T19:35:03Z", + "last_refreshed": "2026-05-31T19:37:23Z", "first_scan_date": "2026-05-04T12:10:06Z" }, "scans": [ @@ -56,6 +56,23 @@ "code_injection", "governance" ] + }, + { + "timestamp": "2026-05-31T19:37:23Z", + "repo": "merlvintan/damn-vulnerable-llm-agent", + "report_id": "70301ab2-3e5b-4ad0-a338-65f9d01844d8", + "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" + ] } ] }