repomix-safe-mixer
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/safe_pack.pyutility executes shell commands viasubprocess.runto invoke therepomixCLI and the internalscan_secrets.pyscript. These executions use list-based arguments without a shell (shell=Falseis the default), which effectively mitigates command injection risks from user-supplied directory paths or configuration filenames. - [DATA_EXPOSURE]: The skill is specifically designed to mitigate data exposure. The
scan_secrets.pyscript identifies potential credentials and explicitly replaces the matched content with a[REDACTED]placeholder in all outputs. This ensures that logs or reports generated by the tool do not accidentally leak the secrets they were meant to protect. - [INDIRECT_PROMPT_INJECTION]: While the skill ingests and processes untrusted data from a target directory, the risk of indirect prompt injection is mitigated by the tool's design. The scanning logic is based on fixed regex patterns, and the output provided back to the agent is sanitized (redacted), preventing malicious instructions within scanned files from influencing the agent's execution flow.
Audit Metadata