repomix
Warn
Audited by Snyk on Jun 23, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). When
repomix_batch.pyrunsrepomix --remote <repo_path>(remote repo path/URL supplied by the user), Repomix will fetch that outsider-authored repository’s source files and include their readable code text in the generated output that is then fed into the agent/LLM context.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill invokes the repomix CLI (including via npx) at runtime and accepts remote repo URLs (e.g., https://github.com/yamadashy/repomix or arbitrary https://github.com/owner/repo passed to npx repomix --remote) which can cause fetching and execution of remote package code and remote repository content during execution.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata