mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
[PR #266] [MERGED] docs: add pentesting prompt methodology guidance #280
Reference in New Issue
Block a user
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/vxcontrol/pentagi/pull/266
Author: @mason5052
Created: 4/15/2026
Status: ✅ Merged
Merged: 4/22/2026
Merged by: @asdek
Base:
feature/next-release← Head:codex/issue-79-pentest-methodology-guide📝 Commits (2)
a9a0b76docs: add pentesting prompt methodology guidec893bb8docs: fix pentesting methodology links📊 Changes
2 files changed (+27 additions, -0 deletions)
View changed files
📝
README.md(+13 -0)📝
backend/docs/prompt_engineering_pentagi.md(+14 -0)📄 Description
Summary
examples/prompts/base_web_pentest.mdstarter promptProblem
Issue #79 asks for better guidance on how AI prompts should approach pentesting. PentAGI already includes prompt templates and a sample web pentest prompt, but the documentation does not explain how to translate pentesting methodology into reusable agent guidance.
Solution
backend/docs/prompt_engineering_pentagi.mdwith guidance for authorization boundaries, coverage-first mapping, attack-surface prioritization, low-risk validation, evidence capture, iterative memory use, and report-ready summariesUser Impact
Prompt authors now have a clearer path for turning pentest methodology into PentAGI prompts. This should make new prompt iterations easier to structure, easier to review, and easier to adapt to different engagement scopes.
Test Plan
git diff --checkCloses #79
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.