omniverse-realtime-viewer
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references several external resources required for deployment and testing, including MinIO binaries from dl.min.io, the Caddy server from GitHub, and NVIDIA sample assets via CloudFront. These are sourced from well-known and reputable services relevant to the skill's primary function.
- [COMMAND_EXECUTION]: The documentation provides standard shell commands for environment configuration, Python virtual environment management, and service execution. These instructions are intended for local setup by the developer.
- [INDIRECT_PROMPT_INJECTION]: The skill acknowledges the risks of processing untrusted external USD data. It proactively mitigates these vulnerabilities by recommending a subprocess-based architecture (pxr_worker.py) to isolate OpenUSD queries and utilizing a path dictionary for resolving prim IDs, ensuring that data-driven inputs do not bypass safety boundaries.
Audit Metadata