ohmyzsh-p10k
Warn
Audited by Snyk on Feb 16, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The install script directly fetches and runs public GitHub content (e.g., sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/.../install.sh)") and git-clones public repos (powerlevel10k, various zsh plugins, iTerm2-Color-Schemes), so it consumes untrusted third-party code as part of its workflow.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The installer script invokes sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)", which fetches and executes remote code at runtime from https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh, so this is a required runtime external dependency that directly executes remote code.
Audit Metadata