train-sentence-transformers
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads machine learning models, datasets, and configuration files from the Hugging Face Hub (huggingface.co). These downloads are performed using the official sentence-transformers and datasets libraries and target well-known, reputable sources within the Hugging Face ecosystem.
- [COMMAND_EXECUTION]: The skill provides Python scripts and CLI commands for training models and mining hard negatives. These commands are standard for machine learning workflows and represent the primary intended purpose of the skill. The execution of these scripts is intended for the user's local machine or managed compute environments like Hugging Face Jobs.
- [DATA_EXFILTRATION]: The skill includes functionality to push trained models to the Hugging Face Hub (model.push_to_hub). This is a documented and intended feature for sharing or deploying models and is implemented using secure practices, such as instructing the agent to use environment variables for authentication tokens rather than hardcoding them.
Audit Metadata