chezmoi-workflows
Warn
Audited by Snyk on Apr 1, 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.80). This skill's workflow explicitly fetches and applies content from a Git remote (GitHub) — e.g., the "Sync from Remote" / "Safe Update" and various commands like
chezmoi updateandchezmoi git -- pullin SKILL.md — meaning untrusted, user-generated repo content is ingested and can directly alter apply/decision behavior.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The SKILL's setup step runs sh -c "$(curl -fsLS get.chezmoi.io)", which fetches and immediately executes a remote installation script from get.chezmoi.io at runtime, so this URL is a runtime external dependency that executes remote 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