YARA rule 'agent_skill_remote_bootstrap_execution': Remote script or code download followed by execution/bootstrap installation [agent_skills]
High
- Category
- YARA Match
- Content
## Quick start ```bash pip install git+https://github.com/xiyanjun/pdf-to-word-review.git pdf2word input.pdf -o output.docx --verify --html ```
- Confidence
- 92% confidence
- Finding
- The README instructs users to install and execute code directly from a GitHub repository via `pip install git+https://...`, which bypasses the stronger immutability and review guarantees of pinned, packaged releases. If the upstream repository, account, branch, or dependency chain is compromised, users of the skill could fetch and run attacker-controlled code during installation.
