replit-webhooks-events
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard boilerplate code for building webhooks and extensions on Replit.
- [DATA_EXPOSURE]: Accesses environment variables (e.g., DATABASE_URL, JWT_SECRET, SLACK_WEBHOOK_URL) using process.env, which is the standard and secure way to handle secrets on the Replit platform.
- [EXTERNAL_DOWNLOADS]: References standard Node.js packages (express, pg) and official Replit-scoped packages (@replit/object-storage, @replit/extensions-react).
Audit Metadata