tao-mine-nearest-neighbors
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected in the skill's instructions or scripts.
- [COMMAND_EXECUTION]: The skill provides instructions for running official NVIDIA TAO toolkit Docker containers (
nvcr.io/nvidia/tao/tao-toolkit). This is standard behavior for the vendor's data processing ecosystem. - [DATA_EXPOSURE]: The skill utilizes host directory mounting (
-v) to grant the Docker container access to local datasets and configuration files. This is expected functionality for the described data mining tasks. - [PYTHON_PACKAGES]: The provided Python scripts utilize the standard
PyYAMLlibrary for safe handling of configuration files usingyaml.safe_loadandyaml.safe_dump.
Audit Metadata