giggle-generation-speech
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill communicates with the vendor's official API domain (
giggle.pro) to perform its primary function. - [SAFE]: Credentials (GIGGLE_API_KEY) are correctly managed through system environment variables, avoiding hardcoding or unsafe command-line exposure.
- [SAFE]: Filesystem access is limited to the skill's own data directory (
~/.openclaw/skills/giggle-generation-speech/logs/) for maintaining task state and preventing duplicate notifications. - [SAFE]: The use of a background polling job via the agent's
crontool is explicitly disclosed in the documentation and used only for tracking the status of user-initiated tasks. - [SAFE]: The Python script uses standard libraries and the well-known
requestspackage for network communication without any dynamic code execution or obfuscation.
Audit Metadata