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 24, 2026 and we found 7 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 113

Template literal with variable interpolation in command context

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

Webhook reference - potential data exfiltration

SourceSKILL.md
32the dashboard. External observability requires webhook callbacks, the Task Completed
medium line 38

Webhook reference - potential data exfiltration

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

Webhook reference - potential data exfiltration

SourceSKILL.md
78### Step 3: Webhook-Based Metrics Collection
low line 113

Webhook reference - potential data exfiltration

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

Access to .env file

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

External URL reference

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