omniverse-usd-performance-tuning
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the usd-optimize runtime package from official NVIDIA GitHub release assets and installs the usd-validation-nvidia package via pip. These operations are part of a user-initiated environment setup for performance tuning.
- [COMMAND_EXECUTION]: The skill orchestrates validation and optimization tasks by spawning independent worker processes using subprocess.run. These workers are used to isolate specialized tasks and manage execution timeouts.
- [REMOTE_CODE_EXECUTION]: The workflow involves the generation and execution of local Python scripts to manipulate USD scene data. A specialty pythonScript operation is available for advanced users; it is documented as intent-gated and requires explicit user confirmation before execution.
- [DATA_EXPOSURE]: The skill handles Omniverse authentication for remote assets but includes explicit instructions to never request, store, or ask the user to provide passwords or secret tokens in the chat or repository.
Audit Metadata