frontend/.claude/skills/security-scan/SKILL.md
Resolve npm dependency vulnerabilities detected by security scans.
npx skillsauth add redpanda-data/console security-scanInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Resolve npm dependency vulnerabilities detected by Snyk.io security scans.
| Action | Rule |
|--------|------|
| Fix direct deps | vuln-direct-deps.md |
| Fix transitive deps | vuln-transitive-deps.md |
package.json for current versions and existing overridesnpm view <package> versions --jsonSee rules for specific fix patterns.
bun i --yarn
bun run type:check
bun run lint
bun run build
bun run test
All must pass.
^ prefix)See rules/ directory for detailed guidance.
development
Review UI code for Web Interface Guidelines compliance
development
Build UI with Redpanda Registry components, Tailwind v4, and accessibility best practices.
testing
Write and maintain tests with Vitest v4 dual configuration, mock utilities, and Zustand store testing patterns.
development
Migrate React applications from React Router to TanStack Router with file-based routing. Use when user requests: (1) Router migration, (2) TanStack Router setup, (3) File-based routing implementation, (4) React Router replacement, (5) Type-safe routing, or mentions 'migrate router', 'tanstack router', 'file-based routes'.