Skip to main content

citedy-content-ingestion

Transforms URLs into structured content, extracting transcripts and metadata for LLM pipelines using Citedy's API.

Install this skill

or
47/100

Security score

The citedy-content-ingestion skill was audited on May 26, 2026 and we found 33 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 180

Curl to non-GitHub URL

SourceSKILL.md
180curl -X POST https://www.citedy.com/api/agent/ingest \
medium line 186

Curl to non-GitHub URL

SourceSKILL.md
186curl https://www.citedy.com/api/agent/ingest/job_abc123 \
medium line 190

Curl to non-GitHub URL

SourceSKILL.md
190curl https://www.citedy.com/api/agent/ingest/job_abc123/content \
medium line 203

Curl to non-GitHub URL

SourceSKILL.md
203curl -X POST https://www.citedy.com/api/agent/ingest \
medium line 218

Curl to non-GitHub URL

SourceSKILL.md
218curl -X POST https://www.citedy.com/api/agent/ingest/batch \
low line 154

Webhook reference - potential data exfiltration

SourceSKILL.md
154"callback_url": "https://your-service.com/webhook" // optional
low line 25

External URL reference

SourceSKILL.md
25privacy_policy_url: https://www.citedy.com/privacy
low line 34

External URL reference

SourceSKILL.md
34**Base URL:** `https://www.citedy.com`
low line 77

External URL reference

SourceSKILL.md
77POST https://www.citedy.com/api/agent/register
low line 105

External URL reference

SourceSKILL.md
105"url": "https://www.youtube.com/watch?v=example"
low line 150

External URL reference

SourceSKILL.md
150"https://example.com/article",
low line 151

External URL reference

SourceSKILL.md
151"https://www.youtube.com/watch?v=abc",
low line 152

External URL reference

SourceSKILL.md
152"https://example.com/doc.pdf"
low line 154

External URL reference

SourceSKILL.md
154"callback_url": "https://your-service.com/webhook" // optional
low line 176

External URL reference

SourceSKILL.md
176**User:** "Transcribe this YouTube video: https://www.youtube.com/watch?v=dQw4w9WgXcQ"
low line 180

External URL reference

SourceSKILL.md
180curl -X POST https://www.citedy.com/api/agent/ingest \
low line 183

External URL reference

SourceSKILL.md
183-d '{"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"}'
low line 186

External URL reference

SourceSKILL.md
186curl https://www.citedy.com/api/agent/ingest/job_abc123 \
low line 190

External URL reference

SourceSKILL.md
190curl https://www.citedy.com/api/agent/ingest/job_abc123/content \
low line 200

External URL reference

SourceSKILL.md
200**User:** "Extract the main content from https://techcrunch.com/2026/01/01/ai-trends"
low line 203

External URL reference

SourceSKILL.md
203curl -X POST https://www.citedy.com/api/agent/ingest \
low line 206

External URL reference

SourceSKILL.md
206-d '{"url": "https://techcrunch.com/2026/01/01/ai-trends"}'
low line 218

External URL reference

SourceSKILL.md
218curl -X POST https://www.citedy.com/api/agent/ingest/batch \
low line 223

External URL reference

SourceSKILL.md
223"https://example.com/article-1",
low line 224

External URL reference

SourceSKILL.md
224"https://example.com/article-2",
low line 225

External URL reference

SourceSKILL.md
225"https://example.com/article-3",
low line 226

External URL reference

SourceSKILL.md
226"https://www.youtube.com/watch?v=abc123",
low line 227

External URL reference

SourceSKILL.md
227"https://example.com/report.pdf"
low line 289

External URL reference

SourceSKILL.md
289"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
low line 307

External URL reference

SourceSKILL.md
307"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
low line 341

External URL reference

SourceSKILL.md
341{ "url": "https://...", "id": "job_abc123", "status": "queued" },
low line 342

External URL reference

SourceSKILL.md
342{ "url": "https://...", "id": "job_abc124", "status": "queued" }
low line 475

External URL reference

SourceSKILL.md
475Learn more at [citedy.com](https://www.citedy.com) or explore the `citedy-seo-agent` skill for the complete toolkit.
Scanned on May 26, 2026
View Security Dashboard
Installation guide →
GitHub Stars 13
Rate this skill
Categorymarketing
UpdatedJune 15, 2026
citedy/citedy-seo-agent