citedy-content-ingestion
Transforms URLs into structured content, extracting transcripts and metadata for LLM pipelines using Citedy's API.
Install this skill
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
Curl to non-GitHub URL
| 180 | curl -X POST https://www.citedy.com/api/agent/ingest \ |
Curl to non-GitHub URL
| 186 | curl https://www.citedy.com/api/agent/ingest/job_abc123 \ |
Curl to non-GitHub URL
| 190 | curl https://www.citedy.com/api/agent/ingest/job_abc123/content \ |
Curl to non-GitHub URL
| 203 | curl -X POST https://www.citedy.com/api/agent/ingest \ |
Curl to non-GitHub URL
| 218 | curl -X POST https://www.citedy.com/api/agent/ingest/batch \ |
Webhook reference - potential data exfiltration
| 154 | "callback_url": "https://your-service.com/webhook" // optional |
External URL reference
| 25 | privacy_policy_url: https://www.citedy.com/privacy |
External URL reference
| 34 | **Base URL:** `https://www.citedy.com` |
External URL reference
| 77 | POST https://www.citedy.com/api/agent/register |
External URL reference
| 105 | "url": "https://www.youtube.com/watch?v=example" |
External URL reference
| 150 | "https://example.com/article", |
External URL reference
| 151 | "https://www.youtube.com/watch?v=abc", |
External URL reference
| 152 | "https://example.com/doc.pdf" |
External URL reference
| 154 | "callback_url": "https://your-service.com/webhook" // optional |
External URL reference
| 176 | **User:** "Transcribe this YouTube video: https://www.youtube.com/watch?v=dQw4w9WgXcQ" |
External URL reference
| 180 | curl -X POST https://www.citedy.com/api/agent/ingest \ |
External URL reference
| 183 | -d '{"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"}' |
External URL reference
| 186 | curl https://www.citedy.com/api/agent/ingest/job_abc123 \ |
External URL reference
| 190 | curl https://www.citedy.com/api/agent/ingest/job_abc123/content \ |
External URL reference
| 200 | **User:** "Extract the main content from https://techcrunch.com/2026/01/01/ai-trends" |
External URL reference
| 203 | curl -X POST https://www.citedy.com/api/agent/ingest \ |
External URL reference
| 206 | -d '{"url": "https://techcrunch.com/2026/01/01/ai-trends"}' |
External URL reference
| 218 | curl -X POST https://www.citedy.com/api/agent/ingest/batch \ |
External URL reference
| 223 | "https://example.com/article-1", |
External URL reference
| 224 | "https://example.com/article-2", |
External URL reference
| 225 | "https://example.com/article-3", |
External URL reference
| 226 | "https://www.youtube.com/watch?v=abc123", |
External URL reference
| 227 | "https://example.com/report.pdf" |
External URL reference
| 289 | "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ" |
External URL reference
| 307 | "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ", |
External URL reference
| 341 | { "url": "https://...", "id": "job_abc123", "status": "queued" }, |
External URL reference
| 342 | { "url": "https://...", "id": "job_abc124", "status": "queued" } |
External URL reference
| 475 | Learn more at [citedy.com](https://www.citedy.com) or explore the `citedy-seo-agent` skill for the complete toolkit. |