[PR #31] [CLOSED] feat: add streaming vuln+exploit pipeline and per-agent model selection #78

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

📋 Pull Request Information

Original PR: https://github.com/KeygraphHQ/shannon/pull/31
Author: @TedWei
Created: 12/18/2025
Status: Closed

Base: mainHead: feat/streaming-pipeline-and-model-selection


📝 Commits (1)

  • df32bcb feat: add streaming vuln+exploit pipeline and per-agent model selection

📊 Changes

9 files changed (+509 additions, -45 deletions)

View changed files

.env.example (+13 -0)
📝 .gitignore (+17 -1)
docker-compose.yml (+64 -0)
get-token.sh (+33 -0)
run-shannon.sh (+88 -0)
📝 shannon.mjs (+19 -36)
📝 src/ai/claude-executor.js (+105 -7)
📝 src/checkpoint-manager.js (+103 -0)
📝 src/constants.js (+67 -1)

📄 Description

  • Implement streaming execution where each exploit starts immediately when its corresponding vuln agent completes, reducing total execution time
  • Add per-agent model mapping (Haiku for simpler tasks like xss/ssrf, Sonnet for complex tasks like injection/auth analysis)
  • Add partial completion recovery for pre-recon agent to preserve intermediate results when final report generation fails
  • Add Docker support with docker-compose.yml and helper scripts
  • Update .gitignore for environment files and session data

🤖 Generated with Claude Code


🔄 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/31 **Author:** [@TedWei](https://github.com/TedWei) **Created:** 12/18/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/streaming-pipeline-and-model-selection` --- ### 📝 Commits (1) - [`df32bcb`](https://github.com/KeygraphHQ/shannon/commit/df32bcbfc54cbaffcc1d254ae719c1841c479968) feat: add streaming vuln+exploit pipeline and per-agent model selection ### 📊 Changes **9 files changed** (+509 additions, -45 deletions) <details> <summary>View changed files</summary> ➕ `.env.example` (+13 -0) 📝 `.gitignore` (+17 -1) ➕ `docker-compose.yml` (+64 -0) ➕ `get-token.sh` (+33 -0) ➕ `run-shannon.sh` (+88 -0) 📝 `shannon.mjs` (+19 -36) 📝 `src/ai/claude-executor.js` (+105 -7) 📝 `src/checkpoint-manager.js` (+103 -0) 📝 `src/constants.js` (+67 -1) </details> ### 📄 Description - Implement streaming execution where each exploit starts immediately when its corresponding vuln agent completes, reducing total execution time - Add per-agent model mapping (Haiku for simpler tasks like xss/ssrf, Sonnet for complex tasks like injection/auth analysis) - Add partial completion recovery for pre-recon agent to preserve intermediate results when final report generation fails - Add Docker support with docker-compose.yml and helper scripts - Update .gitignore for environment files and session data 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <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:20 +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#78
No description provided.