Automates security vulnerability testing including OWASP Top 10, SQL injection, XSS, CSRF, and authentication/authorization flaws for applications and APIs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/security-test-scanner:security-test-scannerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill enables Claude to automatically perform security vulnerability testing on applications and APIs. It leverages the security-test-scanner plugin to identify potential weaknesses and generate comprehensive reports.
This skill enables Claude to automatically perform security vulnerability testing on applications and APIs. It leverages the security-test-scanner plugin to identify potential weaknesses and generate comprehensive reports.
This skill activates when you need to:
User request: "Perform a security test focusing on OWASP Top 10 vulnerabilities for the /api/ endpoint."
The skill will:
User request: "Test the API for SQL injection vulnerabilities."
The skill will:
This skill can be integrated with other plugins to automatically trigger security tests as part of a CI/CD pipeline or after code changes. It also integrates with reporting tools for centralized vulnerability management.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin security-test-scanner