prevention skills

24 tagged prevention, measured the same way as everything else here.

crypto-misuse

01

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Block weak ciphers, predictable RNG, undersized keys, fast-hash password storage, nonce reuse, and non-constant-time comparison. Use when generating code that hashes, encrypts, or signs, code that compares secrets, MACs, or tokens, or config for key sizes and randomness.

22 18d ago A 60 tokens original MIT

database-security

02

ShieldNet-360/secure-vibe

Skill Claude CodeCodex

Prevent SQL and NoSQL injection, unsafe ORM and raw-query use, over-privileged database identities, weak tenant isolation, and unauthenticated database transport. Use when generating SQL or raw query strings, NoSQL filters, ORM models or queries, database migration files, or connection strings.

22 18d ago A 58 tokens original MIT