zopia-skill
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
download_results.pyscript identifies and downloads media files (images and videos) from the Zopia API responses. It uses standard HTTP requests to retrieve generated content for the user. - [COMMAND_EXECUTION]: The skill operates by executing a set of provided Python scripts (e.g.,
create_project.py,send_message.py) that handle the logic for interacting with the Zopia platform. These scripts use only Python's standard library. - [CREDENTIALS_UNSAFE]: The skill requires an environment variable
ZOPIA_ACCESS_KEYfor authentication with the Zopia service. This is a standard and documented practice for managing API access tokens in agent environments.
Audit Metadata