Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ruvnet avatar

Security Audit

  • 1.2k installs
  • 67k repo stars
  • Updated August 4, 2026
  • ruvnet/ruflo

security-audit provides documented workflows for >

About

The security-audit skill Security Audit Skill Purpose Comprehensive security scanning and vulnerability detection Includes input validation path traversal prevention CVE detection and secure coding pattern enforcement When to Trigger authentication implementation authorization logic payment processing user data handling API endpoint creation file upload handling database queries external API integration When to Skip read-only operations on public data internal development tooling static documentation styling changes Commands Full Security Scan Run comprehensive security analysis on the codebase bash npx claude-flow cli security scan depth full Example bash npx claude-flow cli security scan depth full output security-report json Input Validation Check Check for input validation issues bash npx claude-flow cli security scan check input-validation Example bash npx claude-flow cli security scan check input-validation path src api Path Traversal Check Check for path traversal vulnerabilities bash npx claude-flow cli security scan check path-traversal SQL Injection Check Check for SQL injection vulnerabilities bash npx claude-flow cli security scan check sql-injection XSS Check Check fo.

  • authentication implementation
  • authorization logic
  • payment processing
  • user data handling
  • API endpoint creation

Security Audit by the numbers

  • 1,227 all-time installs (skills.sh)
  • +4 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #81 of 911 Databases skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

security-audit capabilities & compatibility

Capabilities
authentication implementation · authorization logic · payment processing · user data handling · api endpoint creation
Use cases
documentation
From the docs

What security-audit says it does

# Security Audit Skill ## Purpose Comprehensive security scanning and vulnerability detection.
SKILL.md
Includes input validation, path traversal prevention, CVE detection, and secure coding pattern enforcement.
SKILL.md
npx skills add https://github.com/ruvnet/ruflo --skill security-audit

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.2k
repo stars67k
Security audit2 / 3 scanners passed
Last updatedAugust 4, 2026
Repositoryruvnet/ruflo

How do I use security-audit for the task described in its SKILL.md triggers?

>

Who is it for?

Teams invoking security-audit when the user request matches documented triggers and prerequisites.

Skip if: Skip when cached docs are missing, the request is a negative trigger, or another sibling skill owns the workflow.

When should I use this skill?

>

What you get

Step-by-step guidance grounded in security-audit documentation and reference files.

  • CVE scan output
  • remediated lockfile
  • per-check security scan logs

By the numbers

  • Runs 5 targeted security scan checks: input-validation, path traversal, SQL injection, XSS, and secrets
  • CVE workflow includes a high-severity-first scan pass before full re-scan

Files

SKILL.mdMarkdownGitHub ↗

Security Audit Skill

Purpose

Comprehensive security scanning and vulnerability detection. Includes input validation, path traversal prevention, CVE detection, and secure coding pattern enforcement.

When to Trigger

  • authentication implementation
  • authorization logic
  • payment processing
  • user data handling
  • API endpoint creation
  • file upload handling
  • database queries
  • external API integration

When to Skip

  • read-only operations on public data
  • internal development tooling
  • static documentation
  • styling changes

Commands

Full Security Scan

Run comprehensive security analysis on the codebase

npx @claude-flow/cli security scan --depth full

Example:

npx @claude-flow/cli security scan --depth full --output security-report.json

Input Validation Check

Check for input validation issues

npx @claude-flow/cli security scan --check input-validation

Example:

npx @claude-flow/cli security scan --check input-validation --path ./src/api

Path Traversal Check

Check for path traversal vulnerabilities

npx @claude-flow/cli security scan --check path-traversal

SQL Injection Check

Check for SQL injection vulnerabilities

npx @claude-flow/cli security scan --check sql-injection

XSS Check

Check for cross-site scripting vulnerabilities

npx @claude-flow/cli security scan --check xss

CVE Scan

Scan dependencies for known CVEs

npx @claude-flow/cli security cve --scan

Example:

npx @claude-flow/cli security cve --scan --severity high

Security Audit Report

Generate full security audit report

npx @claude-flow/cli security audit --report

Example:

npx @claude-flow/cli security audit --report --format markdown --output SECURITY.md

Threat Modeling

Run threat modeling analysis

npx @claude-flow/cli security threats --analyze

Validate Secrets

Check for hardcoded secrets

npx @claude-flow/cli security validate --check secrets

Scripts

ScriptPathDescription
security-scan.agents/scripts/security-scan.shRun full security scan pipeline
cve-remediate.agents/scripts/cve-remediate.shAuto-remediate known CVEs

References

DocumentPathDescription
Security Checklistdocs/security-checklist.mdSecurity review checklist
OWASP Guidedocs/owasp-top10.mdOWASP Top 10 mitigation guide

Best Practices

1. Check memory for existing patterns before starting 2. Use hierarchical topology for coordination 3. Store successful patterns after completion 4. Document any new learnings

Related skills

Forks & variants (1)

Security Audit has 1 known copy in the catalog totaling 132 installs. They canonicalize to this original listing.

How it compares

Pick security-audit when you want a lightweight Claude Flow CLI plus npm audit script; use dedicated SAST platforms for policy dashboards and multi-language coverage.

FAQ

What does security-audit do?

>

When should I use security-audit?

>

What are common prerequisites?

--- name: security-audit description: > Comprehensive security scanning and vulnerability detection.

Is Security Audit safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Databasesdatabasespipelines

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.