Cancel Task
Analysis
This skill is purpose-aligned for cancelling an OpenAnt task, but it performs an irreversible authenticated account action and uses an unpinned CLI package, so users should confirm details carefully.
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.
Cancellation is **irreversible** — always confirm with the user before running `tasks cancel`
The skill invokes a high-impact command that cancels a marketplace task, but it explicitly requires confirmation before doing so.
Bash(npx @openant-ai/cli@latest tasks cancel *)
The skill runs the OpenAnt CLI through `npx` using the `@latest` tag, so the package version executed at runtime is not pinned.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Only the **task creator** can cancel.
The command acts through the authenticated OpenAnt creator account, which is expected for this purpose but still uses delegated account authority.
