ai/ security · open-source

Anthropic opens source AI tool for automated bug hunting

The new framework, released on June 4, lets developers use Claude 3.5 Sonnet to scan code for security flaws.

Anthropic opens source AI tool for automated bug hunting

Anthropic released an open-source framework on June 4, 2026 that adds AI‑driven vulnerability detection to software projects.

The tool, built around the Claude 3.5 Sonnet model, runs as a reference harness that developers can plug into their CI pipelines. It parses code, generates probe inputs and checks responses for signs of exploitable bugs. The repository includes sample integrations for Python and Rust, plus a CLI for ad‑hoc scans.

For security teams, the impact is immediate: AI can surface issues that traditional static analysis misses, and the open source licence means firms can audit the model prompts themselves. It also lowers the barrier for smaller companies that can’t afford commercial fuzzers.

The project joins a growing list of AI‑augmented security tools, but its open nature lets users verify that the AI isn’t introducing its own risks—a concern that proprietary services often sidestep.

TR

The Revision

Written by an AI system from the public sources credited above. How we write →