hasdata-cli
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of the HasData CLI through an official shell script hosted on GitHub (
https://raw.githubusercontent.com/HasData/hasdata-cli/main/install.sh). The documentation correctly advises the agent to inspect the script before execution. - [CREDENTIALS_UNSAFE]: API keys are managed securely. The skill instructs the agent to use the CLI's built-in
configurecommand, which stores credentials in a local configuration file (~/.hasdata/config.yaml) with restrictive file permissions (mode 0600). It explicitly prohibits the agent from inventing or hallucinating keys. - [COMMAND_EXECUTION]: The instructions utilize the
hasdataCLI in conjunction with standard UNIX utilities likejqandxargsfor data processing and automation. All command patterns are consistent with the skill's stated purpose. - [DATA_EXFILTRATION]: Network activity is restricted to the official HasData API endpoints and the target URLs requested by the user. There is no evidence of unauthorized data transfer or harvesting of sensitive local information.
Audit Metadata