validation-design
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: No malicious patterns, such as obfuscation, credential theft, or unauthorized network access, were detected in the skill instructions or scripts.
- [COMMAND_EXECUTION]: The skill provides two Python scripts,
print_folds.pyandwrite_charter.py, for local data analysis and documentation generation.print_folds.pyuses the standardpandaslibrary to calculate chronological validation fold sizes from user-provided files (CSV, Parquet, JSON), whilewrite_charter.pygenerates a markdown template for validation charters. These scripts perform expected file operations without suspicious side effects. - [EXTERNAL_DOWNLOADS]: The
print_folds.pyscript identifies a dependency on the well-knownpandaslibrary, which is consistent with the skill's purpose of data processing and modeling validation.
Audit Metadata