How this command is triggered — by the user, by Claude, or both
Slash command
/autoresearch:security [--diff] [--fix] [--fail-on <severity>]autoresearch/The summary Claude sees in its command listing — used to decide when to auto-load this command
載入並遵循 autoresearch 安全審計協議。 1. 讀取技能檔案:`.claude/skills/autoresearch/SKILL.md`——了解整體 autoresearch 框架 2. 讀取安全工作流程參考文件:`.claude/skills/autoresearch/references/security-workflow.md`——這是完整的執行協議 3. 從使用者參數解析 flags:$ARGUMENTS 4. 依照 `security-workflow.md` 中定義的 7 步驟安全審計執行 嚴格遵循安全工作流程協議。每個發現都需要程式碼證據(file:line + 攻擊情境)。追蹤 OWASP Top 10 + STRIDE 覆蓋率。
載入並遵循 autoresearch 安全審計協議。
.claude/skills/autoresearch/SKILL.md——了解整體 autoresearch 框架.claude/skills/autoresearch/references/security-workflow.md——這是完整的執行協議security-workflow.md 中定義的 7 步驟安全審計執行嚴格遵循安全工作流程協議。每個發現都需要程式碼證據(file:line + 攻擊情境)。追蹤 OWASP Top 10 + STRIDE 覆蓋率。
npx claudepluginhub rdcrystallab/agentic-plugins --plugin autoresearch/securePerforms security audit using STRIDE threat modeling, OWASP Top 10, and red-team personas. Generates report with findings, severity ratings, remediations, verdict, and commit. Supports optional modes like --quick and --fix.
/securityRuns autonomous security audit using STRIDE threat model, OWASP Top 10, and red-team simulation with 4 adversarial personas. Supports --diff, --fix, --scope, --depth flags.
/security-reviewPerforms STRIDE-based security review on code paths or instructions with optional framework, generating Mermaid threat diagrams and assessment reports.
/threat-modelingPerforms structured STRIDE security analysis on a system or endpoint, identifying threats, attack surfaces, and mitigations.
/securityPerforms threat modeling, auth audits, code security reviews, and launch sign-offs as a Senior Security Engineer.
/secure-phaseRuns per-phase security verification using STRIDE threat modeling: builds threat register, checks mitigations, generates SECURITY.md.