data: scan corpus refresh — 2026-05-04#20
Merged
Conversation
Add first corpus entry: ReversecLabs/damn-vulnerable-llm-agent 3 findings (0 crit, 2 high, 1 med), governance score 27/100
The aggregate field contained finding categories (sql_injection, missing_audit_logging, etc.) — not agent frameworks. Misleading name would create downstream bugs when consumers expect framework values like "LangChain", "CrewAI". Schema corrected; values unchanged. Per the R6 prompt fix in routines/06-scan-corpus-refresh.md, frameworks_covered is now reserved for actual frameworks (when scan response includes agent_framework) and aggregated finding categories live under finding_categories_aggregated.
cloakmaster
marked this pull request as ready for review
May 5, 2026 06:59
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First corpus entry:
ReversecLabs/damn-vulnerable-llm-agent(398 stars, Python, LangChain agent).3 findings — 2 high (SQL injection via LLM-generated query, transaction_db.py:62 and :76) + 1 medium (missing audit trail). Governance score: 27/100. EU AI Act readiness: PARTIAL.
Summary by cubic
Seeded the public scan corpus with its first entry and updated aggregates and timestamps.
Adds
ReversecLabs/damn-vulnerable-llm-agentscan (3 findings: 2 high, 1 medium), governance 27/100, risk 22, EU AI Act PARTIAL, and renamesframeworks_coveredtofinding_categories_aggregated.Written for commit b9b7a52. Summary will update on new commits.