Penetration testing - find security vulnerabilities. Test for SQL injection, XSS, auth bypass, etc. Use when security auditing or before deployments.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill vant-skill-test-pen --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Vant Skill Test Pen?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-vant-skill-test-pen)More formats (shields.io, HTML) on the badges page.
---
name: test-pen
description: Penetration testing - find security vulnerabilities. Test for SQL injection, XSS, auth bypass, etc. Use when security auditing or before deployments.
license: MIT
metadata:
author: vant
version: "1.0"
---
# Test Pen
> Penetration testing.
## When To Use
- Security audit
- Pre-deploy
- Compliance
## Common Vulnerabilities
| Type | Test | Impact |
|------|------|--------|
| SQL Injection | ' OR '1'='1 | Data leak |
| XSS | <script> | Cookie theft |
| CSRF | Token steal | Account |
| IDOR | user/1 → user/2 | Access |
## Tools
| Tool | Use |
|------|-----|
| OWASP ZAP | Web app scan |
| Burp Suite | Proxy testing |
| SQLMap | SQL injection |
| Nmap | Port scanning |
---
## Output
```
## Pen Test
| Finding | Severity | CVSS |
|--------|----------|------|
| SQL Injection | Critical | 9.8 |
| XSS | High | 7.2 |
| Info | Low | 3.0 |
```
**Role**: Pen Tester
**Input**: Target
**Output**: VulnerabilitiesIs this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.