Evolver 1.32.2

WarnAudited by ClawScan on May 18, 2026.

Overview

This is a disclosed self-evolution tool, but it can automatically change code and memory, run persistently, and use network credentials with inconsistent safety/default claims.

Only install this if you intentionally want an autonomous self-evolution engine. Start in a disposable or version-controlled test workspace, enable review mode, do not provide broad GitHub or remote-service tokens, avoid loop/background mode until you trust the behavior, and verify what memory/log data may be scanned or shared.

Findings (8)

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 change project code or its own behavior without a human approval step.

Why it was flagged

This makes human review optional for a skill that also declares shell access and writes evolved code under workspace/src, creating high-impact mutation authority by default.

Skill content
If no flags are provided, it assumes fully automated mode (Mad Dog Mode) and executes changes immediately.
Recommendation

Run only in an isolated test repository, use review mode by default, keep backups, and restrict write/shell permissions unless you explicitly want autonomous code changes.

What this means

Users may underestimate that the skill can apply code changes automatically.

Why it was flagged

This safety claim conflicts with SKILL.md’s statement that standard automated mode executes changes immediately and with declared writes to evolved source code.

Skill content
Does this edit code automatically? No. It generates a protocol-bound prompt and assets that guide evolution.
Recommendation

Treat the README safety claim as unreliable until the publisher resolves the documentation conflict and makes review/approval behavior explicit.

What this means

If loop/background mode is enabled, the evolver can keep running and continue attempting changes after the initial command.

Why it was flagged

The loop mode can detach and restart itself, supporting persistent autonomous operation beyond a single user-invoked task.

Skill content
const child = spawn(process.execPath, [__filename, ...args], spawnOpts); child.unref();
Recommendation

Avoid --loop/cron/background modes unless you have monitoring and a clear stop procedure; verify PID files and disable self-restart in sensitive environments.

What this means

A token with broad scope could let the skill create issues/releases or authenticate to remote services beyond what a user expects from registry metadata.

Why it was flagged

These credentials can authorize external account actions and remote sync, while the registry summary says primary credential is none and env var declarations are none.

Skill content
GITHUB_TOKEN ... GitHub API token for auto-issue reporting and releases ... A2A_NODE_SECRET ... Node authentication secret ... MEMORY_GRAPH_REMOTE_KEY ... API key for remote memory graph service.
Recommendation

Use least-privileged tokens, avoid broad repo-scoped GitHub tokens, disable automatic issue/reporting features unless needed, and confirm exactly which env vars are available to the skill.

What this means

The skill can run local commands that inspect or change the working environment.

Why it was flagged

Local command execution is disclosed and largely purpose-aligned for validation, rollback, lifecycle, and health checks, but it is still a powerful capability.

Skill content
shell_commands: ... git ... node ... npm ... ps / pgrep / tasklist ... df
Recommendation

Run it with a dedicated user/workspace and review command logs, especially around npm install, git cleanup/rollback, and validation steps.

What this means

Sensitive or misleading content in logs/memory could be reused in later evolution decisions.

Why it was flagged

Persistent memory/history analysis is central to the skill, but those stored signals can influence future prompts, assets, and code changes.

Skill content
Auto-Log Analysis: Automatically scans memory and history files for errors and patterns.
Recommendation

Keep private secrets out of memory/log files, review generated evolution events, and isolate this skill from unrelated personal or production history.

What this means

Evolution assets, reviews, or task-related data may be exchanged with the configured hub.

Why it was flagged

The skill intentionally communicates with an external hub for agent-to-agent assets and tasks; this is disclosed but creates remote data and instruction boundaries users should understand.

Skill content
evomap.ai (or A2A_HUB_URL) ... A2A protocol (hello, heartbeat, publish, fetch, reviews, tasks)
Recommendation

Use only a trusted A2A hub, avoid publishing sensitive logs/assets, and review any fetched/promoted external assets before allowing them to affect local behavior.

What this means

It may be harder to verify that the reviewed package matches the intended upstream project.

Why it was flagged

For a high-impact self-modifying skill, limited registry provenance is worth noting even though package metadata contains a repository and lockfile.

Skill content
Source: unknown
Homepage: none
Recommendation

Verify the package against the upstream repository and install only from a trusted publisher/channel.