security-auditor

Community

Auto-detect OWASP Top 10 vulnerabilities, code securely.

Authoralirezarezvani
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides continuous, real-time security vulnerability scanning, automatically detecting common weaknesses like SQL Injection, XSS, and insecure authentication patterns. It helps you catch critical issues early in the development cycle, reducing the risk of security breaches and costly fixes later on.

Core Features & Use Cases

  • OWASP Top 10 Coverage: Scans for patterns related to the most critical web application security risks.
  • Real-time Alerts: Provides instant feedback on vulnerabilities as you write or modify code, with severity levels and fix suggestions.
  • Use Case: You write a database query using string concatenation: const query = 'SELECT * FROM users WHERE id = ' + userId;. The skill immediately flags a CRITICAL SQL injection vulnerability, suggesting a parameterized query as a fix.

Quick Start

The skill activates automatically when code files are modified.

Write some potentially insecure code, e.g., a SQL query:

const userId = req.query.id; const sql = SELECT * FROM users WHERE id = ${userId};

The skill will instantly alert you to any detected vulnerabilities.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: security-auditor
Download link: https://github.com/alirezarezvani/claude-code-tresor/archive/main.zip#security-auditor

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository