taxue-upgrade
Warn
Audited by Snyk on Apr 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: 1.00). The skill explicitly fetches and ingests public GitHub content—Step 3 reads REMOTE_URL "https://raw.githubusercontent.com/taxueseek/taxueskills/main/VERSION" and Step 6 clones REPO_URL "https://github.com/taxueseek/taxueskills.git" (and later reads README.md), which are untrusted third‑party sources whose contents are incorporated and can directly alter installed skills and agent behavior.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill runtime uses git clone "https://github.com/taxueseek/taxueskills.git" (and also curl to "https://raw.githubusercontent.com/taxueseek/taxueskills/main/VERSION") to fetch repository content at runtime which is then copied into the agent's skills directory and thus directly controls agent prompts/instructions.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata