扫描报告
42 /100
uplo-legal
AI-powered legal knowledge management. Search contracts, compliance requirements, legal cases, and policy documents with structured extraction.
Skill implements legitimate MCP-based legal knowledge management but exhibits supply chain risk through unpinned npx package installation without explicit capability declarations.
谨慎使用
Pin @agentdocs1/mcp-server to a specific version hash, explicitly declare shell:WRITE in allowed-tools, and verify the npm package integrity before use in production environments.
安全发现 4 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 中危 | Unpinned npm package dependency 供应链 | skill.json:19 |
| 中危 | Dynamic package installation via npx -y 供应链 | skill.json:19 |
| 低危 | Missing allowed-tools declaration 文档欺骗 | SKILL.md:16 |
| 低危 | Package namespace observation 供应链 | skill.json:19 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | NONE | WRITE | ✗ 越权 | SKILL.md:16-44 - mcporter call invocations not declared in capabilities |
| 网络访问 | READ | READ | ✓ 一致 | skill.json:19 - MCP transport via HTTP to configured endpoint |
| 文件系统 | NONE | NONE | — | No file operations detected |
10 项发现
中危 外部 URL 外部 URL
https://img.shields.io/badge/ClawHub-uplo-legal-blue README.md:5 中危 外部 URL 外部 URL
https://clawhub.com/skills/uplo-legal README.md:5 中危 外部 URL 外部 URL
https://img.shields.io/badge/MCP-21_tools-green README.md:6 中危 外部 URL 外部 URL
https://img.shields.io/badge/schemas-8-orange README.md:7 中危 外部 URL 外部 URL
https://uplo.ai/schemas README.md:7 中危 外部 URL 外部 URL
https://your-instance.uplo.ai README.md:24 中危 外部 URL 外部 URL
https://clawhub.com/skills/uplo-compliance README.md:60 中危 外部 URL 外部 URL
https://clawhub.com/skills/uplo-environmental README.md:61 中危 外部 URL 外部 URL
https://clawhub.com/skills/uplo-knowledge-management README.md:62 中危 外部 URL 外部 URL
https://app.uplo.ai skill.json:12 目录结构
4 文件 · 6.8 KB · 174 行 Markdown 3f · 134L
JSON 1f · 40L
├─
identity-patch.md
Markdown
├─
README.md
Markdown
├─
skill.json
JSON
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
@agentdocs1/mcp-server | * | npm (npx) | 否 | Version not pinned - supply chain risk |
安全亮点
✓ API key config marked as secret=true in skill.json
✓ No credential exfiltration patterns detected
✓ No suspicious shell commands (reverse shells, curl piping, base64 execution)
✓ No sensitive file access attempts (~/.ssh, ~/.aws, .env)
✓ MCP server pattern is a legitimate industry-standard approach
✓ No obfuscation or anti-analysis techniques detected
✓ Clean codebase with no scripts directory