security-test-generator

Installation
SKILL.md

Security Test Generator

This skill generates executable security test suites targeting common web application vulnerabilities. Unlike scanning skills that report findings, this skill outputs runnable test code in jest+supertest (JavaScript/TypeScript) or pytest+requests (Python) that actively probes endpoints for SQL injection, XSS, CSRF, authentication bypass, path traversal, SSRF, and mass assignment vulnerabilities — mapping each test case to CWE and OWASP Top 10:2021 standards.

When to Use

  • When the user asks to "generate security tests" or "create a security test suite"
  • When the user wants "vulnerability tests", "pentest tests", or "security regression tests"
  • When the user asks to "write tests for OWASP Top 10" or "test for SQL injection"
  • When the user wants automated security tests for an Express, Fastify, Koa, Flask, Django, or FastAPI application
  • When a pull request adds new API endpoints and the user wants security test coverage
  • When the user asks to "test my API for security issues" or "generate exploit tests"

When NOT to Use

DO NOT activate if the request is not about producing runnable security test code, even if the word "security" appears. The presence of security keywords alone is not a trigger — the request must be about writing executable test cases that probe a web application or API for vulnerabilities.

Related skills
Installs
2
GitHub Stars
1
First Seen
Apr 15, 2026