repomix-unmixer
Audited by Runlayer on Feb 21, 2026
Malicious tool definition detected
Tool: README.md Description: # Repomix Unmixer Skill A Claude Code skill for extracting files from repomix-packed repositories and restoring their original directory structure.
Malicious tool definition detected
Tool: SKILL.md [1/2] Description: --- name: repomix-unmixer description: Extracts files from repomix-packed repositories, restoring original directory structures from XML/Markdown/JSON formats. Activates when users need to unmix repomix files, extract packed repositories, restore file structures from repomix output, or reverse the repomix packing process.
Tool: SKILL.md [2/2]
Malicious tool definition detected
Tool: references/repomix-format.md [1/2] Description: # Repomix File Format Reference This document provides comprehensive documentation of repomix output formats for accurate file extraction.
Tool: references/repomix-format.md [2/2] Description: a packed repository.
Malicious tool definition detected
Tool: references/validation-workflow.md [1/2] Description: # Validation Workflow for Unmixed Content This guide provides detailed validation procedures for verifying the quality and correctness of unmixed repomix content, with special focus on Claude Code skills.
Tool: references/validation-workflow.md [2/2] Description: ] Resources are properly organized (scripts/, references/, assets/) - [ ] No TODOs or placeholder text - [ ] Scripts have proper shebangs and permissions - [ ] References are informative markdown - [ ] skill-creator validation passes ### Content Integrity - [ ] Random spot-checks show correct content - [ ] Code examples are properly formatted - [ ] No XML/JSON escape artifacts - [ ] File sizes are reasonable - [ ] No truncated files ###
Malicious tool definition detected
Tool: scripts/unmix_repomix.py Description: #!/usr/bin/env python3 """Unmix a repomix file to restore original file structure.