Crypto Library Misuse

Detects library-internal cryptographic correctness bugs that pattern matchers and crypto-failures skills miss — AEAD nonce reuse, ECDSA k-value reuse, length-extension on bare hashes, padding-oracle exception distinguishability, and branching on secret material. Use when writing code that calls a crypto primitive directly (AEAD encrypt/decrypt, ECDSA/DSA sign, raw hash, RSA decrypt). Distinct from cryptographic-failures, which covers application-layer choices like MD5 for passwords; this skill is about how primitives are wired up.

thejefflarson b8e70f3 4.7 KB Updated

File contents

thejefflarson/soundcheck/tree/main/.claude/skills/crypto-library-misuse commit b8e70f383f

Frequently asked questions

npx skillmds@latest add thejefflarson/crypto-library-misuse