扫描报告
5 /100
zhuocha
招投标重复项目核实助手 - Bidding/tender duplicate verification assistant
Legitimate internal bidding/tender duplicate verification tool with no malicious indicators. All network activity confined to private RFC1918 IP ranges.
可以安装
Approve for use. Consider pinning requests library version for dependency hygiene.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Dependency version not pinned | scripts/zhuocha_finder.py |
| 提示 | SQL injection protection present | scripts/zhuocha_finder.py:108 |
| 提示 | All network targets are internal RFC1918 addresses | SKILL.md:12 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | All HTTP requests to 192.168.88.51 private IPs (5100/5200/6100) |
| 文件系统 | NONE | READ | ✓ 一致 | ~/.openclaw/workspace/.zhuocha_cursor.json for state persistence |
| 命令执行 | NONE | NONE | — | SKILL.md explicitly prohibits bash curl loops; script uses Python urllib |
3 项发现
中危 外部 URL 外部 URL
http://192.168.88.51:6100/insert SKILL.md:66 中危 外部 URL 外部 URL
http://192.168.88.51:6100/query scripts/zhuocha_finder.py:21 中危 外部 URL 外部 URL
http://192.168.88.51:5100/query scripts/zhuocha_finder.py:22 目录结构
2 文件 · 16.5 KB · 405 行 Python 1f · 225L
Markdown 1f · 180L
├─
▾
scripts
│ └─
zhuocha_finder.py
Python
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
requests | * | pip | 否 | Version not pinned |
安全亮点
✓ Parameterized SQL queries prevent injection attacks
✓ All network activity to private RFC1918 IPs (192.168.x.x) - no external exfiltration
✓ Explicit bash prohibition documented in SKILL.md (use Python urllib)
✓ State file is non-sensitive workspace metadata
✓ No credential harvesting or environment variable scanning
✓ No base64, eval, or obfuscation patterns
✓ No hidden instructions or suspicious comments
✓ Single-purpose business logic with clear documentation