Ops Tasks
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.
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.
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.
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.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
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.
