clay-deploy-integration
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized access attempts were identified during the analysis of the skill's instructions and code snippets.
- [COMMAND_EXECUTION]: The skill uses
vercel,gcloud, anddockerCLI commands to manage deployment workflows and secrets, which is consistent with its stated purpose of deploying applications to production infrastructure. - [EXTERNAL_DOWNLOADS]: The skill references standard package management via
npm ciand communicates with the officialapp.clay.comAPI for health checks, representing expected behavior for this integration. - [DATA_EXFILTRATION]: While the skill manages sensitive credentials like API keys and webhook secrets, it correctly instructs users to utilize secure platform-native secret stores (e.g.,
vercel env add,gcloud run --set-secrets) rather than storing them in plain text.
Audit Metadata