flow-media
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate functionality for interfacing with Google Flow media generation tools. No malicious intent or behaviors were identified during the analysis.
- [COMMAND_EXECUTION]: The skill uses shell scripts (
scripts/veo-gen) to wrap thegflow-clitool. These commands are necessary for the skill's core purpose and are implemented with appropriate error handling and retry logic. - [EXTERNAL_DOWNLOADS]: The skill documentation guides the user to install the
gflow-clipackage from PyPI usinguv. It references a well-known university mirror for package downloads, which is a standard practice and does not involve untrusted sources. - [CREDENTIALS_UNSAFE]: The script
scripts/session-probeaccesses the browser cookie database associated with the tool's own profile to check for the presence and expiration of session tokens. This is used for diagnostic purposes to troubleshoot authentication issues and does not exfiltrate or print the actual secret values of the cookies.
Audit Metadata