hive-cli
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to install the 'hive-intelligence' package from npm using
npx -y -p hive-intelligence@latest hive initandnpm install -g hive-intelligence. These refer to the vendor's official package. - [COMMAND_EXECUTION]: The skill documents various CLI commands for the 'hive' executable (e.g.,
hive doctor,hive status,hive market). These are intended functionalities for a CLI-focused skill and do not involve arbitrary or malicious execution. - [CREDENTIALS_UNSAFE]: The documentation describes safe credential management practices, such as using environment variables (
HIVE_API_KEY) or local config files (~/.config/hive/credentials.json). It does not contain any hardcoded secrets. - [DATA_EXFILTRATION]: While the CLI tool performs network operations to fetch market and DeFi data from the vendor's API, these are documented primary functions and do not involve unauthorized exfiltration of user data.
Audit Metadata