todoist latest
Analysis
This skill coherently wraps the Todoist CLI, but users should trust the external CLI and be careful because it can directly change or delete Todoist tasks.
Findings (4)
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.
**Writes auto-sync**: `add`, `done`, `edit`, `delete` hit the API directly
The skill can perform direct Todoist account mutations, including completing, editing, and deleting tasks. This is aligned with the stated purpose but has real user impact.
brew | formula: LuoAndOrder/tap/todoist-cli | creates binaries: td
The skill depends on an external CLI installed from a third-party Homebrew tap. This is central to the skill's purpose but means users must trust that external package.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
wants to interact with their Todoist account
The skill operates against the user's Todoist account. Account authority is expected for this integration, and the artifacts do not show credential leakage or unrelated account access.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
**Reads use cache**: `list`, `today`, `show` read from local cache
Todoist task data is read from a local cache. This is expected for the CLI, but cached task data may contain private information and can become stale.
