expanso-csv-to-json
Pass
Audited by Gen Agent Trust Hub on Jul 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs local data transformation from CSV to JSON format without any network access or attempts to access sensitive system files.
- [COMMAND_EXECUTION]: The
run.shscript executes theexpansocommand to run the transformation pipeline defined inpipeline.yaml. This is the primary intended functionality of the skill. - [SAFE]: The
test.shvalidation script usesyaml.safe_load()in Python, which is the recommended secure method for parsing YAML files to prevent code execution during deserialization.
Audit Metadata