vechain-kit
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical reference for developers building on the VeChain blockchain. It outlines best practices for using official libraries and tools.
- [EXTERNAL_DOWNLOADS]: The instructions reference the installation of official Node.js packages from the
@vechainscope and standard peer dependencies (Chakra UI, TanStack Query, Ethers, Framer Motion). These are well-known, legitimate libraries from the project's own organization and established registries. - [CREDENTIALS_UNSAFE]: The skill correctly instructs developers to use environment variables for sensitive configuration values like Privy App IDs and WalletConnect Project IDs. It provides clear placeholders (e.g.,
your_privy_app_id) and does not include any hardcoded secrets. - [COMMAND_EXECUTION]: Shell commands are restricted to standard development tasks such as project setup (
nvm use), dependency installation (yarn add --legacy-peer-deps), and build verification (npm run build).
Audit Metadata