Back to Skills

performing-security-testing

jeremylongshore
Updated Today
71 views
712
74
712
View on GitHub
Metatestingapiautomation

About

This skill automates security testing for applications and APIs, covering OWASP Top 10 vulnerabilities like SQL injection, XSS, and CSRF. It triggers when users request security assessments, penetration tests, or scans using related keywords. Use it to quickly identify authentication, authorization, and other common security flaws.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git CloneAlternative
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/performing-security-testing

Copy and paste this command in Claude Code to install this skill

Documentation

Overview

This skill enables Claude to automatically perform security vulnerability testing on applications and APIs. It leverages the security-test-scanner plugin to identify potential weaknesses and generate comprehensive reports.

How It Works

  1. Initiate Scan: The plugin is activated when security testing is requested.
  2. Execute Tests: The plugin automatically runs a suite of security tests covering OWASP Top 10, injection flaws, XSS, CSRF, and authentication/authorization issues.
  3. Generate Report: The plugin compiles the test results into a detailed report, highlighting vulnerabilities, severity ratings, and remediation steps.

When to Use This Skill

This skill activates when you need to:

  • Perform a security vulnerability scan of an application.
  • Test for OWASP Top 10 vulnerabilities.
  • Identify SQL injection or XSS vulnerabilities.
  • Assess authentication and authorization security.

Examples

Example 1: OWASP Top 10 Vulnerability Scan

User request: "Perform a security test focusing on OWASP Top 10 vulnerabilities for the /api/ endpoint."

The skill will:

  1. Activate the security-test-scanner plugin.
  2. Execute OWASP Top 10 tests against the specified endpoint.
  3. Generate a report detailing any identified vulnerabilities and their severity.

Example 2: SQL Injection Testing

User request: "Test the API for SQL injection vulnerabilities."

The skill will:

  1. Activate the security-test-scanner plugin.
  2. Run SQL injection tests against the API.
  3. Report any successful injection attempts.

Best Practices

  • Scope Definition: Clearly define the scope of the security test (e.g., specific endpoints, modules).
  • Authentication: Provide necessary authentication credentials for testing protected resources.
  • Regular Testing: Schedule regular security tests to identify newly introduced vulnerabilities.

Integration

This skill can be integrated with other plugins to automatically trigger security tests as part of a CI/CD pipeline or after code changes. It also integrates with reporting tools for centralized vulnerability management.

GitHub Repository

jeremylongshore/claude-code-plugins-plus
Path: backups/skills-batch-20251204-000554/plugins/testing/security-test-scanner/skills/security-test-scanner
aiautomationclaude-codedevopsmarketplacemcp

Related Skills

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill

creating-opencode-plugins

Meta

This skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.

View skill

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill

evaluating-llms-harness

Testing

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

View skill