performing-security-testing

Test automate security vulnerability testing covering OWASP Top 10, SQL injection, XSS, CSRF, and authentication issues.

Content Preview
---
name: performing-security-testing
description: |
  Test automate security vulnerability testing covering OWASP Top 10, SQL injection, XSS, CSRF, and authentication issues.
  Use when performing security assessments, penetration tests, or vulnerability scans.
  Trigger with phrases like "scan for vulnerabilities", "test security", or "run penetration test".

allowed-tools: Read, Write, Edit, Grep, Glob, Bash(test:security-*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/performing-security-testing.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/testing/security-test-scanner/skills/performing-security-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/testing/security-test-scanner/skills/performing-security-testing/SKILL.md

Related Skills