skills/image-generation/SKILL.md
Generate images via OpenAI (DALL-E / gpt-image-1) or Stable Diffusion (AUTOMATIC1111-compatible) endpoints.
npx skillsauth add 47network/Sven image-generationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate images from text prompts using either OpenAI's image generation APIs or a Stable Diffusion endpoint (AUTOMATIC1111-compatible).
OPENAI_API_KEY (required)OPENAI_IMAGE_MODEL (optional, default gpt-image-1)STABLE_DIFFUSION_URL (optional, default http://127.0.0.1:7860)STABLE_DIFFUSION_API_KEY (optional, for reverse proxies)Image generation produces new media artifacts and can incur external API costs. Treat this as write scope and require user approval when cost controls or restricted content policies apply.
api.openai.comSTABLE_DIFFUSION_URLimage.generate: write (creates media artifacts)image.generate.safe: write (same scope, but enforce safe prompt policies if configured)This skill returns data URLs by default for easy rendering in clients. Persist outputs to object storage if needed.
development
Automated web testing advisor — generate Playwright test scripts, accessibility checks, and performance audits.
testing
Unified security posture reporting — combines SAST, dependency audit, secret scan, infrastructure scan, and pentest results into a single scored report with OWASP and SOC 2 compliance mapping, top risks, and remediation recommendations.
development
Detect hardcoded secrets, API keys, tokens, private keys, and credentials in source code and config files. 20 built-in patterns covering AWS, GitHub, Slack, Stripe, database URLs, JWTs, and more.
development
Static Application Security Testing — scan TypeScript/JavaScript source code for SQL injection, XSS, SSRF, path traversal, command injection, hardcoded secrets, insecure crypto, auth bypass, prototype pollution, and more. 14 built-in rules mapped to OWASP Top 10 and CWE.