security-scanner

Scans source code for OWASP Top 10 security vulnerabilities and generates a Security Scan Report.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LaunchCG/claude-marketplace-pub --skill security-scanner-launchcg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-scanner
Source: https://github.com/LaunchCG/claude-marketplace-pub/tree/main/plugins/ai-sdlc/skills/security-scanner
Command: npx skills add https://github.com/LaunchCG/claude-marketplace-pub --skill security-scanner-launchcg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually identifying security vulnerabilities in code is time-consuming and requires specialized expertise. This skill automates the scanning of code for OWASP Top 10 risks and secure coding best practices, providing actionable remediation guidance.

Core Features & Use Cases

  • OWASP Top 10 Detection: Identifies common web application security risks like SQL Injection, Broken Access Control, and Cryptographic Failures.
  • Code Pattern Analysis: Detects insecure coding patterns across various programming languages.
  • Severity Classification: Categorizes findings by risk level (Critical, High, Medium, Low) with specific recommendations for fixing.
  • Use Case: Point the skill to your project's source code, and it will generate a "Security Scan Report" detailing vulnerabilities, their severity, and exact code examples of how to fix them, helping you secure your application faster.

Quick Start

Scan the 'src/' directory for security vulnerabilities based on OWASP Top 10.