Seedream
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The skill bundle is a straightforward wrapper for the Volcengine Seedream API. It correctly handles API keys via command-line arguments or environment variables and sends them to the legitimate Volcengine API endpoint (ark.cn-beijing.volces.com) as part of the `Authorization` header. The `SKILL.md` provides clear, benign instructions for the agent, including how to display generated image URLs. The `generate_image.py` script uses the `requests` library for HTTP communication, without any signs of arbitrary code execution, unauthorized data exfiltration, persistence mechanisms, or obfuscation. All actions are aligned with the stated purpose of generating images via a third-party API.
