security-scan

Resolve npm dependency vulnerabilities detected by Snyk.io security scans.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "security-scan" with this command: npx skills add redpanda-data/console/redpanda-data-console-security-scan

Security Scan

Resolve npm dependency vulnerabilities detected by Snyk.io security scans.

Activation Conditions

  • User shares Snyk vulnerability reports

  • Mentions CVEs/CWEs

  • Asks to fix security issues in npm dependencies

Quick Reference

Action Rule

Fix direct deps vuln-direct-deps.md

Fix transitive deps vuln-transitive-deps.md

Workflow

  1. Assess
  • Parse vulnerability report: package, version, CVE/CWE, severity, fixed version

  • Categorize as direct (in package.json) or transitive (pulled in by another package)

  1. Explore
  • Check package.json for current versions and existing overrides

  • Check lockfile for actual resolved versions

  • Search source code for direct usage of vulnerable package

  • Check npm registry for available fixed versions: npm view <package> versions --json

  1. Fix

See rules for specific fix patterns.

  1. Verify

bun i --yarn bun run type:check bun run lint bun run build bun run test

All must pass.

Tips

  • Use exact versions for security fixes (no ^ prefix)

  • Fix Critical/High severity first

  • Replace unmaintained packages rather than patching

  • Document workarounds with comments explaining why

Rules

See rules/ directory for detailed guidance.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

tanstack-router-migration

No summary provided by upstream source.

Repository SourceNeeds Review
General

react-best-practices

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-standards

No summary provided by upstream source.

Repository SourceNeeds Review
General

api-patterns

No summary provided by upstream source.

Repository SourceNeeds Review