klingai-audit-logging
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXFILTRATION]: The skill interacts with the Kling AI API at api.klingai.com using the requests library to perform video generation as part of its primary functionality.
- [PROMPT_INJECTION]: The skill processes user-supplied prompts within the video generation wrapper.
- Ingestion points: User input is accepted via the prompt parameter in references/audit-wrapped-client.md.
- Boundary markers: No specific delimiters or boundary markers are used to encapsulate the prompt text.
- Capability inventory: The skill is configured with Read, Write, Edit, and Grep tools and performs HTTP POST requests using the requests library and file write operations for logging.
- Sanitization: The implementation includes metadata filtering in references/audit-logger-implementation.md that redacts sensitive keys such as api_key, password, token, and secret.
Audit Metadata