Anthropic’s vuln harness is more workshop jig than boxed scanner
Original: Anthropic's open-source framework for AI-powered vulnerability discovery View original →
Anthropic’s Defending Code Reference Harness is not presented as a maintained product. The README says the repository is not maintained and is not accepting contributions. That makes the release more useful as a worked example: how should a team wrap an LLM when the goal is vulnerability discovery rather than ordinary code review?
The reference pipeline follows a recon → find → verify → report → patch loop. Its default target is C/C++ memory vulnerability work with Docker and ASAN, while autonomous runs are expected to happen inside a gVisor sandbox. The repo also includes Claude Code skills for threat modeling, scanning, triage, customization, and patch drafting, separating interactive human-reviewed work from runs that execute target code.
The HN discussion quickly moved to practical questions. One prominent comment compared tools like this to shop jigs: valuable for ideas, but often rebuilt around a team’s own interface, target definitions, and alerting style. Another thread focused on operating cost, pointing to the README’s rough token-rate guidance and asking what parallel agents would cost with stronger models.
That is the real takeaway. A vulnerability agent is only partly about the model. The surrounding harness decides what counts as a finding, how crashes are reproduced, how duplicates are removed, which sandbox boundaries are enforced, and when a patch is considered verified. Anthropic also points readers toward its hosted Claude Security product, but the open repo is most interesting as a blueprint for teams that want to build their own pipeline and make those tradeoffs explicit.
Related Articles
Anthropic is pushing Claude from private chat into team channels with memory, scoped permissions, and asynchronous task execution. Claude Tag entered beta for Claude Enterprise and Team customers on June 23, and Anthropic says 65% of its product-team code now comes from its internal version.
HN’s roughly 300-point discussion looked past the leaked-secret result and asked whether the setup matched real assistant risk.
Anthropic is moving stronger agentic work into its mainstream Sonnet tier. Sonnet 5 becomes the default for Free and Pro users, ships in Claude Code and the API, and starts at $2 per million input tokens and $10 per million output tokens through August 31.