Run full security scans on the codebase using Swarmdo security tools
How this skill is triggered — by the user, by Claude, or both
Slash command
/swarmdo-security-audit:security-scan [depth: quick|standard|full][depth: quick|standard|full]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a security scan at the specified depth.
Run a security scan at the specified depth.
Via CLI:
npx @swarmdo/cli@latest security scan --depth DEPTH
npx @swarmdo/cli@latest security cve --check
npx @swarmdo/cli@latest security report --format markdown
| Depth | Checks |
|---|---|
| quick | Dependencies, known CVEs |
| standard | + Input validation, path traversal, secrets |
| full | + Threat modeling, injection vectors, auth flows |
Store findings via MCP: mcp__swarmdo__memory_store({ key: "scan-findings", value: "SUMMARY", namespace: "security" })
Train patterns: mcp__swarmdo__hooks_post-task({ taskId: "security-scan", success: true, storeResults: true })
npx claudepluginhub swarmdo/swarmdo --plugin swarmdo-security-auditGuides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Manages knowledge base ingestion, sync, and retrieval across local files, MCP memory, vector stores, and Git repos. Use for saving, organizing, deduplicating, or searching knowledge.