From security-ghas
Use when upgrading vulnerable dependencies flagged by GitHub Dependabot — prefers patch/minor upgrades, flags major bumps for approval, regenerates lock files, and validates via test run
How this skill is triggered — by the user, by Claude, or both
Slash command
/security-ghas:ghas-dependabotThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Upgrade vulnerable dependencies identified by Dependabot alerts. Prefer minimal version bumps, regenerate lock files, and verify no breaking changes.
Upgrade vulnerable dependencies identified by Dependabot alerts. Prefer minimal version bumps, regenerate lock files, and verify no breaking changes.
maxAutoFixMajorVersionBump config
package.json, run npm install to regenerate package-lock.jsonrequirements.txt or pyproject.toml, run pip-compile if using pip-toolspom.xml versiongo get package@version, then go mod tidy.csproj PackageReference version, run dotnet restoreWhen multiple dependencies need upgrading:
npx claudepluginhub gagandeepp/software-agent-teams --plugin security-ghasGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.