扫描报告
48 /100
PathClaw
华银康集团病理切片泛癌预测工具
Medical pathology diagnosis skill with hardcoded external IP address, shell execution via curl not explicitly declared, and user file upload to an unverified remote server.
谨慎使用
Replace hardcoded IP with domain name and TLS verification. Add explicit documentation about shell/curl usage and data handling policies for medical images.
安全发现 4 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 高危 | Hardcoded External IP Address | SKILL.md:7 |
| 中危 | Undeclared Shell Execution | SKILL.md:15 |
| 中危 | Medical Image Upload to External Server | SKILL.md:35 |
| 低危 | No SSL/TLS Verification Documentation | SKILL.md:7 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md describes API calls to external server |
| 命令执行 | NONE | WRITE | ✗ 越权 | SKILL.md:15-50 - curl commands require shell execution |
1 高危 5 项发现
高危 IP 地址 硬编码 IP 地址
119.91.47.20 SKILL.md:7 中危 外部 URL 外部 URL
http://119.91.47.20:8111/ SKILL.md:7 中危 外部 URL 外部 URL
http://119.91.47.20:8111/api/user/login SKILL.md:22 中危 外部 URL 外部 URL
http://119.91.47.20:8111/api/v1/diagnosis/run SKILL.md:44 中危 外部 URL 外部 URL
http://119.91.47.20:8111/api/v1/diagnosis/ SKILL.md:56 目录结构
1 文件 · 4.9 KB · 115 行 Markdown 1f · 115L
└─
SKILL.md
Markdown
安全亮点
✓ Comprehensive error handling documented (retry with exponential backoff)
✓ Token masking requirements documented for security
✓ File format validation before upload
✓ Clear status code handling documented
✓ No base64-encoded payloads or obfuscated code found