clay-install-auth
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the "@clay/sdk" package via npm and the "clay" package via pip. These are standard dependencies for the Clay service.
- [CREDENTIALS_UNSAFE]: The skill provides instructions for setting the "CLAY_API_KEY" environment variable and writing it to a ".env" file. It correctly uses placeholders ("your-api-key") and does not include hardcoded secrets.
- [COMMAND_EXECUTION]: The skill uses Bash to run installation and configuration commands ("npm install", "pip install", "echo", "export"). These actions are aligned with the skill's primary purpose of setting up a development environment.
Audit Metadata