klingai-job-monitoring
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill follows security best practices for secret management by retrieving API credentials (
KLING_ACCESS_KEY,KLING_SECRET_KEY,KLINGAI_API_KEY) from environment variables rather than hardcoding them. - [SAFE]: All network requests are directed to the official Kling AI API domain (
api.klingai.com), and external links point to the author's official domains or project sites. - [INDIRECT_PROMPT_INJECTION]: The skill ingests data from external API responses to track task status and results. This constitutes an ingestion surface for potentially untrusted data if the API source were compromised, though the risk is limited to data display.
- Ingestion points: Data returned from
requests.getcalls inSKILL.md(poll_task,update_all) andreferences/job-tracker-class.md(refresh_job). - Boundary markers: Absent; the skill directly processes and prints status messages and metadata from the API.
- Capability inventory: The skill uses
requestsfor network access andosfor environment access. The platform configuration restricts tools toRead,Write,Edit,Bash(npm:*), andGrep. - Sanitization: The skill performs standard console output of API data without specialized filtering or sanitization of prompt metadata or URLs.
Audit Metadata