Low Risk — Risk Score 12/100
Last scan:18 hr ago Rescan
12 /100
uplo-devops
AI-powered DevOps knowledge management. Search runbooks, infrastructure documentation, CI/CD pipelines, and incident response procedures with structured extraction.
UPLO DevOps is a legitimate knowledge management skill that uses standard MCP server patterns with declared network and credential access. No malicious behavior detected.
Skill Nameuplo-devops
Duration28.9s
Enginepi
Safe to install
Approve for use. Ensure the agentdocs_url points to a trusted internal UPLO instance rather than a third-party service.

Findings 1 items

Severity Finding Location
Low
MCP server downloaded at runtime via npx Supply Chain
The skill downloads @agentdocs1/mcp-server via npx -y at runtime. This is standard MCP behavior but introduces a third-party dependency that could be replaced with a different package.
"command": "npx", "args": ["-y", "@agentdocs1/mcp-server", "--http"]
→ Consider vendoring the MCP server or pinning to a specific version with hash verification.
SKILL.md:75
ResourceDeclaredInferredStatusEvidence
Network READ READ ✓ Aligned MCP HTTP transport to agentdocs_url
Environment NONE READ ✓ Aligned AGENTDOCS_URL, API_KEY, DEFAULT_PACKS set in env
Skill Invoke READ READ ✓ Aligned SKILL.md defines MCP tools: search_knowledge, search_with_context, etc.
10 findings
🔗
Medium External URL 外部 URL
https://img.shields.io/badge/ClawHub-uplo-devops-blue
README.md:5
🔗
Medium External URL 外部 URL
https://clawhub.com/skills/uplo-devops
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-5-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-engineering
README.md:60
🔗
Medium External URL 外部 URL
https://clawhub.com/skills/uplo-enterprise-it
README.md:61
🔗
Medium External URL 外部 URL
https://clawhub.com/skills/uplo-knowledge-management
README.md:62
🔗
Medium External URL 外部 URL
https://app.uplo.ai
skill.json:17

File Tree

4 files · 11.5 KB · 231 lines
Markdown 3f · 182L JSON 1f · 49L
├─ 📝 identity-patch.md Markdown 9L · 1.8 KB
├─ 📝 README.md Markdown 70L · 2.7 KB
├─ 📋 skill.json JSON 49L · 1.2 KB
└─ 📝 SKILL.md Markdown 103L · 5.8 KB

Dependencies 1 items

PackageVersionSourceKnown VulnsNotes
@agentdocs1/mcp-server latest (unpinned) npm (via npx) No Downloaded at runtime; version not pinned

Security Positives

✓ No shell execution, subprocess, or code execution vectors found
✓ No filesystem access beyond skill_invoke capability
✓ No credential harvesting or exfiltration patterns
✓ No base64 encoding, eval(), or obfuscation detected
✓ API key handling follows standard environment variable practices
✓ Documentation accurately describes functionality
✓ No hidden functionality or doc-to-code mismatch
✓ No access to sensitive paths like ~/.ssh, ~/.aws, or .env