-
Notifications
You must be signed in to change notification settings - Fork 355
Security: 23 pentest skills should have risk: high instead of risk: unknown #11
Description
Summary
23 security/penetration testing skills from this repository are all published with risk: unknown in their SKILL.md frontmatter. For attack-oriented skills, this should be risk: high to enable proper filtering and safety measures.
Affected Skills
All 23 skills listed below have risk: unknown and source: community:
- active-directory-attacks
- api-fuzzing-bug-bounty
- aws-penetration-testing
- burp-suite-testing
- cloud-penetration-testing
- ethical-hacking-methodology
- html-injection-testing
- idor-testing
- linux-privilege-escalation
- metasploit-framework
- pentest-checklist
- pentest-commands
- privilege-escalation-methods
- red-team-tools
- shodan-reconnaissance
- smtp-penetration-testing
- sql-injection-testing
- sqlmap-database-pentesting
- ssh-penetration-testing
- windows-privilege-escalation
- wireshark-analysis
- wordpress-penetration-testing
- xss-html-injection
Why This Matters
-
No automatic filtering: Tools that manage Claude Code skills can filter by risk level.
risk: unknownmeans these skills bypass any safety filtering. -
Supply chain risk: A single author providing 23 attack-oriented skills with no risk classification creates a trust gap. Users installing these skills have no metadata-level warning.
-
Dangerous content examples:
ethical-hacking-methodology: Contains instructions for adding backdoors to~/.ssh/authorized_keyslinux-privilege-escalation: Contains reverse shell commands and LinPEAS executionprivilege-escalation-methods: Contains PowerShell remote execution templates (iex (iwr ...))red-team-tools: Contains C2 framework operation proceduresssh-penetration-testing: Contains full-disk SSH key scanning procedures
-
Attack chain potential: When combined with a skill that enables
bypassPermissions(like devcontainer-setup), these skills can execute dangerous operations without any user confirmation.
Requested Change
Update all 23 SKILL.md files to set risk: high in the frontmatter:
# Before
risk: unknown
# After
risk: highThis is a metadata-only change that doesn't affect the skill content, but allows users and tools to make informed decisions about installation.
Discovery
Found during a comprehensive security audit of 582 Claude Code community skills.