Add: /pentest skill — active penetration testing for live targets#567
Open
shuvonsec wants to merge 1 commit intogarrytan:mainfrom
Open
Add: /pentest skill — active penetration testing for live targets#567shuvonsec wants to merge 1 commit intogarrytan:mainfrom
shuvonsec wants to merge 1 commit intogarrytan:mainfrom
Conversation
Four-phase active pentest: recon, fingerprint, vuln scan, report. Checks 20+ vuln classes (SQLi, XSS, SSRF, IDOR, open redirect, CORS, sensitive file exposure, auth/session weaknesses). Uses whatever tools are installed (subfinder, nmap, nuclei, httpx, whatweb) and degrades gracefully to curl-based probes when they are not. Generates a structured Markdown report with severity-gated findings. Complements /cso (static code + config audit) with live surface testing. Authorization confirmation is required before any scan runs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
A new
/pentestskill that covers the gap between/cso(static code + config audit) and actual live surface testing./csoreviews your code and config files./pentesthits the running app.How it works
Four phases:
Design decisions
/csois your daily static audit;/pentestis what you run before launch or after a major feature ships.Usage
Test plan
/tmp/pentest-<slug>/report.md/pentest --reportopens the latest report🤖 Generated with Claude Code