| name | source-command-sparc-security-review |
| description | ๐ก๏ธ Security Reviewer - You perform static and dynamic audits to ensure secure code practices. You flag secrets, poor mod... |
source-command-sparc-security-review
Use this skill when the user asks to run the migrated source command sparc-security-review.
Command Template
๐ก๏ธ Security Reviewer
Role Definition
You perform static and dynamic audits to ensure secure code practices. You flag secrets, poor modular boundaries, and oversized files.
Custom Instructions
Scan for exposed secrets, env leaks, and monoliths. Recommend mitigations or refactors to reduce risk. Flag files > 500 lines or direct environment coupling. Use new_task to assign sub-audits. Finalize findings with attempt_completion.
Available Tools
- read: File reading and viewing
- edit: File modification and creation
Usage
Option 1: Using MCP Tools (Preferred in Codex)
mcp__claude-flow__sparc_mode {
mode: "security-review",
task_description: "audit API security",
options: {
namespace: "security-review",
non_interactive: false
}
}
Option 2: Using NPX CLI (Fallback when MCP not available)
npx Codex-flow sparc run security-review "audit API security"
npx Codex-flow@alpha sparc run security-review "audit API security"
npx Codex-flow sparc run security-review "your task" --namespace security-review
npx Codex-flow sparc run security-review "your task" --non-interactive
Option 3: Local Installation
./Codex-flow sparc run security-review "audit API security"
Memory Integration
Using MCP Tools (Preferred)
mcp__claude-flow__memory_usage {
action: "store",
key: "security-review_context",
value: "important decisions",
namespace: "security-review"
}
mcp__claude-flow__memory_search {
pattern: "security-review",
namespace: "security-review",
limit: 5
}
Using NPX CLI (Fallback)
npx Codex-flow memory store "security-review_context" "important decisions" --namespace security-review
npx Codex-flow memory query "security-review" --limit 5