[PR #155] [CLOSED] More flexible modes #146

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

📋 Pull Request Information

Original PR: https://github.com/KeygraphHQ/shannon/pull/155
Author: @huylenq
Created: 2/21/2026
Status: Closed

Base: mainHead: claude/shannon-pentest-feasibility-kqg9s


📝 Commits (2)

  • efaf178 feat: add black-box pentest mode (dual-mode architecture)
  • bebb5f0 chore: update package-lock.json after npm install

📊 Changes

18 files changed (+1578 additions, -61 deletions)

View changed files

📝 package-lock.json (+1 -7)
plan.md (+255 -0)
prompts/pre-recon-blackbox.txt (+212 -0)
prompts/recon-blackbox.txt (+199 -0)
prompts/vuln-auth-blackbox.txt (+136 -0)
prompts/vuln-authz-blackbox.txt (+164 -0)
prompts/vuln-injection-blackbox.txt (+161 -0)
prompts/vuln-ssrf-blackbox.txt (+158 -0)
prompts/vuln-xss-blackbox.txt (+144 -0)
📝 shannon (+33 -22)
📝 src/services/agent-execution.ts (+5 -4)
📝 src/services/prompt-manager.ts (+4 -4)
📝 src/session-manager.ts (+25 -4)
📝 src/temporal/activities.ts (+56 -8)
📝 src/temporal/client.ts (+13 -8)
📝 src/temporal/shared.ts (+1 -1)
📝 src/temporal/workflows.ts (+10 -3)
📝 src/types/agents.ts (+1 -0)

📄 Description


🔄 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/155 **Author:** [@huylenq](https://github.com/huylenq) **Created:** 2/21/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `claude/shannon-pentest-feasibility-kqg9s` --- ### 📝 Commits (2) - [`efaf178`](https://github.com/KeygraphHQ/shannon/commit/efaf178d5f06e02dde96c55fa3c9fcc348744613) feat: add black-box pentest mode (dual-mode architecture) - [`bebb5f0`](https://github.com/KeygraphHQ/shannon/commit/bebb5f0acdf41cebc60fd571111ed4dd428df349) chore: update package-lock.json after npm install ### 📊 Changes **18 files changed** (+1578 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+1 -7) ➕ `plan.md` (+255 -0) ➕ `prompts/pre-recon-blackbox.txt` (+212 -0) ➕ `prompts/recon-blackbox.txt` (+199 -0) ➕ `prompts/vuln-auth-blackbox.txt` (+136 -0) ➕ `prompts/vuln-authz-blackbox.txt` (+164 -0) ➕ `prompts/vuln-injection-blackbox.txt` (+161 -0) ➕ `prompts/vuln-ssrf-blackbox.txt` (+158 -0) ➕ `prompts/vuln-xss-blackbox.txt` (+144 -0) 📝 `shannon` (+33 -22) 📝 `src/services/agent-execution.ts` (+5 -4) 📝 `src/services/prompt-manager.ts` (+4 -4) 📝 `src/session-manager.ts` (+25 -4) 📝 `src/temporal/activities.ts` (+56 -8) 📝 `src/temporal/client.ts` (+13 -8) 📝 `src/temporal/shared.ts` (+1 -1) 📝 `src/temporal/workflows.ts` (+10 -3) 📝 `src/types/agents.ts` (+1 -0) </details> ### 📄 Description <opened by mistake> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:09:27 +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#146
No description provided.