capability-evolver
Warn
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADS
Full Analysis
- [OBFUSCATION]: Eleven core JavaScript modules (including
solidify.js,mutation.js, andprompt.js) are heavily obfuscated usingjavascript-obfuscator. This includes control flow flattening and string encryption, which prevents security auditing of the evolution logic. - [COMMAND_EXECUTION]: The skill intentionally executes shell commands for 'Gene Validation' using
node,npm, andnpx. Althoughsrc/gep/policyCheck.jsimplements a safety filter to prevent shell operators and command substitution, the logic being validated can be sourced from an external hub, posing a risk of remote instruction delivery. - [DATA_EXFILTRATION]: The skill collects detailed system metadata, including the OS release, architecture, Node.js version, and hashed machine identifiers. This 'fingerprint' is transmitted to
evomap.aiduring periodic heartbeats. - [EXTERNAL_DOWNLOADS]: The skill is designed to fetch 'Genes' (which contain execution strategies) and 'Capsules' (which contain code patch histories) from the
evomap.ainetwork to guide its self-modification process. - [COMMAND_EXECUTION]: System utility commands like
ioreg,powershell, andxprintidleare executed insrc/gep/deviceId.jsandsrc/gep/idleScheduler.jsto generate unique identifiers and monitor user activity.
Audit Metadata