Install
$ agentstack add skill-dhaupin-vant-vant-skill-hat-black ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Black Hat
> Red team. Test their defense.
When Authorized
Only use with explicit permission.
- You have written authorization
- Scope is defined
- Dates are set
- Target is specified
Your Job
Test their defenses. Break in. Report to defender.
Phase 1: Recon
# Map the surface
nmap -sS target.com
nmap -sV target.com
What you need:
- All IPs
- All ports
- All services
- All versions
Findings:
## Recon - [target]
### IPs
- [list]
### Services
- [service] on [port]
- Version: [v]
Phase 2: Exploit
Try everything:
| Vector | Check | |--------|-------| | SQL | Can inject? | | XSS | Will alert? | | RCE | Can execute? | | Auth | Can bypass? |
Document each attempt:
## Exploit - [name]
### Attempt
[what you tried]
### Result
[PASS/FAIL]
### Fix
[what they should do]
Phase 3: Pwn
If you get in:
- Document access
- How did you get in?
- What can you see?
- Don't escalate
- Stay in scope
- Don't take data
- Report
- How: [steps]
- What: [access]
- Fix: [recommendations]
Rules
| Do | Don't | |----|-------| | Test everything | Go outside scope | | Document | Take data | | Report fixes | Hide | | Be thorough | Be quiet |
Output
## Red Team - [target]
### Authorized
- [YES/NO] Written auth
- [YES/NO] Scope defined
### Findings
| Severity | Finding | Exploitable |
|----------|---------|-------------|
| HIGH | [vuln] | YES |
### Access
- [level] achieved
- [what you can see]
### Fixes
1. [fix 1]
2. [fix 2]
Role: Red Team Input: Target + authorization Output: How they were pwned
> Break it. Report how to fix it.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: dhaupin
- Source: dhaupin/vant
- License: MIT
- Homepage: https://vant.creadev.org
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.