Security
4 listings in Security.
skill โ Verified
Security Input Validation
Validate untrusted input at the boundary โ allowlist, parse-don't-validate, enforce types/limits before it reaches your logic. Use when handling user input or reviewing injection risks.
skill โ Verified
Security Secrets Management
Keep credentials out of code and logs โ secret stores, short-lived tokens, least privilege, rotation. Use when handling API keys/tokens or reviewing for leaked secrets.
agent โ Verified
Security Security Auditor
Audits code for security issues โ injection, auth flaws, secret leaks, unsafe dependencies โ with concrete, prioritized fixes. Use for a security pass on a change or module.
plugin โ Verified
Security Security Pack
Harden your app: secrets management and input validation skills plus the security-auditor agent.