Mozilla finds 271 vulnerabilities using AI with minimal false positives

Original: Mozilla says 271 vulnerabilities found by Mythos have "almost no false positives"

Why This Matters

Demonstrates practical AI application in cybersecurity with measurable results

Mozilla used Anthropic's Mythos AI model with custom harness to identify 271 Firefox security flaws over two months, achieving breakthrough in AI-assisted vulnerability detection with almost no false positives compared to previous hallucination issues.

Mozilla engineers developed a custom agent harness that wraps around Anthropic's Mythos AI model to guide vulnerability detection in Firefox source code. The harness provides the AI access to the same tools Mozilla developers use, including specialized Firefox test builds and sanitizer systems. When analyzing memory safety issues, the system achieves success when it can make Firefox crash, providing a clear verification signal. Mozilla Distinguished Engineer Brian Grinstead explained the harness drives the LLM through specific tasks, giving it instructions and tools to read/write files and evaluate test cases in a continuous loop until completion. This approach eliminates the 'unwanted slop' of previous AI vulnerability detection attempts that produced plausible but hallucinated bug reports requiring significant human verification work.

Source

arstechnica.com — Read original →