Skip to content

Commit 8dedbbb

Browse files
committed
docs: restore all product images to README
1 parent f44fd7d commit 8dedbbb

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ git clone https://github.com/codexstar69/bug-hunter.git ~/.agents/skills/bug-hun
5555
5656
---
5757

58+
<p align="center">
59+
<img src="docs/images/2026-03-12-pr-review-flow.png" alt="Bug Hunter PR review workflow — pull request scope analysis, security checks, threat-model context, and final verdict" width="100%">
60+
</p>
61+
5862
## Quick Start
5963

6064
```bash
@@ -88,6 +92,10 @@ Triage → Recon → Hunter → Skeptic → Referee → Fix Plan → Fixer →
8892

8993
Claims are verified against official library documentation via [Context Hub](https://github.com/andrewyng/context-hub) + [Context7](https://context7.com) before any agent asserts framework behavior.
9094

95+
<p align="center">
96+
<img src="docs/images/doc-verify-fix-plan.png" alt="Bug Hunter documentation verification — agents check official library docs via Context Hub and Context7 API before making claims about framework behavior" width="100%">
97+
</p>
98+
9199
<p align="center">
92100
<img src="docs/images/adversarial-debate.png" alt="Adversarial AI code review debate — Hunter finds bugs, Skeptic challenges with counter-evidence, Referee delivers independent verdict" width="100%">
93101
</p>
@@ -113,6 +121,10 @@ Claims are verified against official library documentation via [Context Hub](htt
113121

114122
Every security finding gets **STRIDE classification**, **CWE ID**, and **CVSS 3.1 scoring** with proof-of-concept payloads.
115123

124+
<p align="center">
125+
<img src="docs/images/security-finding-card.png" alt="Bug Hunter security finding card — bug ID, severity badge, STRIDE and CWE classification, CVSS 3.1 score, reachability rating, and proof of concept payload" width="100%">
126+
</p>
127+
116128
### Supported Languages and Frameworks
117129

118130
**Languages:** TypeScript, JavaScript, Python, Go, Rust, Java, Kotlin, Ruby, PHP
@@ -123,6 +135,10 @@ Every security finding gets **STRIDE classification**, **CWE ID**, and **CVSS 3.
123135

124136
## Safe Auto-Fix with Canary Rollout
125137

138+
<p align="center">
139+
<img src="docs/images/2026-03-12-fix-plan-rollout.png" alt="Bug Hunter strategic fix planning — confidence gating, canary rollout, per-fix verification, and automatic rollback safety" width="100%">
140+
</p>
141+
126142
When bugs are confirmed, the Fixer engineers patches — not just edits:
127143

128144
1. **Git branch** — dedicated fix branch with restore point
@@ -139,6 +155,10 @@ When bugs are confirmed, the Fixer engineers patches — not just edits:
139155

140156
## Security Scanning Features
141157

158+
<p align="center">
159+
<img src="docs/images/2026-03-12-security-pack.png" alt="Bug Hunter bundled security pack — commit security scan, enterprise security review, STRIDE threat model generation, and vulnerability validation" width="100%">
160+
</p>
161+
142162
| Flag | Capability |
143163
|------|-----------|
144164
| `--threat-model` | STRIDE threat model generation |
@@ -175,6 +195,10 @@ All flags compose: `/bug-hunter --deps --threat-model --fix src/`
175195

176196
## Output Files
177197

198+
<p align="center">
199+
<img src="docs/images/2026-03-12-machine-readable-artifacts.png" alt="Bug Hunter machine-readable output — findings JSON, skeptic challenges, referee verdicts, fix strategy, fix plan, and CI/CD automation" width="100%">
200+
</p>
201+
178202
Every run creates `.bug-hunter/` (add to `.gitignore`):
179203

180204
| File | Purpose |

0 commit comments

Comments
 (0)