低风险 — 风险评分 10/100
上次扫描:18 小时前 重新扫描
10 /100
daily-to-goal-mcp
Connect to Daily-to-Goal (D2G) platform via MCP to manage goals, tasks, entities, and team performance
A legitimate MCP integration skill for Daily-to-Goal platform with clear documentation, declared dependencies on external npm package, and no hidden functionality or suspicious behavior detected.
技能名称daily-to-goal-mcp
分析耗时32.4s
引擎pi
可以安装
Review the external npm package @daily-to-goal/mcp-server independently before use. The SKILL.md is well-documented but references a non-existent security guide (references/security.md).

安全发现 2 项

严重性 安全发现 位置
低危
External npm package dependency 供应链
Skill relies on @daily-to-goal/mcp-server fetched via npx at runtime. This external package is not pinned to a specific version.
command: npx, args: ["@daily-to-goal/mcp-server"]
→ Pin to specific version (e.g., @daily-to-goal/[email protected]) and verify package integrity before use.
SKILL.md:17
低危
Broken reference to security documentation 文档欺骗
SKILL.md references 'references/security.md' which does not exist in the skill package.
For detailed API key management and security practices, see [references/security.md]
→ Remove reference or include the security documentation file.
SKILL.md:110
资源类型声明权限推断权限状态证据
文件系统 NONE NONE N/A - no filesystem access declared or inferred
网络访问 READ READ ✓ 一致 MCP connection to h5.dd-up.com for API calls
命令执行 NONE NONE npx command for MCP server startup is standard MCP behavior
环境变量 READ READ ✓ 一致 Requires DTG_API_KEY environment variable
技能调用 NONE NONE N/A
剪贴板 NONE NONE N/A
浏览器 NONE NONE N/A
数据库 NONE NONE N/A
1 项发现
🔗
中危 外部 URL 外部 URL
https://h5.dd-up.com/
SKILL.md:13

目录结构

1 文件 · 3.6 KB · 110 行
Markdown 1f · 110L
└─ 📝 SKILL.md Markdown 110L · 3.6 KB

依赖分析 1 项

包名版本来源已知漏洞备注
@daily-to-goal/mcp-server latest npm (npx) Version not pinned - fetched at runtime via npx

安全亮点

✓ All capabilities are clearly documented in SKILL.md
✓ No shell execution or arbitrary command execution
✓ No credential harvesting beyond the required API key
✓ No data exfiltration or C2 communication patterns
✓ No obfuscated code or base64 payloads
✓ Environment variable access is declared and necessary for the feature
✓ Standard MCP protocol usage with well-defined tool schema