weights-and-biases
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the installation of the
wandblibrary from the Python Package Index (PyPI) and provides links to official Weights & Biases documentation and GitHub repositories hosted under well-known domains (wandb.ai,github.com/wandb/wandb). - [CREDENTIALS_UNSAFE]: The documentation includes instructions for authenticating with the Weights & Biases platform, such as using
wandb loginand setting theWANDB_API_KEYenvironment variable. These examples correctly use the placeholderyour_api_key_hererather than hardcoding actual credentials. - [DATA_EXFILTRATION]: While the skill involves uploading experiment metrics, model checkpoints, and datasets to the Weights & Biases platform (
wandb.save,wandb.log_artifact), this behavior is the intended primary purpose of the tool for experiment tracking and MLOps, and it targets a well-known, legitimate service.
Audit Metadata