performing-penetration-testing

Perform security testing on web applications, APIs, and codebases. Use when

Content Preview
---
name: performing-penetration-testing
description: |
  Perform security testing on web applications, APIs, and codebases. Use when
  the user asks to "run a security scan", "check for vulnerabilities", "audit
  dependencies", "check security headers", "find security issues", "pentest",
  "security audit", or "scan for secrets". Trigger with "pentest", "security scan",
  "vulnerability check", "audit dependencies", "check headers", "find secrets".
version: 2.0.0
allowed-tools: Read, Write, Edi
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/performing-penetration-testing.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/security/penetration-tester/skills/performing-penetration-testing/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/security/penetration-tester/skills/performing-penetration-testing/SKILL.md

Related Skills