Harness-engineering owasp-cryptography
name: owasp-cryptography
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/claude-code/owasp-cryptography/skill.yamlsource content
name: owasp-cryptography version: '1.0.0' description: Apply cryptographic best practices for hashing, encryption, signing, and key management stability: static cognitive_mode: advisory-guide type: knowledge tier: 3 triggers:
- manual platforms:
- claude-code
- gemini-cli
- cursor
- codex tools: [] paths:
- '/auth/'
- '/security/'
- '/middleware/'
- '/crypto/' related_skills:
- owasp-secrets-management
- owasp-auth-patterns
- security-symmetric-encryption
- security-asymmetric-encryption
- security-hashing-fundamentals
- security-hmac-signatures
- security-cryptographic-randomness stack_signals:
- nodejs
- typescript
- security keywords:
- cryptography
- hashing
- encryption
- bcrypt
- aes
- jwt
- hmac
- key-derivation metadata: author: community upstream: cheatsheetseries.owasp.org/cheatsheets/Cryptographic_Storage_Cheat_Sheet state: persistent: false files: [] depends_on: []