Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when reviewing a project's security posture, setting up CI pipelines, or responding to a reported vulnerability in a dependency.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 95% | 0% |
| case-07 | ✓→✗ | ▼ Worse | -2% | 0% |
| case-10 | ✓→✓ | = Same ✓ | 11% | 0% |
| case-15 | ✓→✓ | = Same ✓ | -12% | 0% |
| case-02 | ✓→✓ | = Same ✓ | 24% | 0% |
Third-party packages are the most common attack surface in modern web applications. The 2021 Log4Shell incident, the 2022 node-ipc supply-chain attack, and countless npm package hijackings demonstrate that a single vulnerable transitive dependency can compromise every application that depends on it. Automated, continuous scanning drastically reduces the window between a CVE being published and your team being aware of it.
Check the project's dependencies for known security vulnerabilities using the package manager audit command.
Upgrade, patch, or replace vulnerable dependencies and configure automated scanning in the CI pipeline.
Explain how supply-chain attacks work and why dependency auditing is a critical part of modern application security.
Review the lock file and package.json for unpinned version ranges, abandoned packages, and any packages flagged in recent CVE databases.
For full implementation details, code examples, and framework-specific guidance, see references/rule.md.
Rule page: https://frontendchecklist.io/en/rules/security/dependency-audit
Other measured skills in the registry, with their headline benchmark lift.