blitzreels-carousels
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a functional and transparent integration for the BlitzReels service. The provided scripts and documentation align with the stated purpose of creating social media content without any hidden or malicious behaviors.
- [COMMAND_EXECUTION]: The skill utilizes local bash scripts and standard system utilities (curl, jq, awk) to manage API requests and project data. These commands are limited in scope to the skill's primary functionality and do not attempt to access sensitive system resources or escalate privileges.
- [EXTERNAL_DOWNLOADS]: Network activity is restricted to the vendor's domain (blitzreels.com) for API operations and fetching the OpenAPI specification. These connections are necessary for the skill's operation and target trusted vendor infrastructure.
- [CREDENTIALS_UNSAFE]: Authentication is managed appropriately using the BLITZREELS_API_KEY environment variable. The skill correctly avoids hardcoding secrets, ensuring that API tokens are handled securely according to standard practices.
Audit Metadata