Scan Report
5 /100
uplo-customer-success
AI-powered customer success knowledge management. Search account health data, onboarding records, renewal tracking, and support escalation documentation with structured extraction.
This is a legitimate UPLO customer success knowledge management MCP skill with no malicious indicators - only documentation and configuration files, no executable scripts, and standard MCP protocol usage.
Safe to install
This skill is safe to use. Ensure the UPLO instance URL uses HTTPS in production, and follow standard API key rotation practices.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | External MCP server dependency Supply Chain | skill.json:13 |
| Info | HTTP URL placeholder in config Doc Mismatch | skill.json:17 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No filesystem access declared or inferred - MCP tool operates via remote service |
| Network | READ | READ | ✓ Aligned | skill.json:17-18 - HTTP transport to configured UPLO instance URL |
| Shell | NONE | NONE | — | No direct shell execution - only npx for MCP server bootstrap |
| Environment | NONE | NONE | — | Only AGENTDOCS_URL and API_KEY injected for MCP server, not iterated or exfiltra… |
| Skill Invoke | READ | READ | ✓ Aligned | skill.json:21-25 - 5 capabilities declared (search_knowledge, search_with_contex… |
10 findings
Medium External URL 外部 URL
https://img.shields.io/badge/ClawHub-uplo-customer-success-blue README.md:5 Medium External URL 外部 URL
https://clawhub.com/skills/uplo-customer-success 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-customer-360 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 · 10.8 KB · 217 lines Markdown 3f · 168L
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 (via npx) | No | Version not pinned - installed via npx -y at runtime |
Security Positives
✓ No executable scripts or code files present - only documentation
✓ No credential harvesting or exfiltration detected
✓ No obfuscation techniques (base64, eval, etc.)
✓ Capabilities are clearly documented and match implementation
✓ Uses standard MCP protocol with HTTP transport
✓ API key is used only for service authentication, not exfiltrated
✓ No sensitive file/path access (SSH, AWS, .env files)
✓ No reverse shell, C2 communication, or data theft patterns