klingai-compliance-review

Featured

Security and compliance review framework for Kling AI integrations. Use when preparing for audits or reviewing security posture. Trigger with phrases like 'klingai compliance', 'kling ai security review', 'klingai audit prep', 'video generation compliance'.

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Kling AI Compliance Review ## Overview Security and compliance assessment framework for Kling AI integrations. Covers data handling, credential management, content policy, privacy, and regulatory considerations. ## Data Flow Assessment ``` User Prompt → [Your App] → [Kling AI API] → [Kling GPU Cluster] ↓ [Your CDN] ← download ← [Kling CDN (temporary URL)] ← Generated Video ``` ### Data Residency | Data | Location | Retention | |------|----------|-----------| | Prompts | Sent to Kling servers (China/global) | Processing only | | Generated videos | Kling CDN (temporary URLs) | ~24-72 hours | | API keys | Your infrastructure | You control | | Audit logs | Your infrastructure | You control | ## Security Checklist ### Credential Security - [ ] AK/SK stored in secrets manager (not env files, not code) - [ ] Keys rotated quarterly - [ ] Separate keys per environment - [ ] JWT tokens never logged - [ ] Access key prefix logged (first 8 chars only) ```python # Safe logging pattern def safe_log_key(access_key: str) -> str: return access_key[:8] + "..." + access_key[-4:] ``` ### Network Security - [ ] All API calls over HTTPS (enforced by base URL) - [ ] Webhook endpoints use HTTPS with valid TLS cert - [ ] Network egress rules allow `api.klingai.com:443` - [ ] No API keys in query strings (Bearer token in header only) ### Input Validation - [ ] Prompt length validated (<= 2500 chars) - [ ] Image URLs validated before...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

klingai-prod-checklist

Production readiness checklist for Kling AI integrations. Use before going live or during deployment review. Trigger with phrases like 'klingai production ready', 'kling ai go live', 'klingai checklist', 'deploy klingai'.

2,266 Updated today
jeremylongshore
AI & Automation Featured

klingai-audit-logging

Implement audit logging for Kling AI operations for compliance and security. Use when tracking API usage or preparing for audits. Trigger with phrases like 'klingai audit', 'kling ai audit log', 'klingai compliance log', 'video generation audit trail'.

2,266 Updated today
jeremylongshore
AI & Automation Featured

klingai-content-policy

Implement content policy compliance for Kling AI prompts and outputs. Use when filtering user prompts or handling moderation. Trigger with phrases like 'klingai content policy', 'kling ai moderation', 'safe video generation', 'klingai content filter'.

2,266 Updated today
jeremylongshore
AI & Automation Featured

klingai-common-errors

Diagnose and fix common Kling AI API errors. Use when troubleshooting failed video generation or API issues. Trigger with phrases like 'kling ai error', 'klingai not working', 'fix klingai', 'klingai failed'.

2,266 Updated today
jeremylongshore
AI & Automation Featured

klingai-usage-analytics

Build usage analytics and reporting for Kling AI video generation. Use when tracking patterns, analyzing costs, or building dashboards. Trigger with phrases like 'klingai analytics', 'kling ai usage report', 'klingai metrics', 'video generation stats'.

2,266 Updated today
jeremylongshore