trigger-getting-started
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the Trigger.dev CLI via
npx trigger.devto initialize projects, perform user authentication, and start the development server. - [EXTERNAL_DOWNLOADS]: Installs official vendor packages
@trigger.dev/sdkand@trigger.dev/buildfrom the NPM registry to set up the project environment. - [CREDENTIALS_UNSAFE]: The skill references management of the
TRIGGER_SECRET_KEY. It correctly identifies authentication and secret entry as human-only steps, providing explicit instructions to the agent to avoid attempting to automate these actions headlessly. Example values liketr_dev_xxxxxxxxare used as placeholders rather than hardcoded secrets.
Audit Metadata