skill-installer
Warn
Audited by Snyk on Feb 17, 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). This skill fetches and installs arbitrary repositories and directory listings from GitHub (see scripts/list-skills.py using github_api_contents_url to call the GitHub API and scripts/install-skill-from-github.py which downloads from codeload.github.com or does git clone of user-provided owner/repo or URL), so it consumes untrusted, user-generated third‑party content as part of its workflow.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The installer scripts perform runtime fetches of GitHub-hosted skill content (e.g., https://codeload.github.com/{owner}/{repo}/zip/{ref} and the GitHub API URL https://api.github.com/repos/{repo}/contents/{path}?ref={ref}), downloading and installing remote SKILL.md and code into the agent's skills directory — content that can contain instructions or executable code that will control agent behavior.
Audit Metadata