You are browsing as a guest. Sign up (or log in) to start making projects!

OpenMythos

  • 4 Devlogs
  • 50 Total hours

A cyber security research model inspired from anthropic's project glasswing.

Ship #1 Changes requested

OpenMythos is a cybersecurity-focused LLM
It's trained specifically on:
- ArXiv cs.CR (Cryptography & Security) research papers
- Real CVE vulnerability data with detailed descriptions

What did we build?

- Full SFT + RLVR training pipeline on H100 GPUs (via Modal)
- Custom datasets: filtered ArXiv papers + CVE vulnerability data
- Deployed on Hugging Face Spaces

What was challenging?

- Scraping and filtering high-quality dataset
- Getting RLVR to actually improve security reasoning.
- Running stable distributed training on Modal with DeepSpeed
- Making the model actually useful for real vuln analysis, not just theory

What are we proud of?

- Model genuinely understands CVEs and can reason about attack surfaces
- Clean SFT → RLVR pipeline that others can replicate
- 9,000+ users in the first week with zero marketing budget
- Benchmark results on CyberGym and cybench

How to test it?

Hugging Face Space: https://huggingface.co/spaces/build-small-hackathon/OpenMythos

Try prompts like:
- "Analyze this code for security vulnerabilities: [paste your code]"
- "Review this API endpoint for security issues: [paste code]"

It works best for:
✅ Code security review
✅ CVE explanation & mitigation
✅ Attack surface analysis
✅ Security research questions

  • 4 devlogs
  • 50h
Try project → See source code →
Open comments for this post

17m 2s logged

Hit 9,000+ users on OpenMythos last week

OpenMythos is a cybersecurity-focused LLM trained on ArXiv cs.CR papers and real CVE data.

If you’ve tried it:
→ Share your feedback
→ Found a vuln in your project using it? We’d love to hear

Want to stress-test your own project’s security?
Give it a shot 👇
https://huggingface.co/spaces/build-small-hackathon/OpenMythos

0
0
3
Open comments for this post

43h 41m 18s logged

Hey everyone! OpenMythos benchmarks are finally here.

Sorry it took about a week to post these.
The delay was mainly because SWE-bench results weren’t matching up with Qwen 3.6 27B official numbers.

Turns out Qwen used a different eval harness and also refined/filtered the benchmark problems, even there prev 3.5 (72.4 in SWE Verified ) version benchmark score is not matching with the numbers published in 3.6 (75 in SWE Verified).

Anyway, here are the results across SWE-bench Pro, CyberGym, and cybench.

OpenMythos holds up pretty well for a small cybersecurity-focused model!
But it has capability to do better. So, will train it further.

Demo: https://huggingface.co/spaces/build-small-hackathon/OpenMythos
Model: https://huggingface.co/build-small-hackathon/OpenMythos

0
0
8
Open comments for this post

3h 31m 2s logged

Devlog 2 of OpenMythos

Dataset Progress:

45k rows of dataset completed.
Generation got stuck after 37k due to a bug from upstream provider. Resolved the issue now back on track.

0
0
9

Followers

Loading…