creo-image-generation — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited creo-image-generation (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Generate, optimize, and manage marketing images using AI (DALL-E 3 or ComfyUI with Stable Diffusion XL).
| Command | Description |
|---|---|
/creo image-generation generate | Generate all images using DALL-E 3 |
/creo image-generation generate --seo-only | Generate only SEO/OG images |
/creo image-generation generate --optimize-only | Optimize existing images (resize, compress) |
/creo image-generation estimate | Show cost estimation without generating |
/creo image-generation optimize | Optimize all images in output directory |
/creo image-generation comfyui | Generate images using local ComfyUI (SDXL) |
/creo image-generation comfyui landing | Generate only landing page images via ComfyUI |
paths.js (or uses defaults)prompts.js file (set via PROMPTS_FILE env var)comfyui/SETUP.md)| Variable | Required | Description |
|---|---|---|
OPENAI_API_KEY | Yes (DALL-E) | OpenAI API key for DALL-E 3 generation |
IMAGE_CONFIG_DIR | No | Directory containing paths.js config |
IMAGE_OUTPUT_DIR | No | Output directory for generated images |
PROMPTS_FILE | No | Path to prompts.js with generation prompts |
APP_NAME | No | Application name for SEO image overlays |
COMFYUI_URL | No | ComfyUI server URL (default: http://127.0.0.1:8000) |
| Quality | Size | Cost per Image |
|---|---|---|
| Standard | 1024x1024 | $0.040 |
| HD | 1792x1024 | $0.080 |
Always run --estimate first to review costs before generating.
The extension code lives in the lib/ directory:
# Check cost
node index.js generate --estimate
# Generate all
OPENAI_API_KEY=sk-... node index.js generate
# Generate HD quality
OPENAI_API_KEY=sk-... node index.js generate --quality=hd# Start ComfyUI first, then:
node comfyui/generate-batch.js
node comfyui/generate-batch.js landing
node comfyui/generate-batch.js features audionode index.js generate --optimize-only~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.