klingai-batch-processing
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements standard batch processing logic for interacting with an external API without any malicious patterns.- [EXTERNAL_DOWNLOADS]: The Python code communicates with the official Kling AI API endpoint (api.klingai.com) to perform its core function. These network operations are directed to a well-known service associated with the skill's purpose.- [CREDENTIALS_UNSAFE]: The skill appropriately handles authentication by retrieving the API key from an environment variable (KLINGAI_API_KEY) rather than using hardcoded secrets.- [COMMAND_EXECUTION]: All code operations are limited to standard Python logic for API requests and local file handling (CSV) without any unsafe subprocess calls or dynamic execution of untrusted code.
Audit Metadata