Scan Report
15 /100
contract-diff
Compare contract templates with scanned stamped contracts, list all differences
合同比对工具,代码行为与文档声明一致,无恶意行为,仅有依赖管理的轻微瑕疵
Safe to install
可安全使用,建议锁定依赖版本以提升供应链安全
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | 依赖自动安装未锁定版本 Supply Chain | scripts/compare.py:35 |
| Low | 文档与实际工具存在路径差异 Doc Mismatch | scripts/detail_compare.py:13 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md声明读取文件 |
| Shell | WRITE | WRITE | ✓ Aligned | compare.py:36 使用os.system pip install |
| Network | NONE | NONE | — | 无网络请求代码 |
File Tree
6 files · 41.6 KB · 892 lines Python 3f · 551L
Markdown 3f · 341L
├─
▾
output
│ ├─
report.md
Markdown
│ └─
详细比对报告.md
Markdown
├─
▾
scripts
│ ├─
compare.py
Python
│ └─
detail_compare.py
Python
├─
list_files.py
Python
└─
SKILL.md
Markdown
Dependencies 4 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
python-docx | * | pip | No | 无版本锁定 |
PyMuPDF | * | pip | No | 无版本锁定 |
Pillow | * | pip | No | 无版本锁定 |
pytesseract | * | pip | No | 无版本锁定 |
Security Positives
✓ 无网络数据外泄行为
✓ 无凭证窃取或敏感路径访问
✓ 无代码混淆或恶意Payload
✓ 无提示词注入风险
✓ 核心功能(合同比对)与文档描述完全一致