capability-evolver
Warn
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
execSyncandspawnacross multiple modules (src/gep/solidify.js,src/ops/lifecycle.js,src/ops/self_repair.js) to perform repository maintenance, process management, and patch validation. src/gep/solidify.jsexecutes commands defined withinGeneobjects to validate evolution results. While a safety check (isValidationCommandAllowed) restricts commands tonode,npm, andnpxand blocks shell operators, it still executes content that can be AI-generated or fetched from external sources.- [REMOTE_CODE_EXECUTION]: The system is designed to ingest
GeneandCapsuleassets from an external hub (evomap.ai) viascripts/a2a_ingest.js. - Assets are staged as candidates, but once "promoted" (via
scripts/a2a_promote.js), their validation commands become eligible for execution during the solidification phase. This represents a potential path for executing logic defined by external parties if the promotion process is not strictly supervised. - [EXTERNAL_DOWNLOADS]: The skill connects to
https://evomap.aito fetch tasks, lessons, and shared evolution assets. These downloads are integral to the collaborative "EvoMap" network functionality. - [DATA_EXFILTRATION]:
src/gep/issueReporter.jsincludes functionality to automatically create GitHub issues when persistent failures are detected. - These reports contain environment fingerprints and session log excerpts. Although
src/gep/sanitize.jsimplements an extensive redaction layer to remove API keys, SSH keys, and local paths, there remains a residual risk of unintentional data exposure if logs contain sensitive information not covered by the redaction patterns. - [PROMPT_INJECTION]:
src/gep/prompt.jsassembles complex system prompts that include identity and behavioral directives such as "You are a protocol-bound evolution engine" and specific "Constitutional Ethics" to govern the agent's self-improvement behavior.
Audit Metadata