dvc
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents standard usage of the DVC (Data Version Control) ecosystem.
- [SAFE]: Python code examples correctly use
yaml.safe_load()for parsing configuration files, which prevents arbitrary code execution during deserialization. - [SAFE]: Remote storage configurations and data access examples use standard DVC commands (
dvc remote,dvc get,dvc import) without including hardcoded credentials or malicious redirect patterns. - [SAFE]: Package installation instructions (
pip install dvc[...]) target the official DVC package and its legitimate extras from the standard PyPI registry.
Audit Metadata