lindy-prod-checklist
Ensures production readiness for Lindy AI deployments with a comprehensive checklist and validation scripts.
Install this skill
Security score
The lindy-prod-checklist skill was audited on May 12, 2026 and we found 16 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Webhook reference - potential data exfiltration
| 42 | - [ ] Webhook secrets generated for all webhook triggers |
Webhook reference - potential data exfiltration
| 43 | - [ ] Webhook receivers verify Bearer token on every request |
Webhook reference - potential data exfiltration
| 67 | - [ ] Webhooks: endpoint URLs use production domains (not ngrok/dev) |
Webhook reference - potential data exfiltration
| 77 | - [ ] Webhook receivers return 200 quickly (process async) |
Webhook reference - potential data exfiltration
| 112 | "https://public.lindy.ai/api/v1/webhooks/health" 2>/dev/null || echo "000") |
Webhook reference - potential data exfiltration
| 115 | # 2. Webhook endpoint health |
Webhook reference - potential data exfiltration
| 116 | echo "[2/4] Testing webhook receiver..." |
Webhook reference - potential data exfiltration
| 119 | [ "$ENDPOINT_STATUS" = "200" ] && echo " OK: Webhook receiver healthy" || echo " FAIL: Receiver returned $ENDPOINT_STATUS" |
Webhook reference - potential data exfiltration
| 124 | [ -n "$LINDY_WEBHOOK_SECRET" ] && echo " OK: LINDY_WEBHOOK_SECRET set" || echo " FAIL: LINDY_WEBHOOK_SECRET missing" |
Ngrok tunnel reference
| 67 | - [ ] Webhooks: endpoint URLs use production domains (not ngrok/dev) |
Access to .env file
| 44 | - [ ] `.env` files excluded from version control |
External URL reference
| 112 | "https://public.lindy.ai/api/v1/webhooks/health" 2>/dev/null || echo "000") |
External URL reference
| 118 | "https://your-app.com/health" 2>/dev/null || echo "000") |
External URL reference
| 127 | echo "[4/4] Credit status: Check at https://app.lindy.ai/settings/billing" |
External URL reference
| 155 | - [Lindy Pricing](https://www.lindy.ai/pricing) |
External URL reference
| 156 | - [Lindy Security](https://www.lindy.ai/security) |