Skip to main content

ai-generated-readme-banners

Generates professional ultra-wide cinematic banners for GitHub READMEs using advanced AI models with customizable typography options.

Install this skill

or
74/100

Security score

The ai-generated-readme-banners skill was audited on Mar 1, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 328

Template literal with variable interpolation in command context

SourceSKILL.md
328console.log(`šŸŽØ Generating: ${banner.title}`);
medium line 357

Template literal with variable interpolation in command context

SourceSKILL.md
357await downloadImage(imageUrl, `assets/${banner.filename}`);
medium line 358

Template literal with variable interpolation in command context

SourceSKILL.md
358console.log(`āœ… Saved: ${banner.filename}`);
medium line 383

Template literal with variable interpolation in command context

SourceSKILL.md
383console.log(`\nāœ… Generated ${results.length} banners`);
medium line 384

Template literal with variable interpolation in command context

SourceSKILL.md
384console.log(`šŸ’° Total cost: $${(results.length * 0.08).toFixed(2)}`);
low line 262

Access to .env file

SourceSKILL.md
262auth: process.env.REPLICATE_API_TOKEN,
Scanned on Mar 1, 2026
View Security Dashboard