[BUG] `/security-review` command still missing on Claude Code 1.0.70
Resolved 💬 4 comments Opened Aug 7, 2025 by hildersantos Closed Aug 15, 2025
Environment
- Platform (select one):
- [ ] Anthropic API
- [ ] AWS Bedrock
- [ ] Google Vertex AI
- [X] Other: Claude Code
- Claude CLI version: 1.0.70 (Claude Code)
- Operating System: macOS 15.6
- Terminal: Ghostty/ZSH Shell
Bug Description
Despite having the latest Claude Code version installed on my computer, I still can't access the /security-review command. When I type /review, I can only see the existing review command. Even if I type /security, I can't see any security-review command.
Steps to Reproduce
- Open Claude Code
- Type
/review - Type
/secur
Expected Behavior
- I should've been able to see the
security-reviewcommand
Actual Behavior
- I only see the existing
reviewcommand, and nothing else
Additional Context
- I've already uninstalled/reinstalled
- I've already reinstalled using
npm install -g @anthropic-ai/claude-code --force --no-cache - I've already removed
.claudeand.claude.jsonfrom my home directory, to perform a clean install - I installed Claude Code on my remote server, and I was able to see the command there.
Local installation output
<img width="2836" height="5768" alt="Image" src="https://github.com/user-attachments/assets/dfd2e32d-b03a-4b9e-a428-e024ac2b4d77" />
Remote installation output
<img width="2612" height="3548" alt="Image" src="https://github.com/user-attachments/assets/0a4ec818-bbe1-4bec-9de9-a6c62f962792" />
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗