How this command is triggered — by the user, by Claude, or both
Slash command
/ruflo-security-audit:auditFiles this command reads when invoked
The summary Claude sees in its command listing — used to decide when to auto-load this command
$ARGUMENTS Run a Ruflo security audit. Accepts optional flags: Usage: /audit [--depth quick|standard|full] [--path <dir>] [--fix] Defaults to `--depth standard` on the current project root. Parse the depth from $ARGUMENTS (quick, standard, or full). Steps: 1. `npx @claude-flow/cli@latest security scan --depth DEPTH` 2. `npx @claude-flow/cli@latest security cve --check` 3. `npx @claude-flow/cli@latest security report --format markdown` Store findings in memory for pattern training: `npx @claude-flow/cli@latest memory store --namespace security --key "audit-YYYY-MM-DD" --value "FINDINGS_S...
$ARGUMENTS Run a Ruflo security audit. Accepts optional flags:
Usage: /audit [--depth quick|standard|full] [--path
] [--fix]Defaults to --depth standard on the current project root. Parse the depth from $ARGUMENTS (quick, standard, or full).
Steps:
npx @claude-flow/cli@latest security scan --depth DEPTHnpx @claude-flow/cli@latest security cve --checknpx @claude-flow/cli@latest security report --format markdownStore findings in memory for pattern training:
npx @claude-flow/cli@latest memory store --namespace security --key "audit-YYYY-MM-DD" --value "FINDINGS_SUMMARY"
npx claudepluginhub force416/ruflo --plugin ruflo-security-audit21plugins reuse this command
First indexed May 13, 2026
Showing the 6 earliest of 21 plugins
/auditLogs and labels agent interactions as append-only JSONL entries. Supports recording prompts, responses, tool calls, and attaching labels with reasons.
/auditPerforms a security audit of the codebase covering dependency vulnerabilities, secrets scanning, OWASP Top 10, input validation, and auth. Produces a severity-ranked findings report with actionable fixes.
/auditRuns heavy-weight security and safety audits on Rust projects via os-checker tools. Supports security, safety, concurrency, and full audit modes. Checks for CVEs, unsafe code, undefined behavior, and concurrency bugs.
/auditAnalyzes iOS project structure and launches targeted audits for code quality, performance, security, and architecture. Accepts optional area argument to run a specific audit.
/auditScans a codebase for security vulnerabilities across dependencies, auth, input validation, data exposure, configs, and secrets. Produces prioritized findings with remediation steps.