扫描报告
20 /100
groundapi_context_aware
Context-aware daily assistant — auto-detect user location via IP, provide local weather, track packages, and offer lifestyle tips. Powered by GroundAPI MCP tools.
A purely declarative SKILL.md using only documented MCP tools with no local execution, scripts, or hidden functionality.
可以安装
Approve for use. The hardcoded IP 8.8.8.8 is a benign documentation example. No local execution or credential exfiltration detected.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Hardcoded IP address 8.8.8.8 in documentation example | SKILL.md:100 |
| 低危 | External service dependencies declared | SKILL.md:29 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file read/write operations present — SKILL.md only |
| 网络访问 | READ | READ | ✓ 一致 | All network activity routed through documented MCP tools (life_ip, life_weather,… |
| 命令执行 | NONE | NONE | — | No subprocess, bash, or shell execution of any kind |
| 环境变量 | READ | READ | ✓ 一致 | GROUNDAPI_KEY declared in metadata.requires.env — not iterated or exfiltrated |
| 技能调用 | READ | READ | ✓ 一致 | Only invokes documented MCP tools: life_ip, life_weather, life_logistics, info_n… |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database access |
1 高危 3 项发现
高危 IP 地址 硬编码 IP 地址
8.8.8.8 SKILL.md:100 中危 外部 URL 外部 URL
https://groundapi.net SKILL.md:9 中危 外部 URL 外部 URL
https://mcp.groundapi.net/sse SKILL.md:29 目录结构
1 文件 · 3.3 KB · 132 行 Markdown 1f · 132L
└─
SKILL.md
Markdown
安全亮点
✓ Only SKILL.md — no scripts, no dependencies, no executable code
✓ All capabilities routed through documented MCP tools only
✓ API key (GROUNDAPI_KEY) is properly declared in metadata
✓ No local filesystem, shell, or environment variable access
✓ No credential harvesting or exfiltration
✓ No base64, eval, curl|bash, or other high-risk patterns
✓ Feature scope is narrow and clearly documented