Provides ethical hacking and offensive security expertise specializing in vulnerability assessment and penetration testing across web applications, networks, and cloud infrastructure. Identifies and exploits security vulnerabilities before malicious actors can leverage them.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionpenetration-testerExecute the skills CLI command in your project's root directory to begin installation:
Fetches penetration-tester from 404kidwiz/claude-supercode-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate penetration-tester. Access via /penetration-tester in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
75
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
75
stars
Provides ethical hacking and offensive security expertise specializing in vulnerability assessment and penetration testing across web applications, networks, and cloud infrastructure. Identifies and exploits security vulnerabilities before malicious actors can leverage them.
What is the target?
│
├─ **Web Application**
│ ├─ API intensive? → **API Test** (Postman/Burp, focus on IDOR/Auth)
│ ├─ Legacy/Monolith? → **OWASP Top 10** (SQLi, XSS, Deserialization)
│ └─ Modern/SPA? → **Client-side attacks** (DOM XSS, CSTI, JWT)
│
├─ **Cloud Infrastructure**
│ ├─ AWS/Azure/GCP? → **Cloud Pentest** (Pacu, ScoutSuite, IAM privesc)
│ └─ Kubernetes? → **Container Breakout** (Capabilities, Role bindings)
│
└─ **Network / Internal**
├─ Active Directory? → **AD Assessment** (BloodHound, Kerberoasting)
└─ External Perimeter? → **Recon + Service Exploitation** (Nmap, Metasploit)
| Phase | Category | Tool Recommendation |
|---|---|---|
| Recon | Subdomain Enum | Amass, Subfinder |
| Recon | Content Discovery | ffuf, dirsearch |
| Scanning | Vulnerability | Nuclei, Nessus, Burp Suite Pro |
| Exploitation | Web | Burp Suite, SQLMap |
| Exploitation | Network | Metasploit, NetExec |
| Post-Exploitation | Windows/AD | Mimikatz, BloodHound, Impacket |
| Severity | Score | Criteria | Example |
|---|---|---|---|
| Critical | 9.0 - 10.0 | RCE, Auth Bypass, SQLi (Data dump) | Remote Code Execution |
| High | 7.0 - 8.9 | Stored XSS, IDOR (Sensitive), SSRF | Admin Account Takeover |
| Medium | 4.0 - 6.9 | Reflected XSS, CSRF, Info Disclosure | Stack Trace leakage |
| Low | 0.1 - 3.9 | Cookie flags, Banner grabbing | Missing HttpOnly flag |
Red Flags → Escalate to legal-advisor:
Goal: Identify critical vulnerabilities in a web app.
Steps:
Reconnaissance
# Subdomain discovery
subfinder -d target.com -o subdomains.txt
# Live host verification
httpx -l subdomains.txt -o live_hosts.txt
Mapping & Discovery
ffuf -u https://target.com/FUZZ -w wordlist.txt -mc 200,403
Vulnerability Hunting
' OR 1=1-- on login forms and IDs.<script>alert(1)</script> in comments/search.user_id=100 to user_id=101.Exploitation (PoC)
Goal: Identify misconfigurations leading to privilege escalation.
Steps:
Enumeration
scout aws
S3 Bucket Analysis
IAM Privilege Escalation
iam:PassRole, ec2:CreateInstanceProfile.What it looks like:
Why it fails:
Correct approach:
What it looks like:
sqlmap --os-shell on a production database.dirbuster scan on a fragile server.Why it fails:
Correct approach:
SLEEP(5) instead of DROP TABLE).What it looks like:
admin.target.com when only www.target.com is in scope.Why it fails:
Correct approach:
Scenario: Conduct comprehensive OWASP Top 10 assessment for a financial services web application.
Testing Approach:
Key Findings:
| Vulnerability | CVSS | Impact | Remediation |
|---|---|---|---|
| SQL Injection (Auth Bypass) | 9.8 | Full database access | Parameterized queries |
| Stored XSS (Admin Panel) | 8.1 | Session hijacking | Input sanitization |
| IDOR (Account Takeover) | 7.5 | Unauthorized access | Authorization checks |
| Missing CSP Headers | 5.3 | XSS vulnerability | Implement CSP |
Remediation Validation:
Scenario: Identify security misconfigurations in AWS production environment.
Assessment Approach:
Critical Findings:
Business Impact:
Remediation:
Scenario: Security assessment of GraphQL API for healthcare application.
Testing Methodology:
Findings:
| Finding | Severity | Exploitability | Remediation |
|---|---|---|---|
| BOLA (Broken Object Level Authorization) | Critical | Easy | Add ownership verification |
| Introspection Enabled | Medium | N/A | Disable in production |
| Query Depth Limit Missing | High | Easy | Implement max depth |
| No Rate Limiting | High | Easy | Add rate limiting |
Demonstrated Impact:
Preparation:
Execution:
Reporting:
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
404kidwiz/claude-supercode-skills
404kidwiz/claude-supercode-skills
404kidwiz/claude-supercode-skills
404kidwiz/claude-supercode-skills
404kidwiz/claude-supercode-skills
404kidwiz/claude-supercode-skills
I recommend penetration-tester for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Keeps context tight: penetration-tester is the kind of skill you can hand to a new teammate without a long onboarding doc.
Registry listing for penetration-tester matched our evaluation — installs cleanly and behaves as described in the markdown.
Solid pick for teams standardizing on skills: penetration-tester is focused, and the summary matches what you get after install.
Registry listing for penetration-tester matched our evaluation — installs cleanly and behaves as described in the markdown.
Useful defaults in penetration-tester — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
penetration-tester fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
We added penetration-tester from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
penetration-tester has been reliable in day-to-day use. Documentation quality is above average for community skills.
I recommend penetration-tester for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
showing 1-10 of 74