Chaining Abuse
High
- Category
- Tool Misuse
- Content
```bash # 安装 Ollama curl -fsSL https://ollama.com/install.sh | sh # 拉取嵌入模型 ollama pull nomic-embed-text
- Confidence
- 97% confidence
- Finding
- The guide recommends piping a remotely fetched install script directly into sh, which creates a classic supply-chain execution risk. If the remote server, CDN, DNS, TLS trust chain, or script content is compromised, users may execute arbitrary code on their machine without inspection.
