logo-creator
Audited by Runlayer on Feb 21, 2026
Malicious tool definition detected
Tool: .claude-plugin/plugin.json Description: { "name": "logo-creator", "version": "1.0.0", "description": "Create logos using AI image generation.
Malicious tool definition detected
Tool: SKILL.md Description: --- name: logo-creator description: Create logos using AI image generation.
Malicious tool definition detected
Tool: examples/opc-logo-creation.md Description: # Example: Creating OPC Skills Logo **User:** Create a logo for opc.dev - it's a website for agent skills for one person companies. **Agent:** I'll help you create a logo for OPC Skills.
Malicious tool definition detected
Tool: references/styles.md Description: # Logo Styles Reference Common logo styles and prompt patterns for AI image generation. ## Style Categories ### 1.
Malicious tool definition detected
Tool: scripts/crop_logo.py Description: #!/usr/bin/env python3 """ Crop whitespace from logo and center in 1:1 square.
Malicious tool definition detected
Tool: scripts/remove_bg.py Description: #!/usr/bin/env python3 """ Remove background from image using remove.bg API.
Malicious tool definition detected
Tool: scripts/vectorize.py Description: #!/usr/bin/env python3 """ Convert raster image to SVG using Recraft API.
Malicious tool definition detected
Tool: templates/preview.html Description: <!DOCTYPE html> <html> <head> <title>Logo Preview Gallery</title> <style> * { box-sizing: border-box; } body { font-family: system-ui, -apple-system, sans-serif; background: #1a1a1a; padding: 20px; margin: 0; color: white; } h1 { text-align: center; margin-bottom: 10px; } .subtitle { text-align: center; color: #888; margin-bottom: 30px; } .controls { text-align: center; margin-bottom: 20px; } .controls input { padding: 8px 16px; font-size: 14px; border: