capability-evolver
Fail
Audited by Snyk on Mar 19, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). This is a GitHub releases page for an unrecognized/low-profile account (autogame-17) which can host binary releases and therefore may be used to distribute executables or malware unless the repository, release artifacts, and source are vetted and signed.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.70). The skill explicitly instructs the agent to autonomously write and apply code changes (self-repair / one-command evolution), can enable self-modifying source code (EVOLVE_ALLOW_SELF_MODIFY), and run continuously (cron/loop), which lets the agent modify files and persistent state on the host even if it doesn't explicitly request sudo or create users.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata