Cancel Task
PassAudited by ClawScan on May 1, 2026.
Overview
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.
Install only if you intend to let the agent help cancel OpenAnt tasks from your authenticated account. Before confirming, check the task ID, title, status, reward, and assignee, because cancellation is irreversible.
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.
If used on the wrong task, the task could be removed and an assigned worker could be affected.
The skill invokes a high-impact command that cancels a marketplace task, but it explicitly requires confirmation before doing so.
Cancellation is **irreversible** — always confirm with the user before running `tasks cancel`
Before approving cancellation, verify the task title, status, reward amount, and whether anyone is assigned.
Commands run as the currently authenticated OpenAnt user and can affect tasks owned by that account.
The command acts through the authenticated OpenAnt creator account, which is expected for this purpose but still uses delegated account authority.
Only the **task creator** can cancel.
Confirm you are logged into the intended OpenAnt account before cancelling.
Behavior depends on the currently published CLI package version.
The skill runs the OpenAnt CLI through `npx` using the `@latest` tag, so the package version executed at runtime is not pinned.
Bash(npx @openant-ai/cli@latest tasks cancel *)
Use only if you trust the OpenAnt CLI package; pinning a reviewed CLI version would reduce supply-chain ambiguity.
