managing-skills
Warn
Audited by Snyk on Jun 19, 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). The workflow supports installing/updating skills from outsider-provided URLs (e.g., GitHub subdirectories or
.skillzips), which at runtime are fetched/downloaded and their README/SKILL.mdtext is read/validated by the agent (indirect prompt injection via downloaded repository content).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's install/update steps perform runtime fetch-and-execute operations (e.g., git clone https://github.com/user/repo and curl -L -o /tmp/skill-$$.zip "https://example.com/skills/my-skill.skill" followed by unzip and pip install), so those URLs are runtime dependencies that can deliver code or prompts controlling the agent.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata