All articles
OpSecTool

A Database of LLM Bugs Worth Bookmarking — Promptfoo's LM Security DB

July 18, 2026·4 min read

Promptfoo's LM Security DB is the Solodit equivalent for AI security bugs — a community-built catalog of real-world LLM vulnerabilities that every AI builder should bookmark.

If you work in Web3 security, you know Solodit — the database of smart contract vulnerabilities that every auditor lives in. It aggregates real bugs, findings, and exploits from top security firms so you can study attack patterns before they hit your code.

There is now an equivalent for AI. Promptfoo's LM Security DB is a community-built, openly accessible database of large language model vulnerabilities — prompt injections, jailbreaks, data poisoning, credential leaks, and agent-level exploits. If you build with or on top of LLMs, you should bookmark it.

What It Is

Promptfoo is already one of the most widely used tools for LLM testing, evaluation, and red-teaming. Their LM Security DB takes that expertise and makes it explorable — a categorized, searchable catalog of real vulnerabilities collected from production deployments, security research, and community submissions.

Each entry documents the vulnerability type, affected model or framework, exploit technique, and — critically — mitigation steps. It is built for practitioners, not academics. The taxonomy spans the attack surface AI builders actually face:

  • Prompt injection — indirect and direct attacks that override system instructions
  • Jailbreaks — techniques that bypass safety filters and content restrictions
  • Data poisoning — training-time attacks where malicious documents create persistent model vulnerabilities
  • Credential leaks — API keys, tokens, and passwords exposed through agent debug output and stdout capture
  • Insecure code generation — XSS, command injection, SSRF, and path traversal introduced by AI coding tools
  • Agent skill exploits — vulnerabilities in agent tool-use that survive across forks and deployments

Why It Matters Now

AI is being embedded in every stack. Claude Code, Copilot, and Cursor are generating production code. Autonomous agents are holding private keys and moving assets. LLMs are being deployed in healthcare, defense, finance, and critical infrastructure — often with the same security assumptions we abandoned for web applications 15 years ago.

The Georgia Tech SSLab recently released a dashboard tracking over 50,000 advisories for CVEs introduced by AI-generated code. Anthropic published research showing that a small number of poisoned training examples can create persistent backdoors that survive safety fine-tuning. Security researchers have found credential leaks in popular AI agent frameworks that remain exploitable in forked codebases months after disclosure.

The lesson from Web3 security applies here too: you study the bug database before you write the contract. The LM Security DB is that database for AI.

How We Use It

At Delta V, we run sovereign AI agents — local-first, self-custodied, with minimal attack surface. The LM Security DB feeds directly into our threat model. Before deploying any agent that touches keys, wallets, or external APIs, we check:

  1. What injection vectors exist for the model and framework we are using?
  2. Are there known jailbreaks that bypass the guardrails we have configured?
  3. Does our agent framework leak credentials through debug output or error handling?
  4. Have similar agent architectures been exploited in the wild?

The database turns these from open research questions into checkable, actionable items. Each entry links to proof-of-concept code, affected versions, and patches. It makes AI security audit work feel closer to smart contract audit work — structured, repeatable, and grounded in real data rather than speculation.

The Broader Landscape

Promptfoo's DB is the most polished entry, but the AI security ecosystem is growing fast:

  • @llm_sec — aggregator account on X tracking LLM security research, papers, and jobs
  • Georgia Tech SSLab — open-source dashboard scanning 50K+ advisories for AI-introduced CVEs
  • Anthropic alignment research — data poisoning, sleeper agents, and safety training robustness
  • AI agent skill audits — multiple independent researchers finding credential leaks in agent stdout and memory buffers

The pattern is familiar to anyone who has watched Web3 security mature. First comes the tooling fragmentation. Then the community database. Then the audit firms. Then the standards. We are somewhere between phase two and three — and the databases being built now will underpin the security practices of the next decade.

Bookmark It

The LM Security DB is free, open, and actively maintained:

promptfoo.dev/lm-security-db

If you build AI agents, audit AI systems, or just want to understand how LLMs actually get compromised — this belongs in your bookmarks next to Solodit, CVE, and the OWASP Top 10.

Delta V Intel pipelineGenerated and verified through the Delta V intelligence system.

Explore IntelHub →

Want high-signal intel like this in your inbox?

Get in touch