Use when adding authentication and authorization to a Node.js service, hardening its HTTP surface, or running an OWASP-style security review after the service scaffold exists and the auth provider decision is approved or intentionally deferred. Implements the authentication flow (Passport / JWT / OAuth2 / OIDC per architecture/security), the authorization model, secure HTTP headers (helmet), boundary input validation, CSRF and rate-limiting for auth endpoints, secret handling via the config seam, and a security test suite (authz matrix and negative cases). Do not use for the service shell, config, logging, or error tiers, observability vendor wiring, queue or event integration, or performance and resilience gating; use the other Node.js archetype skills instead.
$npx -y skills add amritmalla/claude-full-stack-2.0 --skill nodejs-auth-and-security-reviewInstalls into the current project.
Run `npx skills use "https://github.com/amritmalla/claude-full-stack-2.0" --skill "amritmalla/claude-full-stack-2.0/nodejs-auth-and-security-review"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/amritmalla/claude-full-stack-2.0" that are relevant to the current task. Run `npx skills add "https://github.com/amritmalla/claude-full-stack-2.0"` and select the relevant skills, then follow their instructions.