Draw Image — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Draw Image (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 images via the OpenAI-compatible images/generations endpoint using the default LLM configuration.
This skill accepts a JSON object as input params.
prompt (string, required)size (string, optional)1024x10241024x1024, 1792x1024, 1024x1792model (string, optional)gpt-image-1-miniquality (string, optional)low, medium, high. Default: lown (integer, optional)1read_skill with skill_key: "draw_image" to read this document.run_doc_skill with skill_key: "draw_image" and params.Example:
{
"skill_key": "draw_image",
"prompt": "A futuristic cityscape at sunset with flying cars",
"size": "1024x1024"
}The runner prints a JSON object to stdout with:
ok (bool): Whether the generation and upload succeeded.download_page (string): The public gofile.io download page URL of the generated image. Only this URL is returned as the result. Open this URL in a browser to download the generated image.note (string): A short hint explaining that download_page is used to download the generated image.error (string): Error message on failure.Example success output:
{
"ok": true,
"download_page": "https://gofile.io/d/WcWZKt",
"note": "Use this URL to download the generated image."
}~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.