Defending Code Reference Harness: Coeurdar's verdict

Anthropic's open-source framework for AI-powered vulnerability discovery. Rather than a fixed-rule linter, it's a harness that drives a model to explore a codebase hunting for security flaws (injections, overflows, broken auth logic) and produce an actionable report. Built as a reference implementation: you start from here to wire your own security-analysis loop instead of reinventing the orchestration. Heavily discussed in the community (Hacker News: 465 points, 127 comments).

Strengths

Limitations

Best for

View on Coeurdar