mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-25 09:35:55 +03:00
[PR #155] [CLOSED] More flexible modes #146
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shannon-KeygraphHQ#146
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/KeygraphHQ/shannon/pull/155
Author: @huylenq
Created: 2/21/2026
Status: ❌ Closed
Base:
main← Head:claude/shannon-pentest-feasibility-kqg9s📝 Commits (2)
efaf178feat: add black-box pentest mode (dual-mode architecture)bebb5f0chore: 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.