cross-evolution
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to perform static analysis of other skills to identify missing best practices, termed as 'genes' in its evolutionary framework.
- [COMMAND_EXECUTION]: The
scripts/audit-genesandscripts/self-testscripts use standard Unix utilities (grep,awk,sed,find,uname) for pattern matching and file discovery. These operations are restricted to the skill directories and do not involve arbitrary command execution or shell injection from untrusted sources. - [EXTERNAL_DOWNLOADS]: No external network requests, downloads, or remote code execution patterns were detected. The scripts operate entirely on the local file system within specified skill directories.
- [DATA_EXFILTRATION]: There is no evidence of sensitive data access (such as credentials or SSH keys) or transmission of data to external endpoints.
- [PROMPT_INJECTION]: The skill instructions (SKILL.md, AGENTS.md) do not contain any patterns typical of prompt injection or attempts to bypass agent safety guidelines.
- [DYNAMNIC_EXECUTION]: The gene discovery mechanism uses
grepto identify patterns like shebangs or argument parsing. It does not execute the code it finds; it merely logs the presence of these patterns in the gene registry.
Audit Metadata