ruler-progress-render
Warn
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill clones a repository from an unverified source at
https://github.com/sxhzju/ruler-progress-animator.gitduring execution. - [REMOTE_CODE_EXECUTION]: After cloning the repository, the skill runs
npm installandnpm run remotion:render. This pattern allows any code or post-install scripts within the third-party repository to execute on the local system with the same privileges as the agent. - [COMMAND_EXECUTION]: The script
scripts/render_ruler_progress.shtakes user-provided arguments (workspace_dirandoutput_path) and uses them in shell commands likemkdir,cd, and as environment variables. While the script uses double-quotes to mitigate basic word-splitting, the execution of arbitrary code from the repository remains the primary concern. - [REMOTE_CODE_EXECUTION]: Uses
npx remotion render, which downloads and executes theremotionpackage at runtime if not already present.
Audit Metadata