Nova Accountability

WarnAudited by ClawScan on May 10, 2026.

Overview

The skill is coherent for Monday.com accountability tracking, but it grants a scheduled agent broad autonomy to do real work, change code/configuration, spawn agents, and message people without tight approval boundaries.

Install only if you intentionally want a recurring autonomous accountability agent. Before enabling cron, set strict approval rules for code changes, configuration changes, messages, and sub-agent delegation; limit the Monday token and communication recipients; and make sure you can stop the workflow quickly.

Findings (5)

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

If enabled, the agent could make project changes or contact others based on Monday board items without a separate explicit confirmation for each action.

Why it was flagged

The skill directs the agent to perform high-impact work such as code changes, configuration changes, and outreach, but the artifacts do not define clear approval gates, safe tool limits, or rollback/containment.

Skill content
Execute the plan: ... For code work: ... Cursor Agent writes code, test, iterate. ... For non-code work: Do it directly (config changes, research, outreach, etc.)
Recommendation

Require human approval before code/config changes or outreach, limit allowed tools and repositories, and define a rollback process for any changes made during work sessions.

What this means

A recurring agent could keep acting after the initial setup, creating changes or communications that the user did not review in real time.

Why it was flagged

The skill is designed as a recurring autonomous worker, not just an on-demand helper, and its scheduled loop includes actions outside simple Monday status updates.

Skill content
Every hour (or at your configured frequency), the agent: ... Executes: writes code via Cursor Agent, makes config changes, sends messages
Recommendation

Do not enable the cron workflow unless you have monitoring, a clear kill switch, per-action approval rules, and narrow limits on what the agent may modify or who it may message.

What this means

Project details, task context, or sensitive board information could be sent to unintended people or agents.

Why it was flagged

The skill allows delegation to other agents and messaging people without defining identity checks, recipient allowlists, channel limits, or what project context may be shared.

Skill content
Sub-agents: Spawn Cursor Agent or other coding agents for implementation ... People: Message anyone who can help ... Don't limit yourself.
Recommendation

Define approved communication channels, allowed recipients, what information may be shared, and require user approval before sending context to external people or agents.

What this means

The agent can read board contents and create updates or status changes using the configured Monday.com account token.

Why it was flagged

A Monday.com token with board read/write access is expected for this integration, but it grants authority to read and mutate the configured board.

Skill content
Create a new token with `boards:read` and `boards:write` scopes
Recommendation

Use the least-privileged token available, restrict it to the intended workspace/board if possible, and rotate it if the skill is removed or no longer trusted.

What this means

Users have less external context for who maintains the skill or where to verify updates.

Why it was flagged

The artifacts do not provide an upstream source or homepage for provenance, though the included script is visible and no remote installer is present.

Skill content
Source: unknown; Homepage: none
Recommendation

Review the visible files before installation and prefer a version with a clear source repository or publisher provenance.