From sast-sca
Analyze a project's dependencies (software composition analysis): generate/inspect an SBOM, find known-vulnerable and risky components, and prioritize upgrades. Use when reviewing third-party/open-source risk in a codebase or build.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sast-sca:sca-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A prioritized dependency-risk view: which components are vulnerable or risky, how
A prioritized dependency-risk view: which components are vulnerable or risky, how reachable/exploitable they are, and the upgrade path — backed by an SBOM.
A prioritized table: component · version · advisory · severity · reachable? ·
fixed-version · action, plus the SBOM and a short upgrade plan. Confirmed issues →
security-reporting:finding (maps to OWASP A06 / API-adjacent supply-chain risk).
Rank by reachability and exploitability, not CVE count — most flagged CVEs aren't
reachable. Don't ignore transitive deps (where most real risk hides) or unmaintained
packages (a risk even without a current CVE). For deeper provenance/SLSA/signing,
see supply-chain-security (roadmap).
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub jassics/awesome-claude-security --plugin sast-sca