train-sentence-transformers
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFE
Full Analysis
- [Official Tool Integration]: The skill facilitates the use of the
hfCLI and the Hugging Face Jobs platform for remote model training. It includes instructions for installing the CLI via a script fromhf.co, which is the official short domain for Hugging Face. - [Secure Secret Management]: The documentation and training templates correctly advise users to manage sensitive credentials like
HF_TOKENandWANDB_API_KEYthrough environment variables and secure secrets rather than hardcoding them within scripts. - [Standard Data Processing]: The skill utilizes the
datasetslibrary to ingest training data from the Hugging Face Hub. This is the intended functionality for model training and uses standard, well-maintained libraries for data handling. - [Controlled Execution Environment]: Training scripts are designed to be executed either locally or in managed Hugging Face Jobs containers, providing a structured and isolated environment for intensive compute tasks.
Audit Metadata