upgrade-deps
Warn
Audited by Snyk on Mar 11, 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 instructs the agent to fetch and parse live JSON from public PyPI (curl https://pypi.org/pypi/...) in Step 2 and from the public GitHub API (curl https://api.github.com/repos/.../releases/latest) in Step 4, and to use fields like requires_python and tag_name to decide/updat e package and action versions, which exposes it to untrusted third-party content that can influence decisions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The .pre-commit-config.yaml repo URL https://github.com/astral-sh/ruff-pre-commit is referenced in Step 5 and running "pre-commit run --all-files" (Step 8) will cause pre-commit to fetch and execute hook code from that remote repository at runtime, so it is a runtime external dependency that can execute remote code.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata