inngest-steps
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-steps description: Use Inngest step methods to build durable workflows.
Tool: SKILL.md [2/2] Description: requests by ~50% }, { event: "process/batch" }, async ({ event, step }) => { const results = await Promise.all( event.data.items.map((item, i) => step.run(`process-item-${i}`, () => processItem(item)) ) ); } ); ``` See **inngest-flow-control** for concurrency and throttling options.
Audit Metadata