wallet-encrypt-decrypt
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses the
@bsv/sdklibrary, which is a standard library for Bitcoin SV development. All cryptographic operations such as ECDH, SHA256, and AES-256-GCM are implemented using the library or the built-incryptomodule. - [SAFE]: The scripts process data locally and do not perform any network operations or unauthorized file system access.
- [SAFE]: The implementation in
scripts/encrypt-message.tsandscripts/decrypt-message.tsfollows secure cryptographic standards, including random IV generation and authentication tag verification to prevent tampering. - [SAFE]: No obfuscation, persistence mechanisms, or privilege escalation patterns were detected.
Audit Metadata