bump-dependency
Warn
Audited by Snyk on May 18, 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 explicitly fetches and parses public GitHub content — e.g.,
git ls-remote https://github.com/NVIDIA/TransformerEngine.git, the watchdog'sgh run list/gh run view --json jobs, and the triage step'sgh run view --log-failed/tailcommands — and requires the agent to read/interpret CI logs and run metadata to decide quarantines and other PR actions, so untrusted third‑party content can materially influence behavior.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill explicitly instructs editing pyproject.toml to point an override-dependency at git+https://github.com/NVIDIA/TransformerEngine.git@ which will be fetched during runtime via
uv lock/install and thus pulls and executes remote code as a required dependency (flagged URL: git+https://github.com/NVIDIA/TransformerEngine.git@).
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata