skills/nvidia-omniverse/ovstorage/ovstorage-contributor-services-client-conformance/Gen Agent Trust Hub
ovstorage-contributor-services-client-conformance
Pass
Audited by Gen Agent Trust Hub on Sep 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions to execute shell commands using the
Bashtool to set up a Python virtual environment and run tests. These commands includepython -m venv,pip install poetry, andpoetry install. These are standard development procedures for managing dependencies and executing test suites. - [EXTERNAL_DOWNLOADS]: The skill references the installation of
poetryviapip.poetryis a widely recognized and well-known dependency management tool for Python, and its installation is a standard requirement for this skill's functionality. - [SAFE]: The execution of the
run-conformance-testsscript is performed locally within the user's project directory after apoetry install. This is an expected behavior for a developer-oriented skill authored by NVIDIA Omniverse. - [SAFE]: No evidence of prompt injection, data exfiltration, obfuscation, or persistence mechanisms was found. The skill operates within the scope defined in its metadata and documentation.
Audit Metadata