security-scanner

Detect OWASP Top 10 vulnerabilities in web applications with rule-based checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill scans web apps for OWASP Top 10 risks, insecure patterns, secret exposure, and auth/authz issues to reduce risk before release.

Core Features & Use Cases

  • OWASP coverage: detects critical issues like injection, broken access, and misconfigurations.
  • Secret exposure: flags hardcoded keys and insecure handling of credentials.
  • Auth/authz checks: identifies improper authorization flow and session handling.
  • Response Template: provides concrete fixes and remediation steps.
  • Use Case: Quickly surface high-severity vulnerabilities in a new feature before merge.

Quick Start

Run the security-scanner on the codebase to receive a prioritized list of fixes and mitigations.

Frequently Asked Questions about security-scanner

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

FAQPage Schema
How do I detect OWASP Top 10 vulnerabilities in my web application?

Security scanning identifies OWASP Top 10 risks like injection, broken access control, and misconfigurations through rule-based checks on your codebase. Run the scanner on your application to receive a prioritized list of detected vulnerabilities with remediation guidance before production release.

Can this scanner detect hardcoded secrets and credential exposure in code?

Yes, the security scanner flags hardcoded API keys, passwords, and other sensitive credentials using pattern matching. It detects insecure credential handling across your codebase and provides actionable steps to remove or properly manage exposed secrets.

What authentication and authorization issues does this scanner catch?

The scanner identifies improper authorization flows, broken session handling, and auth/authz misconfigurations that violate OWASP standards. It surfaces access control gaps and insecure patterns to strengthen identity and permission enforcement before deployment.

How do I use security scanning in my pre-production review workflow?

Run the scanner on your codebase to analyze code-level security patterns, XSS/CSRF vulnerabilities, and configuration issues. The scanner produces structured results with concrete fixes, enabling you to address high-severity gaps before merging new features or releasing to production.

What types of XSS and CSRF attacks does this scanner detect?

The security scanner applies OWASP-based rules to identify cross-site scripting (XSS) and cross-site request forgery (CSRF) vulnerabilities in web application code. It flags unsafe input handling and missing anti-CSRF protections, providing specific remediation steps for each issue.

Does this security scanner work for code-level analysis or full application testing?

The scanner performs code-level analysis focused on source code patterns, configuration files, and embedded secrets rather than runtime testing. It integrates into development workflows to catch OWASP risks, auth flaws, and secret exposure during pre-production reviews.