KingNish commited on
Commit
38d37d1
Β·
1 Parent(s): 69cdfce

Update Readme

Browse files
Files changed (1) hide show
  1. README.md +32 -2
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** β€” 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.
18
 
19
- 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.
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.