zapier
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Communicates with official Zapier API endpoints at
actions.zapier.com. This is a well-known service and the interaction is necessary for the skill's primary functionality. - [COMMAND_EXECUTION]: Employs
bash -cto executecurlcommands. This pattern is used to facilitate API requests while ensuring environment variables like the API token are correctly handled within the shell context. - [CREDENTIALS_UNSAFE]: Uses an environment variable
ZAPIER_TOKENto manage the API key. The skill correctly instructs users to set this variable rather than hardcoding sensitive credentials into the file.
Audit Metadata