repomix
Warn
Audited by Snyk on Jul 3, 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.pyis run with--remoteor a remote repo entry, it invokesnpx repomix --remote <repo>which fetches and packages that outsider repository’s source files into the generated output (LLM-readable prose) that the user may then feed to the agent.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The batch script invokes repomix / npx repomix at runtime to fetch remote repositories (e.g., https://github.com/yamadashy/repomix or the generic https://github.com/owner/repo) and package their contents for LLM context (and npx may fetch/execute remote npm package code), so external URLs are used during runtime to inject external content that can control prompts or execute code.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata