Scan Report
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.
Safe to install
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).
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | External npm package dependency Supply Chain | SKILL.md:17 |
| Low | Broken reference to security documentation Doc Mismatch | SKILL.md:110 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | N/A - no filesystem access declared or inferred |
| Network | READ | READ | ✓ Aligned | MCP connection to h5.dd-up.com for API calls |
| Shell | NONE | NONE | — | npx command for MCP server startup is standard MCP behavior |
| Environment | READ | READ | ✓ Aligned | Requires DTG_API_KEY environment variable |
| Skill Invoke | NONE | NONE | — | N/A |
| Clipboard | NONE | NONE | — | N/A |
| Browser | NONE | NONE | — | N/A |
| Database | NONE | NONE | — | N/A |
1 findings
Medium External URL 外部 URL
https://h5.dd-up.com/ SKILL.md:13 File Tree
1 files · 3.6 KB · 110 lines Markdown 1f · 110L
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
@daily-to-goal/mcp-server | latest | npm (npx) | No | Version not pinned - fetched at runtime via npx |
Security Positives
✓ 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