dida365-ticktick-agent
Analysis
This skill matches its task-management purpose, but it asks you to install an unreviewed global npm tool and give it a TickTick/Dida365 session cookie or API secrets.
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.
npm install -g dida365-ai-tools
The skill directs users to install an unpinned global npm package that is not included in the reviewed artifacts and is not backed by a source/homepage in the supplied metadata.
dida365 task create "<标题>" -p <projectId> ... dida365 task complete <projectId> <taskId> ... dida365 sync all
The CLI command catalog includes task mutation and full synchronization actions. These are expected for a task-management skill, but they can change account data.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
复制 **t** cookie 的值 ... export DIDA365_CLIENT_SECRET="你的_client_secret" ... dida365 auth cookie "你的cookie值"
The skill asks the user to provide a browser session cookie and API client secret to the CLI, while the registry metadata declares no required credentials or environment variables.
