hugging-face-datasets
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- Credential Safety: The skill uses the
HF_TOKENenvironment variable for authentication, which is a standard and secure practice for managing API keys without hardcoding them in scripts.\n- Secure SQL Querying: Thesql_manager.pyscript implements SQL querying via DuckDB. It includes helper methods for identifier validation and quoting, which helps prevent common SQL injection patterns when handling column or view names.\n- Standard Dependency Management: Uses theuvpackage manager with PEP 723 metadata, allowing for clear and verifiable dependency resolution of well-known libraries likeduckdbandhuggingface_hub.\n- Integrated Validation: Thedataset_manager.pyincludes comprehensive schema validation for various dataset templates (chat, classification, etc.), ensuring data quality and structural integrity before uploads.
Audit Metadata