dreamina-video-first-end-frame

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFEDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
  • Data Exposure & Exfiltration (LOW): The script uses the requests library to communicate with jimeng.jianying.com. This domain is not included in the Trusted External Sources list. The function requires a sessionid as an argument, which is then transmitted as a cookie header to this external domain.
  • Indirect Prompt Injection (LOW): The prompt parameter is interpolated directly into a JSON string sent to the external API without sanitization or boundary delimiters, which is a common surface for indirect prompt injection.
  • Ingestion points: The prompt argument in the first_end_frame_to_video function.
  • Boundary markers: No boundary markers or 'ignore' instructions are present in the code.
  • Capability inventory: The skill utilizes requests.post to transmit data to an external service.
  • Sanitization: No escaping, validation, or filtering is performed on the prompt or image URI inputs.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:37 PM