Chaining Abuse
High
- Category
- Tool Misuse
- Content
```bash # Option A: uv tool install (isolated, best for CLI use) curl -LsSf https://astral.sh/uv/install.sh | sh uv tool install marker-pdf # Option B: uv venv + pip (if you need Python API access)
- Confidence
- 93% confidence
- Finding
- The `| sh` construction chains network retrieval directly into shell execution, removing any opportunity for inspection and making compromise of the fetched content immediately actionable. In an agent skill, this is more dangerous because users may copy commands verbatim and automation may execute them with minimal scrutiny.
