tao-train-grounding-dino
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill facilitates the execution of TAO Toolkit commands such as
grounding_dino trainanddocker runfor model lifecycle management (training, inference, export). This behavior is the primary intended purpose of the skill and is documented for use in a containerized environment. - [EXTERNAL_DOWNLOADS]: The skill references the download of standard BERT model weights (
bert-base-uncased) from established model hubs if they are not provided locally. These resources originate from well-known services and are standard dependencies for the text-encoding component of the model architecture. - [SAFE]: No prompt injection, data exfiltration, or persistence mechanisms were detected. The use of Python's
picklemodule is explicitly documented as a performance optimization for sharing data across subprocesses during local training sessions, which is routine in deep learning workloads.
Audit Metadata