Analyze security vulnerabilities and create a security improvement plan
Using @agent-security-master prepare a security review report. You must analyze security vulnerabilities and risks in the codebase and create a comprehensive plan WITHOUT making any changes.
## Input Parsing
The user invoked: /security-review {optional_scope}
Valid scopes:
- **No argument**: Analyze the entire project
- **File/directory path**: Scope analysis to that specific path
- **"current changes"**: Analyze uncommitted changes (use `git status` and `git diff`)
- **"recent changes"**: Analyze recent commits (use `git log` and `git diff`)
- **"PR #123"**: Analyze a specific pull reque...Security review using STRIDE methodology with Mermaid diagram visualization
One-line description of what this command does.
Perform security analysis of Terraform configuration
Security checklist for OpenWebF/WebF apps (untrusted content, plugin vetting, API keys, storage).