扫描报告
5 /100
uplo-accounting
AI-powered accounting knowledge management. Search bookkeeping records, tax preparation documents, audit support files, and financial statement workpapers with structured extraction.
This is a legitimate accounting knowledge management skill using the MCP framework with a documented UPLO backend. No malicious behavior, hidden functionality, or credential harvesting was found.
可以安装
No action needed. The skill is safe for use. Consider pinning the @agentdocs1/mcp-server version in skill.json for reproducible builds.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Unversioned npm dependency 供应链 | skill.json:26 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No filesystem access declared or inferred from code |
| 网络访问 | READ | READ | ✓ 一致 | MCP server connects to user-configured UPLO instance URL; declared in skill.json |
| 命令执行 | NONE | WRITE | ✓ 一致 | skill.json line 26: npx command is declared and controlled via config |
| 环境变量 | NONE | NONE | — | No environment variable iteration or sensitive key scanning |
| 技能调用 | READ | READ | ✓ 一致 | MCP tools declared in capabilities array of skill.json |
| 剪贴板 | NONE | NONE | — | No clipboard access observed |
| 浏览器 | NONE | NONE | — | No browser access |
| 数据库 | NONE | NONE | — | No database access |
10 项发现
中危 外部 URL 外部 URL
https://img.shields.io/badge/ClawHub-uplo-accounting-blue README.md:5 中危 外部 URL 外部 URL
https://clawhub.com/skills/uplo-accounting 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-5-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-finance README.md:60 中危 外部 URL 外部 URL
https://clawhub.com/skills/uplo-knowledge-management README.md:61 中危 外部 URL 外部 URL
https://clawhub.com/skills/uplo-agriculture README.md:62 中危 外部 URL 外部 URL
https://app.uplo.ai skill.json:17 目录结构
4 文件 · 7.1 KB · 185 行 Markdown 3f · 136L
JSON 1f · 49L
├─
identity-patch.md
Markdown
├─
README.md
Markdown
├─
skill.json
JSON
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
@agentdocs1/mcp-server | * | npm | 否 | Version not pinned; pulled dynamically via npx -y |
安全亮点
✓ No executable scripts bundled in the package — behavior is entirely defined by the remote MCP server
✓ SKILL.md accurately describes the skill's capabilities with no doc-to-code mismatch
✓ identity-patch.md is straightforward context/injection for the accounting domain, consistent with MCP framework design
✓ No credential harvesting or data exfiltration logic present in any file
✓ No obfuscated code, base64 payloads, or anti-analysis techniques
✓ API key is scoped to the user's own UPLO instance (not shared externally)
✓ No access to sensitive local paths (~/.ssh, ~/.aws, .env, etc.)
✓ Classification tier handling is declared and relevant to the accounting domain