Comment On Task

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill is narrowly aimed at OpenAnt task comments, but it lets the agent post authenticated comments without asking for confirmation.

Before installing, consider whether you are comfortable with the agent posting OpenAnt task comments without asking each time. If you use it, confirm the target task and review important comment text yourself.

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.

What this means

The agent could post a task comment visible to the creator or worker before the user reviews the wording or approves the communication.

Why it was flagged

This instructs the agent to perform an external account-mutating communication action without user confirmation.

Skill content
Adding comments is a **routine operation** — execute immediately for progress updates, questions, and acknowledgments. No confirmation needed.
Recommendation

Require user confirmation before adding comments, especially when the user did not explicitly provide the exact comment text.

What this means

Actions may be performed as the authenticated OpenAnt user, so comments can be attributed to that account.

Why it was flagged

The skill depends on authenticated OpenAnt account access to read or add comments, even though no primary credential is declared in the registry metadata.

Skill content
"Authentication required" — Use the `authenticate-openant` skill
Recommendation

Use this only with the intended OpenAnt account and verify which task is being read or commented on.

What this means

A future change to the CLI package could alter behavior without any change to this skill file.

Why it was flagged

The skill executes an unpinned `@latest` npm CLI at runtime; this is purpose-aligned but means the executed code can change over time.

Skill content
npx @openant-ai/cli@latest tasks comment <taskId> --content "..." --json
Recommendation

Prefer a pinned CLI version or a reviewed installation path when possible.