審計歷史
nano-image-generator - 4 審計
審計版本 4
最新 安全Jan 17, 2026, 08:18 AM
This skill is a legitimate image generation tool using Google's Gemini API. The static analyzer flagged 217 issues, but nearly all are false positives from documentation files containing code examples in markdown. The actual executable code (generate_image.py) contains only legitimate API calls to Google's Gemini service with no malicious behavior.
審計版本 3
安全Jan 17, 2026, 08:18 AM
This skill is a legitimate image generation tool using Google's Gemini API. The static analyzer flagged 217 issues, but nearly all are false positives from documentation files containing code examples in markdown. The actual executable code (generate_image.py) contains only legitimate API calls to Google's Gemini service with no malicious behavior.
審計版本 2
低風險Jan 5, 2026, 09:38 AM
The skill is a legitimate image generation tool using Google's Gemini API. It makes network calls only to the official Google API endpoint, validates user inputs, and handles files safely. The only security concern is that API keys are hardcoded in the script rather than using environment variables.
低風險問題 (1)
風險因素
🌐 網路存取 (1)
審計版本 1
低風險Jan 5, 2026, 09:38 AM
The skill is a legitimate image generation tool using Google's Gemini API. It makes network calls only to the official Google API endpoint, validates user inputs, and handles files safely. The only security concern is that API keys are hardcoded in the script rather than using environment variables.