klingai-batch-processing

Pass

Audited by Gen Agent Trust Hub on Apr 14, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill performs its primary function of batch video generation through official API endpoints without any hidden or malicious behaviors.
  • [DATA_EXPOSURE_AND_EXFILTRATION]: The skill safely handles credentials by retrieving them from environment variables (KLING_ACCESS_KEY, KLING_SECRET_KEY) rather than hardcoding them, aligning with best practices for secret management.
  • [INDIRECT_PROMPT_INJECTION]: The skill provides functions to load job data from external CSV files in references/csv-batch-input.md. This creates an entry point for external data into the agent's context. While this is a routine data ingestion pattern for batch processing, it represents the primary surface where external data enters the agent's workflow. * Ingestion points: load_batch_from_csv function. * Boundary markers: None present in the current script. * Capability inventory: Read, Write, Edit, Bash, Grep. * Sanitization: No explicit sanitization of CSV content before processing is implemented.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 14, 2026, 01:49 PM