Skip to main content

lindy-local-dev-loop

Facilitates local development workflows for Lindy AI agents, enabling hot reload and efficient testing with TypeScript support.

Install this skill

or
88/100

Security score

The lindy-local-dev-loop skill was audited on Feb 28, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 72

Template literal with variable interpolation in command context

SourceSKILL.md
72console.log(`Testing agent ${agentId} with: "${input}"`);
medium line 77

Template literal with variable interpolation in command context

SourceSKILL.md
77console.log(`Response (${Date.now() - start}ms): ${result.output}`);
low line 69

Access to .env file

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

Access to .env file

SourceSKILL.md
111# .env file
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →