Personal_AI_Infrastructure security
Security assessment including reconnaissance, web assessment (OWASP), vulnerability analysis, threat modeling, and security news analysis. USE WHEN recon, reconnaissance, port scan, subdomain, DNS, WHOIS, web assessment, OWASP, pentest, vulnerability analysis, threat modeling, security trends, security research.
install
source · Clone the upstream repo
git clone https://github.com/danielmiessler/Personal_AI_Infrastructure
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/danielmiessler/Personal_AI_Infrastructure "$T" && mkdir -p ~/.claude/skills && cp -r "$T/Releases/Pi/skills/security" ~/.claude/skills/danielmiessler-personal-ai-infrastructure-security-813ffd && rm -rf "$T"
manifest:
Releases/Pi/skills/security/SKILL.mdsource content
Security Skill
Capabilities
Reconnaissance
- Subdomain enumeration
- DNS analysis
- WHOIS lookup
- Port scanning
- ASN mapping
- Technology fingerprinting
Web Assessment (OWASP)
- Authentication testing
- Authorization testing
- Input validation
- Session management
- Error handling
- Cryptography review
Threat Modeling
- STRIDE framework
- Attack surface mapping
- Risk assessment matrix
- Mitigation recommendations
Tools
Use these CLI tools when available:
— Port scanningnmap
— Web fuzzingffuf
/dig
— DNS/WHOISwhois
— HTTP testingcurl
— JSON parsingjq
Rules
- Only perform authorized testing
- Document all findings with evidence
- Rate severity: Critical > High > Medium > Low > Info
- Provide remediation for each finding