oh-my-opencode-update
Facilitates upgrading and troubleshooting the oh-my-opencode plugin, ensuring smooth installation and environment checks.
Install this skill
Security score
The oh-my-opencode-update skill was audited on Feb 12, 2026 and we found 12 security issues across 2 threat categories, including 10 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 47 | | `OPENCODE_CONFIG_DIR` | `${HOME}/.config/opencode` | opencode 配置目录(oh-my-opencode 安装位置) | |
Template literal with variable interpolation in command context
| 48 | | `OPENCODE_CACHE_DIR` | `${HOME}/.cache` | 缓存目录根目录 | |
Template literal with variable interpolation in command context
| 49 | | `OPENCODE_BIN` | `${HOME}/.opencode/bin/opencode` | opencode 二进制文件路径 | |
Template literal with variable interpolation in command context
| 53 | - opencode 配置:`${OPENCODE_CONFIG_DIR}/opencode.json` |
Template literal with variable interpolation in command context
| 54 | - oh-my-opencode 配置:`${OPENCODE_CONFIG_DIR}/oh-my-opencode.json` |
Template literal with variable interpolation in command context
| 55 | - 缓存目录:`${OPENCODE_CACHE_DIR}/oh-my-opencode` |
Template literal with variable interpolation in command context
| 67 | 脚本位置:`${SKILL_ROOT}/scripts/oh_my_opencode_update.sh` |
Template literal with variable interpolation in command context
| 69 | 其中 `${SKILL_ROOT}` 为 skill 根目录(包含 SKILL.md 的目录)。 |
Template literal with variable interpolation in command context
| 88 | ```bash |
Template literal with variable interpolation in command context
| 100 | - 检查权限:`ls -ld "${OPENCODE_CONFIG_DIR}"` |
Template literal with variable interpolation in command context
| 101 | - 修复权限:`chmod u+w "${OPENCODE_CONFIG_DIR}"` |
External URL reference
| 98 | - 安装 Node.js:https://nodejs.org/ |