quicknode-install-auth
Pass
Audited by Gen Agent Trust Hub on Sep 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate instructions for setting up blockchain development environments.
- [COMMAND_EXECUTION]: Uses standard package management commands (
npm install) to install industry-standard libraries including@quicknode/sdk,viem, andethers. - [CREDENTIALS_SAFE]: Correctly advises the user to store sensitive RPC tokens in a
.envfile, which is a security best practice for local development. - [EXTERNAL_DOWNLOADS]: Dependencies are fetched from the official npm registry, which is an expected and safe behavior for this development-focused skill.
Audit Metadata