Dida365
Analysis
This instruction-only skill is coherent for TickTick/Dida365 task management, but it can read and modify tasks across the user's account.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Task management via the `mcp__dida__*` MCP tools. Query, create, and update tasks across all projects — no app required.
The skill clearly discloses tool-based task read/write authority across projects. This is purpose-aligned, but task creation, updates, moves, completions, and batch operations can change user account data.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`list_projects` | 获取当前账号中的所有清单 ... `projectIds: []` means "all projects" in filter/date queries
The skill operates on the current Dida365 account and can query all projects when project IDs are omitted. This is expected for a task-management integration, but it is broad account access.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Task management via the `mcp__dida__*` MCP tools.
The skill depends on MCP tools to access and modify Dida365 task data. The artifacts disclose this integration, but do not further describe MCP-side identity, permissions, or data boundaries.
