csv
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill includes several bash scripts (analyze.sh, filter.sh, select.sh, sort.sh) that utilize standard system tools like awk, cut, and sort. These tools are used to analyze and transform data, which aligns with the skill's intended purpose.
- File System Access: The scripts are designed to read CSV data from local file paths provided as arguments. This is a standard capability for data processing tools, allowing the agent to work with specified datasets.
- Data Processing Patterns: The scripts use established methods for handling column-based data, such as passing parameters to awk and cut to filter and select specific fields.
Audit Metadata