acestep-simplemv
Fail
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: HIGHCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/render-mv.shacquires administrative privileges usingsudo apt-get installto automatically install font packages (fonts-noto-cjk). - [COMMAND_EXECUTION]: The script
scripts/render.mjsusesexecSyncto runffprobeandnpx remotion rendercommands, which involves interpolating variables into shell strings. - [REMOTE_CODE_EXECUTION]: The skill setup and rendering workflow uses
npm installandnpx, which download and execute code from public registries. - [EXTERNAL_DOWNLOADS]: The rendering process may automatically download a Chromium-based browser (
chrome-headless-shell) from Google servers during execution if no suitable browser is found. - [PROMPT_INJECTION]: The skill ingests untrusted user metadata into a video rendering pipeline without robust separation. Ingestion points:
scripts/render.mjsvia CLI arguments. Boundary markers: Absent. Capability inventory: Command execution viaexecSyncinscripts/render.mjsand system package management inscripts/render-mv.sh. Sanitization: Basic truncation and character replacement for titles.
Recommendations
- AI detected serious security threats
Audit Metadata