Skip to main content

lindy-prod-checklist

Ensures production readiness for Lindy AI deployments with a comprehensive checklist and validation scripts.

Install this skill

or
51/100

Security score

The lindy-prod-checklist skill was audited on Jun 2, 2026 and we found 15 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 45

Webhook reference - potential data exfiltration

SourceSKILL.md
45- [ ] Webhook secrets generated for all webhook triggers
medium line 46

Webhook reference - potential data exfiltration

SourceSKILL.md
46- [ ] Webhook receivers verify Bearer token on every request
medium line 72

Webhook reference - potential data exfiltration

SourceSKILL.md
72- [ ] Webhooks: endpoint URLs use production domains (not ngrok/dev)
medium line 83

Webhook reference - potential data exfiltration

SourceSKILL.md
83- [ ] Webhook receivers return 200 quickly (process async)
low line 122

Webhook reference - potential data exfiltration

SourceSKILL.md
122"https://public.lindy.ai/api/v1/webhooks/health" 2>/dev/null || echo "000")
low line 125

Webhook reference - potential data exfiltration

SourceSKILL.md
125# 2. Webhook endpoint health
low line 126

Webhook reference - potential data exfiltration

SourceSKILL.md
126echo "[2/4] Testing webhook receiver..."
low line 129

Webhook reference - potential data exfiltration

SourceSKILL.md
129[ "$ENDPOINT_STATUS" = "200" ] && echo " OK: Webhook receiver healthy" || echo " FAIL: Receiver returned $ENDPOINT_STATUS"
low line 134

Webhook reference - potential data exfiltration

SourceSKILL.md
134[ -n "$LINDY_WEBHOOK_SECRET" ] && echo " OK: LINDY_WEBHOOK_SECRET set" || echo " FAIL: LINDY_WEBHOOK_SECRET missing"
high line 72

Ngrok tunnel reference

SourceSKILL.md
72- [ ] Webhooks: endpoint URLs use production domains (not ngrok/dev)
medium line 47

Access to .env file

SourceSKILL.md
47- [ ] `.env` files excluded from version control
low line 122

External URL reference

SourceSKILL.md
122"https://public.lindy.ai/api/v1/webhooks/health" 2>/dev/null || echo "000")
low line 128

External URL reference

SourceSKILL.md
128"https://your-app.com/health" 2>/dev/null || echo "000")
low line 166

External URL reference

SourceSKILL.md
166- [Lindy Pricing](https://www.lindy.ai/pricing)
low line 167

External URL reference

SourceSKILL.md
167- [Lindy Security](https://www.lindy.ai/security)
Scanned on Jun 2, 2026
View Security Dashboard
Installation guide →