Skip to main content

lindy-observability

Enables observability for Lindy AI integrations, facilitating monitoring, logging, and metrics collection for enhanced operational insights.

Install this skill

or
77/100

Security score

The lindy-observability skill was audited on May 12, 2026 and we found 7 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 107

Template literal with variable interpolation in command context

SourceSKILL.md
107if (auth !== `Bearer ${process.env.LINDY_WEBHOOK_SECRET}`) {
medium line 31

Webhook reference - potential data exfiltration

SourceSKILL.md
31the dashboard. External observability requires webhook callbacks, the Task Completed
medium line 36

Webhook reference - potential data exfiltration

SourceSKILL.md
36- For external monitoring: webhook receiver + metrics stack (Prometheus/Grafana, Datadog)
medium line 73

Webhook reference - potential data exfiltration

SourceSKILL.md
73### Step 3: Webhook-Based Metrics Collection
low line 107

Webhook reference - potential data exfiltration

SourceSKILL.md
107if (auth !== `Bearer ${process.env.LINDY_WEBHOOK_SECRET}`) {
low line 107

Access to .env file

SourceSKILL.md
107if (auth !== `Bearer ${process.env.LINDY_WEBHOOK_SECRET}`) {
low line 129

External URL reference

SourceSKILL.md
129- **URL**: `https://monitoring.yourapp.com/lindy/metrics`
Scanned on May 12, 2026
View Security Dashboard
Installation guide →