Inngest
Analysis
The skill is coherent for managing Inngest, but it should be reviewed because it uses undeclared Inngest credentials and can send, cancel, or replay background jobs.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
curl -X DELETE ... "https://api.inngest.com/v1/runs/$RUN_ID"
The skill documents a destructive management API operation for canceling a function run, alongside replay and event-sending commands, without explicit confirmation or scoping guidance.
Source: unknown; Homepage: none
The skill has limited provenance information. There is no executable code or install step shown, so this is a provenance note rather than a direct code-supply-chain concern.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Requires INNGEST_EVENT_KEY and INNGEST_SIGNING_KEY env vars.
The skill requires account credentials, including a signing key for the management API, while the registry metadata lists no required env vars or primary credential.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
curl -X POST "https://inn.gs/e/$INNGEST_EVENT_KEY" ... -d '[{"name":"app/email.sent","data":{"to":"a@example.com"}}]'The skill sends event payloads, which may contain user or business data, to the external Inngest ingestion endpoint; this is purpose-aligned but should be understood by the user.
