klingai-storage-integration
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill handles external data that could potentially contain malicious instructions if the source (Kling AI task results) is compromised.
- Ingestion points: The
video_urlandpromptparameters in thedownload_videoandgenerate_and_storefunctions (SKILL.md, references/aws-s3-integration.md). - Boundary markers: No specific delimiters or warnings are used to separate untrusted data from the agent's instructions.
- Capability inventory: The skill uses file write operations (
open), network requests (requests.get), and cloud storage SDKs (boto3,google-cloud-storage,azure-storage-blob) to move data (SKILL.md). - Sanitization: No explicit sanitization of the input URLs or metadata is implemented beyond standard SDK error handling.
- [EXTERNAL_DOWNLOADS]: The skill contains logic to download binary video files from remote URLs.
- The
download_videofunction inSKILL.mdusesrequests.getto fetch data from a providedvideo_urland writes it to the local filesystem.
Audit Metadata