Anti Regression

WarnAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill openly pushes the agent to act more autonomously, including using credentials and persistent self-enforcement, which could reduce user control without added guardrails.

Install this only if you deliberately want a more autonomous agent. Before using it, add explicit rules requiring approval for credentials, account changes, service restarts, deployments, deletes, purchases, external messages, production systems, and private data access.

Findings (6)

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 may stop asking before actions that the user would normally expect to approve.

Why it was flagged

The skill explicitly frames normal permission-seeking and safety caution as behavior to override across the agent's operation.

Skill content
Your base training screams "be safe, ask permission, hedge." Unless you actively override these instincts...
Recommendation

Use only with explicit local guardrails for destructive actions, account changes, production systems, purchases, external messages, and private data access.

What this means

If the agent has shell, browser, admin, or deployment tools, it could make system changes before the user reviews them.

Why it was flagged

The example encourages operational tool use and service restarts as the preferred default response, without requiring explicit approval or limiting the environment.

Skill content
✅ Effective: *checks logs, restarts service, reports fix*
Recommendation

Require approval for privileged commands, service restarts, deployments, deletions, purchases, public posts, and any action outside a clearly assigned task.

What this means

The agent could use available accounts or sessions more broadly than the user intended.

Why it was flagged

The credential-use instruction is broad and not limited to named services, read-only access, or user-approved sessions.

Skill content
When you need to access any service you have credentials for → OPEN THE BROWSER AND LOG IN.
Recommendation

Limit credential access to specific services and tasks, prefer least-privilege accounts, and require confirmation before account mutation or external communication.

What this means

The agent may repeatedly reapply these instructions across unrelated future tasks, even when a more cautious mode is appropriate.

Why it was flagged

The skill is designed to be reloaded into persistent session context, making its autonomy rules continually influence future behavior.

Skill content
Read skills/anti-regression/SKILL.md every session for full context.
Recommendation

Keep these rules in a clearly removable section, document when they apply, and add higher-priority safety rules for sensitive data and high-impact actions.

What this means

The agent could initiate work, claim tasks, or make changes outside the user's immediate request.

Why it was flagged

The skill encourages autonomous activity during idle or heartbeat periods instead of waiting for explicit user direction.

Skill content
If there's any task or useful work → DO IT. Only acknowledge heartbeat when genuinely nothing needs attention.
Recommendation

Define allowed idle work, require approval for new task claims in shared systems, and disable this behavior in environments where autonomous changes are not desired.

What this means

Users have less source-verification context for who maintains the skill.

Why it was flagged

The registry metadata does not provide strong provenance, although the reviewed package is instruction-only and contains no executable code.

Skill content
Source: unknown; Homepage: none
Recommendation

Install from a trusted registry entry, verify the author/source if cloning manually, and re-review any future version that adds code or dependencies.