klingai-image-to-video
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses environment variables (
KLING_ACCESS_KEY,KLING_SECRET_KEY,KLINGAI_API_KEY) to manage authentication secrets, which is a standard and secure practice for secret management. - [SAFE]: All network operations target the official and well-known Kling AI API domain (
api.klingai.com), which is consistent with the skill's stated purpose of video generation. - [SAFE]: File access is limited to reading image files provided in paths for processing; there are no patterns suggesting unauthorized access to sensitive system files or configuration directories.
- [SAFE]: The Python implementations use standard, reputable libraries for JWT encoding, HTTP requests, and image processing.
Audit Metadata