harness-genome
Warn
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The instruction to run
npx metaharness genome <path>interpolates a variable path directly into a shell command. This creates a risk of command injection if the path contains shell metacharacters such as semicolons, ampersands, or pipes. - [REMOTE_CODE_EXECUTION]: The skill uses
npxto execute themetaharnesspackage. This involves fetching and running code from the NPM registry at runtime. - [EXTERNAL_DOWNLOADS]: The skill fetches the
metaharnesspackage from the well-known NPM registry via thenpxcommand. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted data from an external repository.
- Ingestion points: Files located within the repository at the provided
<path>are processed by the genome tool. - Boundary markers: None identified; the instructions do not specify delimiters or warnings for the agent to ignore instructions embedded in the analyzed repository.
- Capability inventory: The skill is allowed to use the
Bashtool and performs shell execution. - Sanitization: There is no evidence of input validation for the path argument or output sanitization for the data read from the repository.
Audit Metadata