Skip to main content

Automated Content Generation Pipeline Skill

Automates content generation by scraping viral posts and creating original scripts, captions, and schedules for social media.

Install this skill

or
0/100

Security score

The Automated Content Generation Pipeline Skill skill was audited on Mar 3, 2026 and we found 44 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 191

Template literal with variable interpolation in command context

SourceSKILL.md
191const prompt = `
medium line 240

Template literal with variable interpolation in command context

SourceSKILL.md
240const prompt = `
medium line 284

Template literal with variable interpolation in command context

SourceSKILL.md
284const prompt = `
medium line 341

Template literal with variable interpolation in command context

SourceSKILL.md
341const prompt = `
medium line 402

Template literal with variable interpolation in command context

SourceSKILL.md
402const scheduledTime = new Date(`${day.date}T${post.time}:00`);
medium line 409

Template literal with variable interpolation in command context

SourceSKILL.md
409profile_ids: [process.env[`BUFFER_${post.platform.toUpperCase()}_ID`]],
medium line 413

Template literal with variable interpolation in command context

SourceSKILL.md
413{ headers: { Authorization: `Bearer ${BUFFER_TOKEN}` } }
medium line 428

Template literal with variable interpolation in command context

SourceSKILL.md
428console.log(`āœ… Scheduled: [${post.platform}] ${day.date} ${post.time}`);
medium line 442

Template literal with variable interpolation in command context

SourceSKILL.md
442console.log(`\nšŸ­ Content Pipeline started — ${new Date().toISOString()}`);
medium line 450

Template literal with variable interpolation in command context

SourceSKILL.md
450console.log(` āœ… ${viralContent.length} viral posts collected`);
medium line 456

Template literal with variable interpolation in command context

SourceSKILL.md
456console.log(` āœ… ${hookAnalysis.hookPatterns.length} hook patterns identified`);
medium line 457

Template literal with variable interpolation in command context

SourceSKILL.md
457console.log(` šŸ’” Key insight: ${hookAnalysis.keyInsight}`);
medium line 463

Template literal with variable interpolation in command context

SourceSKILL.md
463console.log(` āœ… ${scripts.scripts.length} scripts generated`);
medium line 469

Template literal with variable interpolation in command context

SourceSKILL.md
469console.log(` āœ… Captions written for ${captions.posts.length} posts`);
medium line 477

Template literal with variable interpolation in command context

SourceSKILL.md
477console.log(` āœ… ${calendar.weekSummary.totalPosts} posts scheduled for the week`);
medium line 481

Template literal with variable interpolation in command context

SourceSKILL.md
481console.log(` • Viral posts scraped: ${report.postsScraped}`);
medium line 482

Template literal with variable interpolation in command context

SourceSKILL.md
482console.log(` • Hook patterns found: ${report.hookPatterns}`);
medium line 483

Template literal with variable interpolation in command context

SourceSKILL.md
483console.log(` • Scripts generated: ${report.scriptsGenerated}`);
medium line 484

Template literal with variable interpolation in command context

SourceSKILL.md
484console.log(` • Posts scheduled: ${report.totalPostsScheduled}`);
medium line 485

Template literal with variable interpolation in command context

SourceSKILL.md
485console.log(` • Best day this week: ${calendar.weekSummary.bestDayToPost}`);
medium line 486

Template literal with variable interpolation in command context

SourceSKILL.md
486console.log(` • Strategy: ${calendar.weekSummary.strategy}`);
low line 53

Webhook reference - potential data exfiltration

SourceSKILL.md
53│ │ Buffer │ Later │ Hootsuite │ Custom Webhook │ │
low line 417

Webhook reference - potential data exfiltration

SourceSKILL.md
417// Or push to your own webhook / CMS
low line 418

Webhook reference - potential data exfiltration

SourceSKILL.md
418if (process.env.PUBLISH_WEBHOOK_URL) {
low line 419

Webhook reference - potential data exfiltration

SourceSKILL.md
419await axios.post(process.env.PUBLISH_WEBHOOK_URL, {
low line 524

Webhook reference - potential data exfiltration

SourceSKILL.md
524PUBLISH_WEBHOOK_URL=https://your-app.com/webhooks/publish
low line 527

Webhook reference - potential data exfiltration

SourceSKILL.md
527SLACK_WEBHOOK_URL=https://hooks.slack.com/services/xxx/xxx/xxx
low line 93

Access to .env file

SourceSKILL.md
93const apify = new ApifyClient({ token: process.env.APIFY_TOKEN });
low line 184

Access to .env file

SourceSKILL.md
184'x-api-key': process.env.CLAUDE_API_KEY,
low line 398

Access to .env file

SourceSKILL.md
398const BUFFER_TOKEN = process.env.BUFFER_ACCESS_TOKEN;
low line 409

Access to .env file

SourceSKILL.md
409profile_ids: [process.env[`BUFFER_${post.platform.toUpperCase()}_ID`]],
low line 418

Access to .env file

SourceSKILL.md
418if (process.env.PUBLISH_WEBHOOK_URL) {
low line 419

Access to .env file

SourceSKILL.md
419await axios.post(process.env.PUBLISH_WEBHOOK_URL, {
low line 515

Access to .env file

SourceSKILL.md
515# .env
low line 12

External URL reference

SourceSKILL.md
12> šŸ”— Apify: https://www.apify.com/?fpr=dx06p
low line 64

External URL reference

SourceSKILL.md
641. Sign up at **https://www.apify.com/?fpr=dx06p**
low line 122

External URL reference

SourceSKILL.md
122{ url: "https://www.reddit.com/r/Entrepreneur/" },
low line 123

External URL reference

SourceSKILL.md
123{ url: "https://www.reddit.com/r/productivity/" },
low line 124

External URL reference

SourceSKILL.md
124{ url: "https://www.reddit.com/r/personalfinance/" }
low line 182

External URL reference

SourceSKILL.md
182baseURL: 'https://api.anthropic.com/v1',
low line 406

External URL reference

SourceSKILL.md
406'https://api.bufferapp.com/1/updates/create.json',
low line 524

External URL reference

SourceSKILL.md
524PUBLISH_WEBHOOK_URL=https://your-app.com/webhooks/publish
low line 527

External URL reference

SourceSKILL.md
527SLACK_WEBHOOK_URL=https://hooks.slack.com/services/xxx/xxx/xxx
low line 576

External URL reference

SourceSKILL.md
576- **Apify** account → https://www.apify.com/?fpr=dx06p
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →