Audits codebases for common security vulnerabilities that AI coding assistants introduce in "vibe-coded" applications. Checks for exposed API keys, broken access control (Supabase RLS, Firebase rules), missing auth validation, client-side trust issues, insecure payment flows, and more. Use this skill whenever the user asks about security, wants a code review, mentions "vibe coding", or when you're writing or reviewing code that handles authentication, payments, database access, API keys, secrets, or user data — even if they don't explicitly mention security. Also trigger when the user says things like "is this safe?", "check my code", "audit this", "review for vulnerabilities", or "can someone hack this?".
$npx -y skills add raroque/vibe-security-skill --skill vibe-securityInstalls into the current project.
Run `npx skills use "https://github.com/raroque/vibe-security-skill" --skill "raroque/vibe-security-skill/vibe-security"` 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/raroque/vibe-security-skill" that are relevant to the current task. Run `npx skills add "https://github.com/raroque/vibe-security-skill"` and select the relevant skills, then follow their instructions.