Enforces OWASP Top 10 security patterns during code writing. Use when: - Authentication: "authentication", "login", "password", "JWT", "OAuth", "session", "token" - Authorization: "validate input", "sanitize", "authorize", "access control", "permissions" - Data handling: "database query", "SQL", "user data", "PII", "encrypt", "hash", "webhook" - Security topics: "XSS", "CSRF", "injection", "rate limit", "secure cookie", "credentials" - Writing: auth/, login, password, token, session, query, .where(, .raw(
$npx -y skills add bdouble/pm-vibecode-ops --skill security-patternsInstalls into the current project.
Run `npx skills use "https://github.com/bdouble/pm-vibecode-ops" --skill "bdouble/pm-vibecode-ops/security-patterns"` 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/bdouble/pm-vibecode-ops" that are relevant to the current task. Run `npx skills add "https://github.com/bdouble/pm-vibecode-ops"` and select the relevant skills, then follow their instructions.