inngest-setup
Warn
Audited by Runlayer on Feb 21, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
SKILL.mdHIGH
78.3%
Malicious tool definition detected
Tool: SKILL.md [1/2] Description: --- name: inngest-setup description: Set up Inngest in a TypeScript project.
Tool: SKILL.md [2/2] Description: ``` ## Environment-Specific Setup ### Local Development ```env INNGEST_DEV=1 # No keys required in dev mode ``` ### Production ```env INNGEST_EVENT_KEY=evt_your_production_event_key INNGEST_SIGNING_KEY=signkey_your_production_signing_key ``` ### Custom Dev Server Port ```env INNGEST_DEV=1 INNGEST_BASE_URL=http://localhost:9999 ``` If your app runs on a non-standard port (not 3000), make sure the dev server can reach it by specifying the URL with `-u` flag.
Audit Metadata