chezmoi
Warn
Audited by Snyk on Mar 4, 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.90). The skill explicitly loads and applies external, public sources via .chezmoiexternal.yaml/.chezmoiexternals (SKILL.md and special-files.md) and includes examples that fetch archives/git repos and run installers (scripts.md/application-order.md), so untrusted third‑party content from arbitrary URLs is ingested and can influence apply-time actions and scripts.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill includes an example run-on-apply script that executes remote code via curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh ("/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\""), which is fetched and executed at runtime during chezmoi apply and therefore represents a high-confidence remote-exec dependency.
Audit Metadata