transaction-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references several official VeChain packages including @vechain/sdk-core, @vechain/sdk-network, @vechain/vechain-kit, and @vechain/dapp-kit-react. These are well-known vendor libraries for the VeChain ecosystem.
- [DATA_EXFILTRATION]: Code examples demonstrate network requests to local nodes (http://localhost:8669) and official VeChain testnet endpoints (https://testnet.vechain.org). It also references the vechain.energy managed service, which is a common utility in the community.
- [CREDENTIALS_UNSAFE]: While the code snippets involve private key usage for signing transactions, they use descriptive variable names like senderPrivateKey rather than hardcoding actual secrets.
Audit Metadata