Audit History
generate-image - 7 audits
Version comparison
Capability and finding changes across audited versions, newest first.
| Version | Date | Result | Review items | Change vs previous |
|---|---|---|---|---|
| v7 Latest | Jul 5, 2026, 05:47 PM | 1 confirmed | 1 | No capability change |
| v6 | Jul 5, 2026, 05:47 PM | 1 confirmed | 1 | No capability change |
| v5 | Jun 30, 2026, 06:27 AM | 3 confirmed | 0 | No capability change |
| v4 | Jan 17, 2026, 07:28 AM | No confirmed findings | 0 | No capability change |
| v3 | Jan 17, 2026, 07:28 AM | No confirmed findings | 0 | No capability change |
| v2 | Jan 12, 2026, 04:57 PM | No confirmed findings | 0 | External commands Contains scripts |
| v1 | Jan 4, 2026, 04:28 PM | No confirmed findings | 0 | Baseline |
Jul 5, 2026, 05:47 PM
Most static findings are false positives caused by Markdown examples, JSON evaluation prose, expected OpenRouter API authentication, and normal base64 image handling. The script has a bounded confirmed filesystem risk because it writes API-returned image bytes to a caller-selected path. A high-severity semantic issue remains because evaluation.json embeds self-audit claims that could influence automated review.
Confirmed security concerns (1)
Capability review items (1)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
🌐 Network access (10)
🔑 Env variables (24)
📁 Filesystem access (1)
⚙️ External commands (39)
Jul 5, 2026, 05:47 PM
Most static findings are false positives caused by Markdown examples, JSON evaluation prose, expected OpenRouter API authentication, and normal base64 image handling. The script has a bounded confirmed filesystem risk because it writes API-returned image bytes to a caller-selected path. A high-severity semantic issue remains because evaluation.json embeds self-audit claims that could influence automated review.
Confirmed security concerns (1)
Capability review items (1)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
🌐 Network access (10)
🔑 Env variables (24)
📁 Filesystem access (1)
⚙️ External commands (39)
Jun 30, 2026, 06:27 AM
The critical static findings are false positives after review: the network, base64, and API key patterns support the documented OpenRouter image workflow. The skill still has medium marketplace risk because it reads an OpenRouter key, sends prompts and optional local input images to a third-party API, and writes output files to user-selected paths.
Confirmed security concerns (3)
Static false positives ignored (3)
These static matches were dismissed by semantic review or matched schema-only tokens, so they are shown for transparency but do not drive the quality score.
Risk Factors
🌐 Network access (4)
🔑 Env variables (4)
📁 Filesystem access (3)
⚙️ External commands (3)
Detected Patterns
Jan 17, 2026, 07:28 AM
All 153 static findings are FALSE POSITIVES. The skill is a legitimate image generation tool using OpenRouter API. The static scanner flagged standard API key handling, base64 image encoding, and documentation code blocks as suspicious patterns. No malicious intent or exfiltration behavior was found. The code performs exactly as documented - generating images via API calls to https://openrouter.ai/api/v1/chat/completions.
Risk Factors
🌐 Network access (1)
📁 Filesystem access (1)
🔑 Env variables (1)
⚙️ External commands (1)
Jan 17, 2026, 07:28 AM
All 153 static findings are FALSE POSITIVES. The skill is a legitimate image generation tool using OpenRouter API. The static scanner flagged standard API key handling, base64 image encoding, and documentation code blocks as suspicious patterns. No malicious intent or exfiltration behavior was found. The code performs exactly as documented - generating images via API calls to https://openrouter.ai/api/v1/chat/completions.
Risk Factors
🌐 Network access (1)
📁 Filesystem access (1)
🔑 Env variables (1)
⚙️ External commands (1)
Jan 12, 2026, 04:57 PM
All 99 static findings are FALSE POSITIVES. The skill is a legitimate image generation tool using OpenRouter API. The static scanner flagged standard API key handling, base64 image encoding, and documentation code blocks as suspicious patterns. No malicious intent or exfiltration behavior was found. The code performs exactly as documented - generating images via API calls.
Risk Factors
🌐 Network access (1)
📁 Filesystem access (1)
🔑 Env variables (1)
⚙️ External commands (1)
Jan 4, 2026, 04:28 PM
This is a legitimate image generation script. It reads a local .env file for the OpenRouter API key and sends prompts and optional images to the documented OpenRouter endpoint. No credential harvesting, persistence mechanisms, or execution of external code was found. The code behavior matches its stated purpose.