Albert-yz9yt commited on
Commit
f807bb0
·
verified ·
1 Parent(s): c011e84

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -1,13 +1,21 @@
1
- # BugTraceAI
 
 
 
 
 
 
 
2
 
3
- BugTraceAI is an agentic web pentesting framework that combines security-focused AI models and tooling for authorized application security research, triage, reporting, and remediation workflows.
4
 
5
- ## BugTraceAI Models
6
 
7
- These models are part of the BugTraceAI platform and are designed to support the framework's web pentesting and security engineering workflows.
8
 
9
- - **BugTraceAI-CORE-Fast**: A lightweight model for rapid triage, concise payload review, scanner output analysis, and developer-facing fixes.
10
  - **BugTraceAI-CORE-Pro**: A higher-capacity model for long-context investigation, report drafting, exploit-chain review, and remediation planning.
 
11
 
12
  ## What the Framework Focuses On
13
 
@@ -24,6 +32,7 @@ BugTraceAI systems are intended for authorized security work, defensive research
24
  ## Links
25
 
26
  - Organization: https://huggingface.co/BugTraceAI
 
27
  - Fast model: https://huggingface.co/BugTraceAI/BugTraceAI-CORE-Fast
28
  - Pro model: https://huggingface.co/BugTraceAI/BugTraceAI-CORE-Pro
29
  - Website: https://bugtraceai.com
 
1
+ ---
2
+ title: README
3
+ emoji: 🏢
4
+ colorFrom: red
5
+ colorTo: purple
6
+ sdk: static
7
+ pinned: false
8
+ ---
9
 
10
+ # BugTraceAI
11
 
12
+ BugTraceAI provides fine-tuned language models and tools designed for application security validation, authorized web pentesting, and security engineering.
13
 
14
+ ## Core Models
15
 
16
+ - **BugTraceAI-CORE-Fast**: A fast, low-latency model tuned for triage, log summarization, and quick finding analysis.
17
  - **BugTraceAI-CORE-Pro**: A higher-capacity model for long-context investigation, report drafting, exploit-chain review, and remediation planning.
18
+ - **BugTraceAI-Apex-G4-26B-Q4**: The Apex Predator of offensive security reasoning. A 26B Mixture-of-Experts model fine-tuned via DPO on elite bug bounty reports, malware methodologies, and WAF evasion techniques, featuring an injected Opus-style reasoning engine.
19
 
20
  ## What the Framework Focuses On
21
 
 
32
  ## Links
33
 
34
  - Organization: https://huggingface.co/BugTraceAI
35
+ - Apex model: https://huggingface.co/BugTraceAI/BugTraceAI-Apex-G4-26B-Q4
36
  - Fast model: https://huggingface.co/BugTraceAI/BugTraceAI-CORE-Fast
37
  - Pro model: https://huggingface.co/BugTraceAI/BugTraceAI-CORE-Pro
38
  - Website: https://bugtraceai.com