Spaces:
Runtime error
Runtime error
Update Readme
Browse files
README.md
CHANGED
|
@@ -10,13 +10,23 @@ app_file: app.py
|
|
| 10 |
pinned: true
|
| 11 |
short_description: An Open Source Cyber Security Agent
|
| 12 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# OpenMythos π
|
| 16 |
|
| 17 |
-
**Paste your codebase. Our AI security agent audits the repository**
|
| 18 |
|
| 19 |
-
Built during the **Hugging Face Small Gradio Hackathon**
|
| 20 |
|
| 21 |
> β οΈ **Proactive Defense.** This platform is engineered for defensive security intelligence. It aims to discover flaws, memory leaks, security configurations, and input bugs instantly, empowering software engineering teams to deploy hotfixes long before a threat vector is weaponized.
|
| 22 |
|
|
@@ -30,6 +40,26 @@ Built during the **Hugging Face Small Gradio Hackathon**, OpenMythos democratize
|
|
| 30 |
|
| 31 |
---
|
| 32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
## Why it's worth a look
|
| 34 |
|
| 35 |
- π **100% Local & Privacy-First.** Designed as a fully open-source alternative to proprietary security intelligence layers (like Claude's Mythos model). It can be run entirely locally, requiring zero internet connectivity or external dependencies to operate.
|
|
|
|
| 10 |
pinned: true
|
| 11 |
short_description: An Open Source Cyber Security Agent
|
| 12 |
license: apache-2.0
|
| 13 |
+
tags:
|
| 14 |
+
- gradio
|
| 15 |
+
- build-small-hackathon
|
| 16 |
+
- backyard-ai
|
| 17 |
+
- track:backyard
|
| 18 |
+
- sponsor:modal
|
| 19 |
+
- achievement:offbrand
|
| 20 |
+
- achievement:welltuned
|
| 21 |
+
- achievement:fieldnotes
|
| 22 |
+
- achievement:offgrid
|
| 23 |
---
|
| 24 |
|
| 25 |
# OpenMythos π
|
| 26 |
|
| 27 |
+
**Paste your codebase. Our AI security agent audits the repository** a multi-level vulnerability analysis, a visual dependency risk path, a declared threat level then generates an instant, verifiable hotfix patch before threat actors can exploit it.
|
| 28 |
|
| 29 |
+
Built during the **Hugging Face Small Gradio Hackathon** OpenMythos democratizes cutting-edge security auditing. It bridges an immersive retro terminal interface with the elite agentic reasoning and long-context preservation architecture of a fine-tuned dense model.
|
| 30 |
|
| 31 |
> β οΈ **Proactive Defense.** This platform is engineered for defensive security intelligence. It aims to discover flaws, memory leaks, security configurations, and input bugs instantly, empowering software engineering teams to deploy hotfixes long before a threat vector is weaponized.
|
| 32 |
|
|
|
|
| 40 |
|
| 41 |
---
|
| 42 |
|
| 43 |
+
## ποΈ Hackathon Categories
|
| 44 |
+
|
| 45 |
+
| Category | Why OpenMythos Qualifies |
|
| 46 |
+
|:---------|:-------------------------|
|
| 47 |
+
| **Main Track: Backyard AI** | Solves a real, specific problem for real people: software teams need instant security auditing. The person is every developer who ships code and wants to catch vulnerabilities before attackers do. |
|
| 48 |
+
| **π Off the Grid** | **100% Local & Privacy-First.** The entire pipeline runs with zero cloud API dependencies just a local model endpoint. Your code never leaves your machine. |
|
| 49 |
+
| **π― Well-Tuned** | Built on a **Qwen3.6-27B** base fine-tuned via SFT on cybersecurity dataset. The fine-tuned model: https://huggingface.co/build-small-hackathon/OpenMythos |
|
| 50 |
+
| **π¨ Off-Brand** | Fully custom terminal-inspired UI all pushing far past the default Gradio look. |
|
| 51 |
+
|
| 52 |
+
### Bonus Quests
|
| 53 |
+
|
| 54 |
+
| Badge | Status | Notes |
|
| 55 |
+
|:------|:-------|:------|
|
| 56 |
+
| π Off the Grid | β
**Earned** | Local-first by design |
|
| 57 |
+
| π― Well-Tuned | β
**Earned** | SFT on cybersecurity data; model to be published |
|
| 58 |
+
| π¨ Off-Brand | β
**Earned** | Custom CSS, SVG, terminal theme |
|
| 59 |
+
| π Field Notes | π§ Planned | Blog post: |
|
| 60 |
+
|
| 61 |
+
---
|
| 62 |
+
|
| 63 |
## Why it's worth a look
|
| 64 |
|
| 65 |
- π **100% Local & Privacy-First.** Designed as a fully open-source alternative to proprietary security intelligence layers (like Claude's Mythos model). It can be run entirely locally, requiring zero internet connectivity or external dependencies to operate.
|