seedream-imagegen
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads generated image files from the Segmind API (api.segmind.com). This is a well-known service and the primary function of the skill.
- [COMMAND_EXECUTION]: The skill executes a local Python script (
scripts/generate_image.py) to handle the API interaction and file management. The script uses standard libraries and performs basic sanitization on user input when generating filenames. - [SAFE]: Credentials are managed securely via environment variables (
SEGMIND_API_KEY), which is the recommended practice for API-based tools. No hardcoded secrets were detected.
Audit Metadata