Text-to-image generation, inpainting, and img2img.
56
66%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Fix and improve this skill with Tessl
tessl review fix ./optional-skills/mlops/stable-diffusion/SKILL.mdSecurity
1 critical severity finding. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.
Detected high-risk code patterns in the skill content — including its prompts, tool definitions, and resources — such as data exfiltration, backdoors, remote code execution, credential theft, system compromise, supply chain attacks, and obfuscation techniques.
The documentation and examples deliberately disable the pipeline safety checker (bypassing content moderation) and include an unauthenticated HTTP generation endpoint with Docker instructions that expose it publicly — patterns that enable abuse and remote misuse.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
In the FastAPI runtime path, the required workflow ingests outsider-authored free text from the HTTP request body field `prompt` (and `negative_prompt`) and passes it directly to `pipe(...)` for text encoding.
6680afb
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.