github-release-downloader

Warn

Audited by Snyk on Mar 9, 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.md and scripts/download_release.py explicitly use PyGithub to fetch public repository releases and assets (release.body, asset names, and browser_download_url) from GitHub and then select and download assets, so untrusted, user-generated content from third-party repositories is read and directly influences which downloads/actions occur.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 0.90). The script's uv auto-install configuration points to the external PyPI index https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple which will be used at runtime to fetch and install required Python packages (thus downloading and executing remote code that the skill depends on).
Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 9, 2026, 05:06 AM