trigger-cli
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes
npx trigger.dev@latestto run the official CLI tool from Trigger.dev, which is a recognized service for background task management. - [COMMAND_EXECUTION]: The instructions involve executing standard CLI commands such as
dev,deploy, andwhoami. These are routine operations for managing the Trigger.dev platform integration. - [CREDENTIALS_UNSAFE]: The documentation references the use of
TRIGGER_ACCESS_TOKENas an environment variable for authentication in CI environments. This aligns with industry best practices for secret handling and does not contain hardcoded credentials.
Audit Metadata