video-motion-previs
Fail
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [REMOTE_CODE_EXECUTION]: The
installcommand inscripts/video-motion-previs.mjsfetches an installation script fromhttps://raw.githubusercontent.com/wassermanproductions/motion-previs-studio/main/install.shand executes it viabashon macOS systems. - [EXTERNAL_DOWNLOADS]: The script performs a
git clonefromhttps://github.com/wassermanproductions/motion-previs-studio.gitand runsnpm cito download and install application dependencies from an external Git repository. - [COMMAND_EXECUTION]: The skill executes various system-level commands including
git,npm, and platform-specific application launchers (openon macOS,spawnfor executables on Windows) to manage the installation and lifecycle of the Motion Previs Studio app. - [PERSISTENCE_MECHANISMS]: The
linkcommand creates a persistent symlink or command wrapper in the user's~/.local/bindirectory, effectively adding the CLI tool to the user's environment across sessions. - [DATA_EXPOSURE_AND_EXFILTRATION]: The skill accesses the
control.jsonfile in application data directories (e.g.,~/.config/motion-previs/or%APPDATA%) to retrieve a bearer token used for local API communication with the Motion Previs Studio application. - [INDIRECT_PROMPT_INJECTION]: The skill exposes an attack surface by accepting external URLs in the
import-urlandworkflowcommands, which are then processed by the underlying application for video ingestion. - Ingestion points:
import-urlparameter andworkflowURL argument inscripts/video-motion-previs.mjs. - Boundary markers: None present; the skill lacks delimiters or instructions to ignore embedded content within the source URL.
- Capability inventory: The skill possesses capabilities for shell command execution, file system writes, and network requests via RPC.
- Sanitization: No explicit validation or sanitization is performed on the URL input before it is passed to the application's control server.
Recommendations
- AI detected serious security threats
Audit Metadata