stitch-remotion
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFEDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The script
scripts/download-stitch-asset.shperforms network requests using Python'surllib.requestto download assets from URLs provided at runtime. While intended for fetching screenshots from Google Cloud Storage, the script does not validate the target domain. - [COMMAND_EXECUTION]: The skill utilizes a shell script
scripts/download-stitch-asset.shto manage asset downloads and references a feedback recording scriptutilities/skill-builder/scripts/record_skill_feedback.pyto be executed viapython3as part of theSKILL.mdworkflow. - [EXTERNAL_DOWNLOADS]: The
README.mdfile provides installation instructions usingnpx skills add google-labs-code/stitch-skills, which involves downloading skill components from a remote source associated with a well-known technology organization. - [PROMPT_INJECTION]: The skill ingests untrusted metadata such as screen titles and descriptions from the external Stitch platform. This content is used for video overlays and composition generation. Ingestion points:
screens.jsonand external Stitch project data. Boundary markers: None identified. Capability inventory: Subprocess execution via shell scripts and Remotion CLI. Sanitization: No explicit validation or escaping of external text inputs is documented, creating a surface for indirect prompt injection.
Audit Metadata