shift-training-year
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local Python script (
shift_year.py) to perform its primary function of modifying and renaming training data files. This execution is confined to the directory path provided by the user.- [DATA_EXPOSURE]: The script reads and writes to CSV and XLSX files. It utilizes standard libraries likeopenpyxlfor Excel processing andrefor CSV pattern matching. There are no network calls or attempts to access sensitive system files.- [REMEDIATION_GUIDANCE]: The skill follows security best practices by providing a--dry-runoption to preview changes before they are committed and by creating a mandatory backup directory (_backup/) before any destructive operations occur.
Audit Metadata