From asi
Provides Google's Wycheproof test vectors for testing cryptographic implementations against known flaws. Useful for security audits of crypto code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asi:wycheproofThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trit**: -1 (MINUS)
Trit: -1 (MINUS) Category: testing-handbook-skills Author: Trail of Bits Source: trailofbits/skills License: AGPL-3.0
Google's Wycheproof test vectors for cryptographic implementation testing.
This is a Trail of Bits security skill. Refer to the original repository for detailed usage guidelines and examples.
See: https://github.com/trailofbits/skills
npx claudepluginhub plurigrid/asi --plugin asiProvides test vectors from Google's Wycheproof project for validating cryptographic implementations against known attacks and edge cases.
Provides Wycheproof test vectors, workflows, and guidance for validating crypto implementations like AES-GCM, ECDSA, RSA against known attacks and edge cases.
Audits cryptography implementation — algorithm choice, key sizes, KDF parameters, IV/nonce handling, signature verification, randomness, TLS configuration, and key rotation. Deeper than OWASP A02.