Skip to main content

ingesting-data

Provides data ingestion patterns for loading data from various sources into databases, supporting ETL pipelines and real-time data processing.

Install this skill

or
91/100

Security score

The ingesting-data skill was audited on Feb 12, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 105

Webhook reference - potential data exfiltration

SourceSKILL.md
105// Webhook receiver for real-time ingestion
low line 108

Webhook reference - potential data exfiltration

SourceSKILL.md
108app.post("/webhooks/stripe", async (c) => {
low line 111

Webhook reference - potential data exfiltration

SourceSKILL.md
111// Validate webhook signature
medium line 265

Webhook reference - potential data exfiltration

SourceSKILL.md
265- `references/api-feeds.md` - REST polling, webhooks, GraphQL subscriptions
low line 44

External URL reference

SourceSKILL.md
44response = requests.get(f"https://api.github.com/repos/{repo}/issues")
Scanned on Feb 12, 2026
View Security Dashboard