jeremylongshore

penetration-tester

@jeremylongshore/penetration-tester
jeremylongshore
1,004
122 forks
Updated 1/18/2026
View on GitHub

performing-penetration-testing: This skill enables automated penetration testing of web applications. It uses the penetration-tester plugin to identify vulnerabilities, including OWASP Top 10 threats, and suggests exploitation techniques. Use this skill when the user requests a "penetration test", "pentest", "vulnerability assessment", or asks to "exploit" a web application. It provides comprehensive reporting on identified security flaws.

Installation

$skills install @jeremylongshore/penetration-tester
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathbackups/skills-batch-20251204-000554/plugins/security/penetration-tester/skills/penetration-tester/SKILL.md
Branchmain
Scoped Name@jeremylongshore/penetration-tester

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: performing-penetration-testing description: | This skill enables automated penetration testing of web applications. It uses the penetration-tester plugin to identify vulnerabilities, including OWASP Top 10 threats, and suggests exploitation techniques. Use this skill when the user requests a "penetration test", "pentest", "vulnerability assessment", or asks to "exploit" a web application. It provides comprehensive reporting on identified security flaws. allowed-tools: Read, Write, Edit, Grep, Glob, Bash version: 1.0.0

Overview

This skill automates the process of penetration testing for web applications, identifying vulnerabilities and suggesting exploitation techniques. It leverages the penetration-tester plugin to assess web application security posture.

How It Works

  1. Target Identification: Analyzes the user's request to identify the target web application or API endpoint.
  2. Vulnerability Scanning: Executes automated scans to discover potential vulnerabilities, covering OWASP Top 10 risks.
  3. Reporting: Generates a detailed penetration test report, including identified vulnerabilities, risk ratings, and remediation recommendations.

When to Use This Skill

This skill activates when you need to:

  • Perform a penetration test on a web application.
  • Identify vulnerabilities in a web application or API.
  • Assess the security posture of a web application.
  • Generate a report detailing security flaws and remediation steps.

Examples

Example 1: Performing a Full Penetration Test

User request: "Run a penetration test on example.com"

The skill will:

  1. Initiate a comprehensive penetration test on the specified domain.
  2. Generate a detailed report outlining identified vulnerabilities, including SQL injection, XSS, and CSRF.

Example 2: Assessing API Security

User request: "Perform vulnerability assessment on the /api/users endpoint"

The skill will:

  1. Target the specified API endpoint for vulnerability scanning.
  2. Identify potential security flaws in the API, such as authentication bypass or authorization issues, and provide remediation advice.

Best Practices

  • Authorization: Always ensure you have explicit authorization before performing penetration testing on any system.
  • Scope Definition: Clearly define the scope of the penetration test to avoid unintended consequences.
  • Safe Exploitation: Use exploitation techniques carefully to demonstrate vulnerabilities without causing damage.

Integration

This skill can be integrated with other security tools and plugins to enhance vulnerability management and remediation efforts. For example, findings can be exported to vulnerability tracking systems.

More by jeremylongshore

View all
rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").

oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.