banner-creator
Audited by Runlayer on Feb 21, 2026
Malicious tool definition detected
Tool: .claude-plugin/plugin.json Description: { "name": "banner-creator", "version": "1.0.0", "description": "Create banners using AI image generation.
Malicious tool definition detected
Tool: SKILL.md Description: --- name: banner-creator description: Create banners using AI image generation. Discuss format/style, generate variations, iterate with user feedback, crop to target ratio.
Malicious tool definition detected
Tool: examples/opc-banner-creation.md Description: # Example: OPC Skills Banner Creation **User:** Create a banner for opc.dev GitHub README.
Malicious tool definition detected
Tool: references/formats.md Description: # Banner Formats Reference ## Platform-Specific Sizes | Platform | Size (px) | Ratio | Notes | |----------|-----------|-------|-------| | **GitHub README** | 1280×640 | 2:1 | Most common for project banners | | **Twitter/X Header** | 1500×500 | 3:1 | Profile header image | | **LinkedIn Banner** | 1584×396 | 4:1 | Personal profile background | | **LinkedIn Company** | 1128×191 | ~6:1 | Company page banner | | **YouTube Channel** | 2560×1440 | 16:9 | Channe
Malicious tool definition detected
Tool: scripts/crop_banner.py Description: #!/usr/bin/env python3 """ Crop banner to target aspect ratio.
Malicious tool definition detected
Tool: templates/preview.html Description: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Banner Preview</title> <style> * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #1a1a1a; color: #fff; padding: 20px; } h1 { text-align: center; margin-bottom: 20px; font-weight: 300; } .grid { display: grid; grid-t