vechain-react-native-dev
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements secure communication with the VeWorld wallet using the NaCl (Networking and Cryptography library) via tweetnacl and tweetnacl-util. This ensures that sensitive data exchanged between the application and the wallet is both encrypted and authenticated.
- [SAFE]: All recommended dependencies and node endpoints (e.g., testnet.vechain.org) originate from the official VeChain organization or reputable, well-known libraries in the React Native ecosystem.
- [SAFE]: The skill provides correct platform-specific security configurations, such as setting android:launchMode to singleTask to prevent task hijacking and ensuring high-entropy random number generation through the react-native-get-random-values polyfill.
- [SAFE]: The operating procedures mandate checking for error codes in wallet responses before attempting to decrypt payloads, preventing the processing of potentially malicious or corrupted data from failed interactions.
Audit Metadata