exa-install-auth
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes bash commands to install official SDKs via
npm install @exa/sdkandpip install exa. These commands are standard for the skill's purpose of setting up a development environment. - [DATA_EXPOSURE]: The skill provides instructions for configuring an API key using environment variables or a
.envfile. This is a common practice for handling credentials locally, and the skill correctly uses placeholders rather than hardcoding actual secrets. - [EXTERNAL_DOWNLOADS]: The skill references official Exa documentation and dashboard domains (docs.exa.com, api.exa.com, status.exa.com) for resources and error handling support.
Audit Metadata