Back to browse
GitHub Repository

OSS clone of Anthropic’s Mythos harness to locate C/C++ memory vulnerabilities

10 starsPython

Mini-Mythos- A Crowdsourced Mythos Harness copy for Vulnerability Scans

by ThePhillipLin·Apr 15, 2026·3 points·0 comments

AI Analysis

●●SolidDark HorseBig Brain

Student script found a zero-day using Claude Code and ASan automation.

Strengths
  • Combines LLM reasoning with AddressSanitizer verification to significantly reduce false positives.
  • Symbol map extraction filters dead code, saving API costs on irrelevant files.
  • Reproduced known CVEs and surfaced a new buffer overflow on a budget.
Weaknesses
  • Relies on paid Claude Code API, making large scans prohibitively expensive.
  • Rudimentary orchestration compared to established enterprise security scanners like Snyk.
Category
Target Audience

Security researchers, C/C++ developers

Similar To

Semgrep · CodeQL · Anthropic Mythos

Post Description

For how lofty Anthropic’s Mythos claims are, the harness is confusingly stupid.

From the report, it ranks every file by “how sus it sounds,” loops over each with curt instructions to “find a bug,” hands candidates to a judge + ASan checker— and zero-days simply pop out.

That should not work.

But it does.

On miniupnp with a $20 plan, Opus 4.6 reliably rediscovers known CVEs in older versions and even surfaced a new remote global buffer overflow (non-default config).

So what happens if the harness is actually good—i.e. equipped with proper security tooling?

I’m a student, not a security engineer, so I'd would love ideas or critiques on my planned tool roadmap. (If you have a $200 plan with extra usage lying around, try it out to see if it churns a zero-day in your own C)

Similar Projects