dotnet-quickdup
Warn
Audited by Snyk on Apr 11, 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). The skill's "Bootstrap When Missing" and references (e.g., QuickDup install instructions in SKILL.md and references/quickdup.md) explicitly instruct fetching and executing scripts from public GitHub/raw.githubusercontent.com and using
go installfrom github.com, which pulls untrusted third‑party content that can materially change tool behavior.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's bootstrap/install steps run fetched scripts at runtime (e.g., curl -sSL https://raw.githubusercontent.com/asynkron/Asynkron.QuickDup/main/install.sh | bash and iwr -useb https://raw.githubusercontent.com/asynkron/Asynkron.QuickDup/main/install.ps1 | iex, and it also fetches code via go install github.com/asynkron/Asynkron.QuickDup/cmd/quickdup@latest), which downloads and executes remote code that the skill relies on to function.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata