Skip to main content

opencode-review

Facilitates iterative code reviews using OpenCode and Claude to ensure code quality before committing changes.

Install this skill

or
68/100

Security score

The opencode-review skill was audited on Mar 7, 2026 and we found 4 security issues across 2 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

critical line 30

Piping content to bash shell

SourceSKILL.md
30If `opencode` is not found at `~/.opencode/bin/opencode`, tell the user to install it (`curl -fsSL https://raw.githubusercontent.com/opencode-ai/opencode/refs/heads/main/install | bash`) or add it to
low line 22

Access to hidden dotfiles in home directory

SourceSKILL.md
22~/.opencode/bin/opencode run -m opencode/minimax-m2.5-free "/review" 2>&1
medium line 30

Access to hidden dotfiles in home directory

SourceSKILL.md
30If `opencode` is not found at `~/.opencode/bin/opencode`, tell the user to install it (`curl -fsSL https://raw.githubusercontent.com/opencode-ai/opencode/refs/heads/main/install | bash`) or add it to
low line 70

Access to hidden dotfiles in home directory

SourceSKILL.md
70~/.opencode/bin/opencode run -m opencode/minimax-m2.5-free "/review" 2>&1
Scanned on Mar 7, 2026
View Security Dashboard