project-setup-git
Warn
Audited by Snyk on Jul 12, 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.75). SKILL.md describes cloning/pulling a user-specified Git repository and then running dependency installation, which at runtime will ingest outsider-authored repository files (e.g., README/package scripts) as readable text into the agent’s context via the fetched repo content and any subsequent tool outputs.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly instructs runtime cloning and installation (git clone ... and npm run dev), which will fetch and execute code from the repository URL https://github.com/example/repo, so the external content can control 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