Security Toolkit
Four defensive security skills covering OWASP Top 10 and supply-chain hardening: pre-deployment audit checklists, secure authentication (hashing, sessions, JWT, OAuth, passkeys), API hardening (rate limiting, CORS, throttling), and npm/bun install-time cooldown with a sandboxed bypass scan.
Skills in this plugin
4- ▌ Secure Auth · jamditis bundleSecure authentication patterns (OWASP, NIST). Use for login, registration, password reset, sessions, JWT, OAuth, MFA, passkeys.
- ▌ API Hardening · jamditis bundleAPI hardening for Express, FastAPI, and serverless. Use for rate limiting, CORS, input validation, API keys, or OWASP API Top 10.
- ▌ Security Checklist · jamditis bundlePre-deployment security audit organized by OWASP Top 10. Use when reviewing code before shipping or going to production.
- ▌ Supply Chain Hardening · jamditis bundleInstall-time cooldowns for npm/bun plus a sandboxed pre-install scan for bypasses. Use for supply-chain attacks or npm security.