acestep-simplemv
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
execSyncinrender.mjsto executeffprobefor duration detection andnpx remotion renderfor video generation. These commands incorporate user-provided file paths and titles. - [EXTERNAL_DOWNLOADS]: If a Chromium-based browser is not detected on the system, the skill may download
chrome-headless-shellfrom Google's servers. This is standard behavior for the Remotion library used by the skill. - [PROMPT_INJECTION]: The skill processes untrusted external data (audio and lyrics files) which are rendered into the final video. This constitutes an indirect prompt injection surface.
- Ingestion points: Audio and lyrics files provided via
--audio,--lyrics, or--lyrics-json(referenced inSKILL.mdandrender.mjs). - Boundary markers: None used for the content of the lyrics text.
- Capability inventory: Subprocess execution via
execSyncand file system operations viafsmodule (referenced inrender.mjs). - Sanitization: Titles and subtitles are sanitized by removing newlines and truncating length.
Audit Metadata