security-scanner

Scan source code for vulnerabilities, hardcoded secrets, and OWASP Top 10 issues.

35|5|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/glincker/claude-code-marketplace --skill security-scanner-glincker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-scanner
Source: https://github.com/glincker/claude-code-marketplace/tree/main/skills/security/security-scanner
Command: npx skills add https://github.com/glincker/claude-code-marketplace --skill security-scanner-glincker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the critical need to identify and mitigate security risks within codebases, protecting against data breaches and system compromises.

Core Features & Use Cases

  • Vulnerability Detection: Scans for hardcoded secrets, SQL injection, XSS, insecure dependencies, and OWASP Top 10 issues.
  • Automated Reporting: Generates detailed reports of identified vulnerabilities with risk levels and suggested fixes.
  • Use Case: Before deploying new code, run this scanner to ensure no sensitive API keys are accidentally committed and that common web vulnerabilities are addressed.

Quick Start

Use the security-scanner skill to scan the current directory for vulnerabilities.

Frequently Asked Questions about security-scanner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan code for security vulnerabilities like OWASP Top 10 issues?

To scan code for security vulnerabilities, this skill performs comprehensive source code analysis to detect injection flaws, insecure configurations, hardcoded secrets, and OWASP Top 10 issues. It generates detailed reports with risk levels and suggested fixes.

What is the best way to detect hardcoded secrets and API keys in my codebase?

Detecting hardcoded secrets and sensitive API keys is handled by scanning source code patterns to identify exposed credentials before deployment. The scanner analyzes files to prevent accidental commits of sensitive data.

How do I check my project for SQL injection and XSS vulnerabilities?

Checking for SQL injection and XSS vulnerabilities involves analyzing source code for injection flaws and insecure configurations. The scanner identifies these web vulnerabilities and provides suggested fixes to mitigate risks.

Can I use this security scanner to find insecure dependencies in my code?

Yes, you can use this security scanner to find insecure dependencies. It performs security audits using pattern matching and execution tools to analyze dependency vulnerabilities alongside source code flaws.

Does the vulnerability detection require any specific tools or environment setup?

Vulnerability detection requires Read, Grep, Glob, and Bash tools for pattern matching and executing security audits. No external dependencies are needed, allowing the scanner to operate directly on your codebase.

When should I run a code analysis to identify security risks?

You should run code analysis to identify security risks before deploying new code to ensure no sensitive API keys are committed and common web vulnerabilities are addressed. This protects against data breaches and system compromises.