扫描报告
5 /100
shippo-official
Multi-carrier rate shopping, label generation, package tracking, address validation, customs declarations, and batch processing from CSV files
A legitimate, documentation-only shipping skill using the Shippo API via a documented MCP server. No scripts, code, or hidden functionality. All capabilities are declared in SKILL.md.
可以安装
Approve for use. The skill's functionality (address validation, rate shopping, label purchase, tracking, batch processing) is fully documented and operationally appropriate for a shipping integration.
安全发现 1 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Third-party MCP endpoint access 权限提升 | SKILL.md:22 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations found; documentation-only |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md:22 — MCP server https://app.getgram.ai/mcp/shippo-mcp-beta |
| 命令执行 | NONE | NONE | — | No shell scripts or subprocess calls found |
| 环境变量 | READ | READ | ✓ 一致 | SKILL.md:metadata — requires SHIPPO_API_KEY only |
| 技能调用 | READ | READ | ✓ 一致 | MCP tools defined in references/tool-reference.md |
| 剪贴板 | NONE | NONE | — | No clipboard access documented or present |
| 浏览器 | NONE | NONE | — | No browser automation documented or present |
| 数据库 | NONE | NONE | — | No database operations documented or present |
2 项发现
中危 外部 URL 外部 URL
https://app.getgram.ai/mcp/shippo-mcp-beta SKILL.md:22 提示 邮箱 邮箱地址
[email protected] references/csv-format.md:60 目录结构
5 文件 · 52.3 KB · 1239 行 Markdown 5f · 1239L
├─
▾
references
│ ├─
carrier-guide.md
Markdown
│ ├─
csv-format.md
Markdown
│ ├─
customs-guide.md
Markdown
│ └─
tool-reference.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ Documentation-only skill — no executable code, scripts, or binaries present
✓ All capabilities fully declared in SKILL.md and reference documents
✓ No obfuscation, base64, or anti-analysis patterns detected
✓ No credential harvesting beyond the declared SHIPPO_API_KEY
✓ No filesystem write, shell execution, or persistence mechanisms
✓ No sensitive path access (no ~/.ssh, ~/.aws, .env inspection)
✓ No C2 communication, reverse shell, or data exfiltration patterns
✓ Comprehensive user confirmation gates before label purchases
✓ Clear test vs. live mode distinction with API key prefix checking
✓ No supply chain risk — no dependencies or package manager files