inngest-events

Warn

Audited by Runlayer on Feb 21, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
1
Flagged
1
Chunks
2
Flagged Files (1)
SKILL.mdHIGH
78.3%

Malicious tool definition detected

Tool: SKILL.md [1/2] Description: --- name: inngest-events description: Design and send Inngest events.

Tool: SKILL.md [2/2] Description: // inngest/client.ts import { Inngest } from "inngest"; export const inngest = new Inngest({ id: "my-app" }); // You must set INNGEST_EVENT_KEY environment variable in production ``` ### Single Event ```typescript const result = await inngest.send({ name: "order/placed", data: { orderId: "ord_123", customerId: "cus_456", amount: 2500, items: [ { id: "item_1", quantity: 2 }, { id: "item_2", quantity: 1 } ] } }); // Returns event IDs for tracking console.log(resul

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
1
Files Flagged
1
Chunks Analyzed
2
Analyzed
Feb 21, 2026, 07:04 PM
Security Audit — runlayer — inngest-events