by Eyadkelleh
Security testing toolkit for Claude Code: curated SecLists wordlists, injection payloads, and expert agents for authorized pentesting, CTFs, and bug bounties
# Add to your Claude Code skills
git clone https://github.com/Eyadkelleh/awesome-claude-skills-securityA curated collection of security testing resources packaged as Claude Code skills, available on skills.sh
This repository contains a curated collection of security testing resources from SecLists packaged as Claude Code skills. These skills provide instant access to essential wordlists, payloads, patterns, and web shells for authorized security testing, penetration testing, CTF competitions, and security research.
The goal of this project is to provide organized, immediately accessible security testing resources that integrate seamlessly with Claude Code workflows for:
The easiest way to get started is to install from the skills.sh marketplace:
# Add the awesome-security-skills marketplace
/plugin marketplace add Eyadkelleh/awesome-claude-skills-security
# List all available security plugins
/plugin
# Install all security skills at once
/plugin install security-fuzzing@awesome-security-skills
/plugin install security-passwords@awesome-security-skills
/plugin install security-patterns@awesome-security-skills
/plugin install security-payloads@awesome-security-skills
/plugin install security-usernames@awesome-security-skills
/plugin install security-webshells@awesome-security-skills
/plugin install llm-testing@awesome-security-skills
After installing, verify the skills are available:
No comments yet. Be the first to share your thoughts!
# In Claude Code, try a command
/sqli-test
# Or ask Claude to use a skill
"Use the security-fuzzing skill to show me SQL injection payloads"
Once installed, you'll have access to:
/sqli-test, /xss-test, /wordlist, /webshell-detect, /api-keysIf this is your first time using Claude Code skills:
Make sure you have Claude Code CLI installed
# Check if Claude Code is installed
claude --version
Add this marketplace
/plugin marketplace add Eyadkelleh/awesome-claude-skills-security
Install your first skill
# Start with fuzzing payloads
/plugin install security-fuzzing@awesome-security-skills
Test it out
# Try a slash command
/sqli-test
# ...