omniverse-cad-to-simready
Fail
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: HIGHCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill performs privilege escalation by executing
docker exec --user rootto runchmodcommands that modify file system permissions within containers.- [DATA_EXFILTRATION]: The preflight script extracts sensitive information including API keys from the environment and writes them into local.envconfiguration files.- [DATA_EXFILTRATION]: The skill initiates network requests to user-defined service endpoints for asset rendering and processing tasks using standard libraries.- [REMOTE_CODE_EXECUTION]: The skill includes instructions to install dependencies via piped shell execution patterns (curl ... | sh) from external domains.- [EXTERNAL_DOWNLOADS]: The conversion logic fetches external tools and Gaussian splat converters from remote GitHub repositories and package registries.- [PROMPT_INJECTION]: The skill extracts text tokens and metadata from untrusted source assets like STEP and MJCF files to generate prompts for downstream AI agents, presenting a surface for indirect injection.- [COMMAND_EXECUTION]: Several components dynamically execute Python code by passing multiline string snippets to the interpreter via thepython -ccommand.- [COMMAND_EXECUTION]: Extensive use ofsubprocess.runto execute external CLIs likegit,uv, andsimready-validatewith user-supplied arguments.
Recommendations
- HIGH: Downloads and executes remote code from: https://astral.sh/uv/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata