AI AGENT ADDONS

Security Audit

ruvnet/ruflo
Security
947installs

Security auditing helps find and fix dangerous flaws in your code. It checks for common threats like SQL injection, cross-site scripting, and path traversal. Developers who handle user data, payments, or logins get the most benefit. The tool scans your entire project and tells you exactly what to fix. It even checks your software libraries for known vulnerabilities called CVEs. Using this skill keeps your app safe from attackers.

The scanning process is simple to run with a few commands. You can check for specific problems like weak input validation or hardcoded secrets. After the scan, you get a clear report with steps to solve each issue. This helps you follow secure coding rules without guesswork.

Add Security Audit skill to your workflow

Global

mkdir -p ~/.claude/skills/security-audit

Project

mkdir -p .claude/skills/security-audit

Source Repository

Stars
61,877
Forks
7,232
Watchers
61,877
License
MIT
Last Push
23 days ago
Created
1 year ago