Skip to main content

lindy-debug-bundle

Provides a comprehensive debugging toolkit for Lindy AI agents, facilitating diagnostics and support ticket preparation.

Install this skill

or
79/100

Security score

The lindy-debug-bundle skill was audited on Feb 28, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 28

Template literal with variable interpolation in command context

SourceSKILL.md
28```bash
medium line 114

Template literal with variable interpolation in command context

SourceSKILL.md
114const filename = `lindy-debug-${Date.now()}.json`;
medium line 116

Template literal with variable interpolation in command context

SourceSKILL.md
116console.log(`Bundle saved to: ${filename}`);
low line 61

Access to .env file

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

Access to .env file

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

External URL reference

SourceSKILL.md
51https://api.lindy.ai/v1/users/me
low line 142

External URL reference

SourceSKILL.md
142https://api.lindy.ai/v1/users/me | jq '.email'
low line 156

External URL reference

SourceSKILL.md
156- [Lindy Support](https://support.lindy.ai)
low line 157

External URL reference

SourceSKILL.md
157- [Status Page](https://status.lindy.ai)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →