Back to autogame-17/evolver

evolver / capability-evolver

clawhub.ai/SKILL.md/Scanned 1mo ago
https://skillshield.getunbound.ai/skill/21388
8/100Critical Risk
High Risk & Threats

A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.

Findings (12)

Findings Preview

DS-004

Autonomous looping execution without user approval

Lines 137-140 document 'Mad Dog Mode' with '--loop' flag for infinite continuous execution. Line 125 states the skill 'assumes fully automated mode...executes changes immediately' with no flags. This enables the skill to run autonomously in a loop (e.g., via cron, line 137) without user approval for each iteration. Combined with remote task fetching (SC-001) and unrestricted execution (PM-001), this creates persistent autonomous behavior.

criticalcritical
124### Standard Run (Automated)
125Runs the evolution cycle. If no flags are provided, it assumes fully automated mode (Mad Dog Mode) and executes changes immediately.
126```bash
136### Mad Dog Mode (Continuous Loop)
137To run in an infinite loop (e.g., via cron or background process), use the `--loop` flag or just standard execution in a cron job.
138```bash
139node index.js --loop
140```

Category Breakdown

Data Exfiltration
5
Malware & Persistence
0
Prompt Injection
5
Destructive Actions
10
Excessive Permissions
15
Supply Chain
10
Obfuscation
40