Scan Report
15 /100
uplo-consulting
AI-powered consulting knowledge management. Search engagement records, methodology frameworks, deliverable templates, and best practices with structured extraction.
This is a legitimate consulting knowledge management MCP skill with no malicious code or hidden behavior. Minor supply chain concern exists due to unpinned npx execution for the MCP server dependency.
Safe to install
Consider pinning the @agentdocs1/mcp-server version (e.g., @agentdocs1/[email protected]) in skill.json to prevent unexpected updates. Otherwise, the skill is safe to use.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Unpinned MCP server dependency Supply Chain | skill.json:19 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No filesystem access declared or needed |
| Network | READ | READ | ✓ Aligned | MCP server communicates with UPLO instance via HTTP transport |
| Shell | NONE | WRITE | ✓ Aligned | Uses npx to execute MCP server (shell:WRITE), but this is declared in skill.json… |
| Environment | NONE | READ | ✓ Aligned | Reads AGENTDOCS_URL and API_KEY from config, which is necessary for MCP authenti… |
| Skill Invoke | READ | READ | ✓ Aligned | MCP tools (search_knowledge, export_org_context, etc.) are declared and document… |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser access |
| Database | NONE | NONE | — | Database access goes through MCP server to UPLO service |
10 findings
Medium External URL 外部 URL
https://img.shields.io/badge/ClawHub-uplo-consulting-blue README.md:5 Medium External URL 外部 URL
https://clawhub.com/skills/uplo-consulting README.md:5 Medium External URL 外部 URL
https://img.shields.io/badge/MCP-21_tools-green README.md:6 Medium External URL 外部 URL
https://img.shields.io/badge/schemas-4-orange README.md:7 Medium External URL 外部 URL
https://uplo.ai/schemas README.md:7 Medium External URL 外部 URL
https://your-instance.uplo.ai README.md:24 Medium External URL 外部 URL
https://clawhub.com/skills/uplo-professional-services README.md:60 Medium External URL 外部 URL
https://clawhub.com/skills/uplo-knowledge-management README.md:61 Medium External URL 外部 URL
https://clawhub.com/skills/uplo-accounting README.md:62 Medium External URL 外部 URL
https://app.uplo.ai skill.json:17 File Tree
4 files · 11.0 KB · 227 lines Markdown 3f · 178L
JSON 1f · 49L
├─
identity-patch.md
Markdown
├─
README.md
Markdown
├─
skill.json
JSON
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
@agentdocs1/mcp-server | latest (unpinned) | npm | No | Version not pinned - uses npx -y without version specifier |
Security Positives
✓ No scripts or executable code included in the skill package
✓ All capabilities are clearly documented in SKILL.md
✓ API key is used only for legitimate UPLO service authentication
✓ No credential harvesting or exfiltration detected
✓ No obfuscated code or base64 execution
✓ No attempts to access sensitive local files (~/.ssh, ~/.aws, .env)
✓ Identity patch is legitimate persona modification for consulting context
✓ No reverse shell, C2, or data theft indicators