repomix-unmixer
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The script
scripts/unmix_repomix.pypossesses a directory traversal vulnerability surface. It extracts file paths from untrusted input files and uses them to write files to the filesystem without validation. If an agent processes a malicious repomix file containing absolute paths or traversal sequences, it could overwrite sensitive system files.\n- Ingestion points: Data enters the skill via therepomix_fileprocessed byscripts/unmix_repomix.py.\n- Boundary markers: None. There are no instructions for the agent to verify the contents of the repomix file or to use protective delimiters to prevent the execution of embedded instructions.\n- Capability inventory: The skill includes a Python script that can create directories and write files to arbitrary paths if not properly sanitized.\n- Sanitization: Absent. The functionsunmix_xml,unmix_markdown, andunmix_jsondirectly use thefile_pathfrom the input file to create aPathobject without checking if it escapes the intendedoutput_dir.
Audit Metadata