moneyprinterturbo-video
Fail
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPRIVILEGE_ESCALATIONINDIRECT_PROMPT_INJECTIONCREDENTIALS_UNSAFE
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill downloads and executes the
uvtoolchain fromastral.sh(a well-known service) and fetches thempt_agent.pyhelper script and project archive from the author's official GitHub repository (github.com/harry0703). These sources are recognized as trusted or well-known. - [COMMAND_EXECUTION]: The skill utilizes
subprocess.runwith argument lists to invoke theuvpackage manager and the internalMoneyPrinterTurboCLI. This implementation avoids shell-based command injection vulnerabilities. - [PRIVILEGE_ESCALATION]: In Windows environments, the skill employs the
ExecutionPolicy ByPassflag in PowerShell to permit the automated installation of theuvtool. - [INDIRECT_PROMPT_INJECTION]: The skill presents an attack surface for indirect prompt injection through user-supplied video topics or script content.
- Ingestion points: The
subjectparameter (video topic) is accepted as user input and passed to execution scripts via command-line arguments. - Boundary markers: While the input is whitespace-stripped, it lacks explicit delimiters or encapsulation to prevent potential injection attempts within the CLI tool's logic.
- Capability inventory: The skill possesses capabilities for filesystem writes (
config.toml,.agent-logs), network requests (for validation and downloading updates), and subprocess execution. - Sanitization: Only basic string stripping is performed on the user-provided subject before processing.
- [CREDENTIALS_UNSAFE]: The skill manages API keys for various LLM and media providers by reading from and writing to a local
config.tomlfile. The instructions include explicit directives for the AI agent to protect these credentials and avoid leaking them in logs or output.
Recommendations
- HIGH: Downloads and executes remote code from: https://astral.sh/uv/install.sh - DO NOT USE without thorough review
Audit Metadata