mirror of
https://github.com/trailofbits/skills
synced 2026-06-21 14:12:00 +00:00
d3630e5193
The Gemini `/security:scan-deps` command scans the entire project dependency tree regardless of what changed. This wastes time when reviewing small config or code changes that don't involve dependencies. Now the scan only runs when the diff actually touches manifest files (package.json, Gemfile, requirements.txt, Cargo.toml, go.mod, etc.). Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>