July 2026
Supply chain scanning
Catch risky dependency changes in pull requests with a dedicated check, grouped inline findings, and support for npm, PyPI, Go, RubyGems, and GitHub Actions.
Superagent now scans dependency changes in pull requests for supply chain risks before they reach your default branch.
A dedicated pull request check
The new Superagent Supply Chain Scan runs alongside the existing security scan whenever a supported manifest, lockfile, or GitHub Actions workflow changes. It compares the pull request with its base commit and analyzes only added or upgraded dependency versions.
Findings where you review code
Actionable risks appear as inline review comments on the changed dependency line. Related signals are grouped into one issue per dependency, keeping the review focused while preserving the full rule-level evidence in the check details.
Merge protection that clears when fixed
The check fails when Superagent finds an actionable supply chain issue. Remove or replace the risky dependency and push a new commit to rerun the scan; once no actionable dependency changes remain, the check passes automatically.
Repository owners can deactivate supply chain scans at any time from the repository detail page.