Skip to content

Commit f12a520

Browse files
committed
docs: update Audited Projects with scanned repos, order by GitHub stars
- Add KeygraphHQ/shannon, OpenBMB/UltraRAG, affaan-m/everything-claude-code, thedotmack/claude-mem - Remove links; show repo name and findings only - Order table by GitHub stars (descending) Made-with: Cursor
1 parent fcdb725 commit f12a520

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -203,14 +203,18 @@ These modules enrich findings after scanner results are collected. All are wired
203203

204204
## Audited Projects
205205

206-
Argus has been used to scan real-world open-source projects:
207-
208-
| Project | Findings | Key Issues |
209-
|---------|----------|------------|
210-
| [MoonshotAI/kimi-cli](https://github.com/MoonshotAI/kimi-cli) | 35 (5 high) | IDOR on session endpoints, 7 dependency CVEs |
211-
| [anthropics/chrome-devtools-mcp](https://github.com/anthropics/chrome-devtools-mcp) | 1 (medium) | Missing security headers |
212-
| [juice-shop/juice-shop](https://github.com/juice-shop/juice-shop) | 1 (high) | Unquoted XSS attribute in template |
213-
| DVWA | Full pentest | Comprehensive vulnerability assessment |
206+
Argus has been used to scan real-world open-source projects. Table ordered by GitHub stars (descending).
207+
208+
| Repo | Findings | Key Issues |
209+
|------|----------|------------|
210+
| **affaan-m/everything-claude-code** | 3 Critical | Command injection (CWE-78) in `utils.js``commandExists()` and `runCommand()` using unsanitized `execSync` with user-controlled input |
211+
| **thedotmack/claude-mem** | 8 (2 Critical, 4 High) | SQL injection (dynamic query), path traversal in ObservationCompiler; command injection in ProcessManager, ReDoS in tag-stripping, missing auth on admin endpoints, resource exhaustion in token calculator |
212+
| **KeygraphHQ/shannon** | 18 (5 Critical, 7 High) | Command injection in tool filtering, path traversal in save-deliverable, weak TOTP validation, secret exposure in error logs, prototype pollution via YAML parsing; dangerous patterns, TOCTOU in queue validation |
213+
| **anthropics/chrome-devtools-mcp** | 1 (medium) | Missing security headers |
214+
| **DVWA** | Full pentest | Comprehensive vulnerability assessment |
215+
| **juice-shop/juice-shop** | 1 (high) | Unquoted XSS attribute in template |
216+
| **MoonshotAI/kimi-cli** | 35 (5 high) | IDOR on session endpoints, 7 dependency CVEs |
217+
| **OpenBMB/UltraRAG** | 31 (7 Critical, 11 High) | SQL/NoSQL injection in Milvus backend, path traversal in corpus builders, SSTI in Jinja2 prompts, command injection risk, SHA-1 usage, debug mode in production; missing auth on MCP, rate limiting, unsafe deserialization |
214218

215219
Reports include SARIF, JSON, Markdown, and responsible disclosure templates.
216220

0 commit comments

Comments
 (0)