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
89/100

Security score

The lindy-prod-checklist skill was audited on Mar 3, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 131

Template literal with variable interpolation in command context

SourceSKILL.md
131console.log(`Status: ${passed ? 'PASSED' : 'FAILED'}`);
low line 85

Access to .env file

SourceSKILL.md
85const lindy = new Lindy({ apiKey: process.env.LINDY_API_KEY });
low line 111

Access to .env file

SourceSKILL.md
111apiKey: !!process.env.LINDY_API_KEY,
low line 112

Access to .env file

SourceSKILL.md
112environment: process.env.LINDY_ENVIRONMENT === 'production',
low line 117

Access to .env file

SourceSKILL.md
117const lindy = new Lindy({ apiKey: process.env.LINDY_API_KEY });
low line 171

External URL reference

SourceSKILL.md
171- [SLA Information](https://lindy.ai/sla)
low line 172

External URL reference

SourceSKILL.md
172- [Support](https://support.lindy.ai)
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →