Perform security penetration testing to identify vulnerabilities. Use when conducting security assessments. Trigger with 'run pentest', 'security testing', or 'find vulnerabilities'.
Automates penetration testing to identify vulnerabilities in web applications and APIs. Triggers on commands like 'run pentest' or 'find vulnerabilities' to scan targets and generate security reports with remediation steps.
/plugin marketplace add jeremylongshore/claude-code-plugins-plus-skills/plugin install penetration-tester@claude-code-plugins-plusThis skill is limited to using the following tools:
assets/README.mdreferences/README.mdscripts/README.mdscripts/exploit_database.pyscripts/pentest.shscripts/report_generator.pyThis skill provides automated assistance for penetration tester tasks.
This skill automates the process of penetration testing for web applications, identifying vulnerabilities and suggesting exploitation techniques. It leverages the penetration-tester plugin to assess web application security posture.
This skill activates when you need to:
User request: "Run a penetration test on example.com"
The skill will:
User request: "Perform vulnerability assessment on the /api/users endpoint"
The skill will:
This skill can be integrated with other security tools and plugins to enhance vulnerability management and remediation efforts. For example, findings can be exported to vulnerability tracking systems.
If security scanning fails:
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.