Sudo/Root Execution
Medium
- Category
- Privilege Escalation
- Content
## 注意事项 - 始终先用 `sudo pip3 install PyPDF2 -q` 确保依赖已安装 - 输出文件命名建议:`原文件名_modified.pdf` - 多类型PDF:脚本自动通过条形码识别每页类型,无需手动分页 - 字体默认 Helvetica 8号,FBA标签可用 11号(`--font-size 11`)
- Confidence
- 97% confidence
- Finding
- The skill instructs the agent to run `sudo pip3 install PyPDF2 -q`, which performs a network package install with elevated privileges. Installing Python packages as root can allow supply-chain compromise, overwrite system packages, and expand the blast radius if a malicious or tampered dependency is fetched.
