inngest-setup
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to run standard development commands, including package installations (
npm install,yarn add,pnpm add,bun add) and the Inngest CLI tool (npx inngest-cli). These are expected operations for a setup skill. - [EXTERNAL_DOWNLOADS]: The skill fetches official vendor packages (
inngestandinngest-cli) from the public npm registry. It also references official documentation on the Inngest website. - [CREDENTIALS_UNSAFE]: The skill correctly advises users to manage sensitive keys like
INNGEST_EVENT_KEYandINNGEST_SIGNING_KEYusing environment variables and includes a specific warning against hardcoding them in source code.
Audit Metadata