giggle-generation-video
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFEPROMPT_INJECTIONDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes external data that could contain malicious instructions designed to influence the agent's behavior.
- Ingestion points: The skill accepts user-supplied text via the
--promptargument and external images via the--start-frameand--end-framearguments (which support URLs) inscripts/generation_api.py. - Boundary markers: The instructions in
SKILL.mdlack explicit boundary markers or instructions for the agent to ignore potentially embedded commands within the prompt or external image metadata. - Capability inventory: The skill possesses network capabilities through the
requestslibrary inscripts/generation_api.pyand is intended to be run via shell execution. - Sanitization: Data from external sources is interpolated directly into API payloads without sanitization or filtering for instructional patterns.
- [DATA_EXFILTRATION]: The skill performs network requests to an external domain
https://giggle.pro. While this is the legitimate endpoint for the service provided by the skill author, it involves sending user-provided prompts and potentially sensitive image data to an external server. - [COMMAND_EXECUTION]: The skill instructions direct the agent to execute shell commands (
python3 scripts/generation_api.py) with arguments derived from user input, which is a standard but inherently privileged operation.
Audit Metadata