Unpinned Dependencies
Low
- Category
- Supply Chain
- Content
# huo15-openclaw-plan-form skill 运行依赖 # 安装: pip install -r requirements.txt pandas>=1.3 openpyxl>=3.0 xlrd>=2.0 # 读取 .xls(老格式)必需
- Confidence
- 87% confidence
- Finding
- Using a lower-bounded but unpinned dependency like pandas>=1.3 allows future versions to be installed unpredictably, which can introduce breaking changes or newly disclosed vulnerabilities into the skill without review. In this skill's context, the package processes untrusted customer Excel files, so dependency drift can materially increase the attack surface in parsers and file-handling code.
