pytdc
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEDYNAMIC_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [DYNAMIC_EXECUTION]: The skill contains instances of dynamic importing via
importlib.import_module()inscripts/_common.py,scripts/benchmark_evaluation.py, andscripts/load_and_split_data.py. This behavior is benign as all module and class lookups are restricted to hardcoded, static dictionaries (GROUPSandTASKS) representing valid internal package structures. - [EXTERNAL_DOWNLOADS]: Dataset retrieval and checkpoint initialization connect to external repositories such as Harvard Dataverse via the underlying PyTDC package API. These interactions are managed safely through a mandatory non-negotiable policy that restricts execution unless the user explicitly passes the
--executeor--downloadflags.
Audit Metadata