Back to skill
v1.0.0

Ops Tasks

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 7:36 AM.

Analysis

This is a coherent local task-board skill; it stores and edits task data as advertised, with only minor cautions around persistent local notes and destructive or bulk task changes.

GuidanceThis skill appears safe for its intended purpose. Before installing, be aware that it will maintain a local task database in your home directory and can delete or bulk-update tasks if instructed; avoid putting secrets in task notes and confirm destructive changes.

Findings (2)

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.

Abnormal behavior control

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.

Tool Misuse and Exploitation
SeverityLowConfidenceHighStatusNote
SKILL.md
Support: add, update, close, delete, reassign, and bulk status changes.

The skill instructs the agent to perform mutating actions on the task board, including deletion and bulk updates. This matches the task-tracking purpose, but destructive or broad changes should be confirmed by the user.

User impactA mistaken delete or bulk status update could alter the local operations task board.
RecommendationAsk for explicit confirmation before deleting tasks or applying bulk changes, and keep backups if the task board is important.
Sensitive data protection

Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.

Memory and Context Poisoning
SeverityLowConfidenceHighStatusNote
SKILL.md
Store tasks in `~/.ops-commander/tasks.json`... Fields: id... title, owner, priority... due date, notes, created/updated timestamps.

The skill maintains persistent local task data, including owner names and free-form notes. This is expected for a task tracker, but users should be aware that operational details may be stored on disk.

User impactTask notes and operational details may persist locally and be reused in later task-board interactions.
RecommendationAvoid storing secrets or highly sensitive operational details in task notes, and protect or back up the local JSON file as appropriate.