harness-genome
Warn
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes
npx metaharness genome, which fetches themetaharnesspackage from the npm registry at runtime if it is not already installed locally. - [REMOTE_CODE_EXECUTION]: Executing code via
npxfor a package from a public registry that is not associated with a trusted organization or well-known service constitutes remote code execution. - [COMMAND_EXECUTION]: The shell command
npx metaharness genome <path> --jsonincorporates the<path>argument directly from user input. This creates a potential shell command injection vulnerability if the input is not sanitized, as an attacker could append malicious commands using shell metacharacters. - [REMOTE_CODE_EXECUTION]: The skill references an implementation script at
../../scripts/genome.mjs. This path points outside the standard skill directory structure, suggesting a dependency on unverified files in the host environment.
Audit Metadata