negafix
Warn
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands like
ripgrep,git log, andperlto perform repository-wide audits and inventory matching lines of prose against specific regex patterns. - [COMMAND_EXECUTION]: The skill provides instructions to install a shell script located at
scripts/commit-msginto the.git/hooks/commit-msgdirectory. This establishes a persistence mechanism where the script is executed automatically by the operating system during every future git commit operation. - [PROMPT_INJECTION]: The audit mode functionality (Step 2
- Catalog) is vulnerable to indirect prompt injection. It reads raw snippets from untrusted files in the working directory and commit history into the agent's context. These snippets are presented in a table without sanitization or explicit boundary markers, potentially allowing malicious content within project files to influence the agent's behavior. Evidence chain: Ingestion points: working directory files and commit logs via
rgandgit log; Boundary markers: none; Capability inventory: ripgrep, git, install, perl, sed; Sanitization: none.
Audit Metadata