Scan Report
5 /100
mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers
This is a legitimate MCP server development guide skill with no security issues - it's a documentation and guidance tool with no malicious behavior.
Safe to install
This skill is safe to use. No action required.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Dependencies not version pinned Supply Chain | scripts/requirements.txt:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md: Read local documentation and reference files |
| Network | READ | READ | ✓ Aligned | SKILL.md: Fetch SDK documentation from GitHub URLs |
| Shell | WRITE | WRITE | ✓ Aligned | scripts/evaluation.py: Execute local MCP servers for testing |
5 findings
Medium External URL 外部 URL
http://www.apache.org/licenses/ LICENSE.txt:4 Medium External URL 外部 URL
http://www.apache.org/licenses/LICENSE-2.0 LICENSE.txt:196 Medium External URL 外部 URL
https://modelcontextprotocol.io/sitemap.xml SKILL.md:41 Medium External URL 外部 URL
https://modelcontextprotocol.io/specification/draft.md SKILL.md:43 Medium External URL 外部 URL
https://api.example.com/v1 reference/node_mcp_server.md:601 File Tree
11 files · 119.1 KB · 3528 lines Markdown 5f · 2773L
Python 2f · 524L
Text 2f · 203L
XML 1f · 22L
JSON 1f · 6L
├─
▾
reference
│ ├─
evaluation.md
Markdown
│ ├─
mcp_best_practices.md
Markdown
│ ├─
node_mcp_server.md
Markdown
│ └─
python_mcp_server.md
Markdown
├─
▾
scripts
│ ├─
connections.py
Python
│ ├─
evaluation.py
Python
│ ├─
example_evaluation.xml
XML
│ └─
requirements.txt
Text
├─
.openskills.json
JSON
├─
LICENSE.txt
Text
└─
SKILL.md
Markdown
Dependencies 2 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
anthropic | >=0.39.0 | pip | No | Version not pinned |
mcp | >=1.1.0 | pip | No | Version not pinned |
Security Positives
✓ Clean codebase with no obfuscation or suspicious patterns
✓ Documentation accurately describes all functionality
✓ No credential theft, data exfiltration, or reverse shell attempts
✓ Uses official MCP SDK (mcp package)
✓ Well-structured code with proper error handling
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ Shell execution is scoped to launching local MCP servers for evaluation