Skip to main content

lindy-upgrade-migration

Provides a comprehensive guide for upgrading the Lindy SDK and migrating configurations, ensuring smooth transitions between versions.

Install this skill

or
97/100

Security score

The lindy-upgrade-migration skill was audited on Feb 25, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 76

Access to .env file

SourceSKILL.md
76const client = new Lindy(process.env.LINDY_API_KEY);
low line 81

Access to .env file

SourceSKILL.md
81const client = new Lindy({ apiKey: process.env.LINDY_API_KEY });
low line 91

Access to .env file

SourceSKILL.md
91const lindy = new Lindy({ apiKey: process.env.LINDY_API_KEY });
Scanned on Feb 25, 2026
View Security Dashboard