Skip to main content

automation-pipeline

Automates multi-step workflows by building composable data pipelines triggered by events, enhancing efficiency in data processing.

Install this skill

or
72/100

Security score

The automation-pipeline skill was audited on Mar 4, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 8

Webhook reference - potential data exfiltration

SourceSKILL.md
8Automation Pipeline designs, builds, and executes multi-step automation pipelines that chain collectors, transforms, and actions into composable workflows. Pipelines can be triggered by cron schedules
medium line 16

Webhook reference - potential data exfiltration

SourceSKILL.md
16- User needs event-driven automation (webhook triggers, file watchers)
medium line 76

Webhook reference - potential data exfiltration

SourceSKILL.md
76| `webhook-post` | POST to URL | `{ url: "https://...", headers: {} }` |
medium line 83

Webhook reference - potential data exfiltration

SourceSKILL.md
83| `webhook` | HTTP endpoint trigger | `{ path: "/pipeline/morning", method: "POST" }` |
medium line 217

Webhook reference - potential data exfiltration

SourceSKILL.md
217- [ ] Trigger configured (cron, webhook, event, or manual)
low line 240

Webhook reference - potential data exfiltration

SourceSKILL.md
240"type": { "enum": ["cron", "webhook", "event", "manual"] },
low line 76

External URL reference

SourceSKILL.md
76| `webhook-post` | POST to URL | `{ url: "https://...", headers: {} }` |
low line 230

External URL reference

SourceSKILL.md
230"$schema": "https://json-schema.org/draft/2020-12/schema",
Scanned on Mar 4, 2026
View Security Dashboard