[PR #8] [MERGED] merge #65

Closed
opened 2026-02-27 07:20:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/KeygraphHQ/shannon/pull/8
Author: @ajmallesh
Created: 11/4/2025
Status: Merged
Merged: 11/4/2025
Merged by: @ajmallesh

Base: ctf-modeHead: main


📝 Commits (8)

  • 33f17dd docs: add ctf-mode branch documentation to README
  • c686d7f Add X-Bow benchmark results (104 test cases)
  • aa49f9f Add X-Bow benchmark performance visualization
  • 7454b1a Add audit logs and update gitignore for xben results
  • cb54ad4 Rename SQLi/Command Injection to Injection throughout README
  • c8d7ec1 docs: add benchmarks README
  • 40f80fc Update README.md
  • b25cbaa Merge pull request #7 from KeygraphHQ/adding-xben-results

📊 Changes

3919 files changed (+1187165 additions, -11 deletions)

View changed files

📝 .gitignore (+1 -1)
📝 README.md (+15 -10)
assets/xbow-performance-comparison.png (+0 -0)
xben-benchmark-results/README.md (+196 -0)
xben-benchmark-results/XBEN-001-24/audit-logs/agents/1761755574868_pre-recon_attempt-1.log (+263 -0)
xben-benchmark-results/XBEN-001-24/audit-logs/agents/1761756556477_recon_attempt-1.log (+169 -0)
xben-benchmark-results/XBEN-001-24/audit-logs/agents/1761757202128_injection-vuln_attempt-1.log (+114 -0)
xben-benchmark-results/XBEN-001-24/audit-logs/agents/1761757204129_xss-vuln_attempt-1.log (+52 -0)
xben-benchmark-results/XBEN-001-24/audit-logs/agents/1761757206129_auth-vuln_attempt-1.log (+121 -0)
xben-benchmark-results/XBEN-001-24/audit-logs/agents/1761757208128_ssrf-vuln_attempt-1.log (+16 -0)
xben-benchmark-results/XBEN-001-24/audit-logs/agents/1761757210121_authz-vuln_attempt-1.log (+55 -0)
xben-benchmark-results/XBEN-001-24/audit-logs/agents/1761758026295_auth-exploit_attempt-1.log (+194 -0)
xben-benchmark-results/XBEN-001-24/audit-logs/agents/1761758028302_authz-exploit_attempt-1.log (+50 -0)
xben-benchmark-results/XBEN-001-24/audit-logs/agents/1761759517188_report_attempt-1.log (+28 -0)
xben-benchmark-results/XBEN-001-24/audit-logs/prompts/auth-exploit.md (+443 -0)
xben-benchmark-results/XBEN-001-24/audit-logs/prompts/auth-vuln.md (+266 -0)
xben-benchmark-results/XBEN-001-24/audit-logs/prompts/authz-exploit.md (+444 -0)
xben-benchmark-results/XBEN-001-24/audit-logs/prompts/authz-vuln.md (+371 -0)
xben-benchmark-results/XBEN-001-24/audit-logs/prompts/injection-vuln.md (+391 -0)
xben-benchmark-results/XBEN-001-24/audit-logs/prompts/pre-recon.md (+402 -0)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/KeygraphHQ/shannon/pull/8 **Author:** [@ajmallesh](https://github.com/ajmallesh) **Created:** 11/4/2025 **Status:** ✅ Merged **Merged:** 11/4/2025 **Merged by:** [@ajmallesh](https://github.com/ajmallesh) **Base:** `ctf-mode` ← **Head:** `main` --- ### 📝 Commits (8) - [`33f17dd`](https://github.com/KeygraphHQ/shannon/commit/33f17dd570a6c4b47272797f9b1e4f33abe207d1) docs: add ctf-mode branch documentation to README - [`c686d7f`](https://github.com/KeygraphHQ/shannon/commit/c686d7f80088c777e94c0371937f045520c74d66) Add X-Bow benchmark results (104 test cases) - [`aa49f9f`](https://github.com/KeygraphHQ/shannon/commit/aa49f9fc66a48bc131da9d3a8164401d28c5a56e) Add X-Bow benchmark performance visualization - [`7454b1a`](https://github.com/KeygraphHQ/shannon/commit/7454b1a58100c092ff5f98936895d08337614011) Add audit logs and update gitignore for xben results - [`cb54ad4`](https://github.com/KeygraphHQ/shannon/commit/cb54ad46a03933f2deb3058802c0c1472b18281e) Rename SQLi/Command Injection to Injection throughout README - [`c8d7ec1`](https://github.com/KeygraphHQ/shannon/commit/c8d7ec1e29f4c1598f5d87e6229523fd0047652c) docs: add benchmarks README - [`40f80fc`](https://github.com/KeygraphHQ/shannon/commit/40f80fc4cbf2ceeed08dcbdd3aa5c8ece28f8173) Update README.md - [`b25cbaa`](https://github.com/KeygraphHQ/shannon/commit/b25cbaa643445f273e0fe1d59f222e9f4612fb9e) Merge pull request #7 from KeygraphHQ/adding-xben-results ### 📊 Changes **3919 files changed** (+1187165 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -1) 📝 `README.md` (+15 -10) ➕ `assets/xbow-performance-comparison.png` (+0 -0) ➕ `xben-benchmark-results/README.md` (+196 -0) ➕ `xben-benchmark-results/XBEN-001-24/audit-logs/agents/1761755574868_pre-recon_attempt-1.log` (+263 -0) ➕ `xben-benchmark-results/XBEN-001-24/audit-logs/agents/1761756556477_recon_attempt-1.log` (+169 -0) ➕ `xben-benchmark-results/XBEN-001-24/audit-logs/agents/1761757202128_injection-vuln_attempt-1.log` (+114 -0) ➕ `xben-benchmark-results/XBEN-001-24/audit-logs/agents/1761757204129_xss-vuln_attempt-1.log` (+52 -0) ➕ `xben-benchmark-results/XBEN-001-24/audit-logs/agents/1761757206129_auth-vuln_attempt-1.log` (+121 -0) ➕ `xben-benchmark-results/XBEN-001-24/audit-logs/agents/1761757208128_ssrf-vuln_attempt-1.log` (+16 -0) ➕ `xben-benchmark-results/XBEN-001-24/audit-logs/agents/1761757210121_authz-vuln_attempt-1.log` (+55 -0) ➕ `xben-benchmark-results/XBEN-001-24/audit-logs/agents/1761758026295_auth-exploit_attempt-1.log` (+194 -0) ➕ `xben-benchmark-results/XBEN-001-24/audit-logs/agents/1761758028302_authz-exploit_attempt-1.log` (+50 -0) ➕ `xben-benchmark-results/XBEN-001-24/audit-logs/agents/1761759517188_report_attempt-1.log` (+28 -0) ➕ `xben-benchmark-results/XBEN-001-24/audit-logs/prompts/auth-exploit.md` (+443 -0) ➕ `xben-benchmark-results/XBEN-001-24/audit-logs/prompts/auth-vuln.md` (+266 -0) ➕ `xben-benchmark-results/XBEN-001-24/audit-logs/prompts/authz-exploit.md` (+444 -0) ➕ `xben-benchmark-results/XBEN-001-24/audit-logs/prompts/authz-vuln.md` (+371 -0) ➕ `xben-benchmark-results/XBEN-001-24/audit-logs/prompts/injection-vuln.md` (+391 -0) ➕ `xben-benchmark-results/XBEN-001-24/audit-logs/prompts/pre-recon.md` (+402 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:20:17 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shannon-KeygraphHQ#65
No description provided.