segmentation-analysis
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides templates and a script for performing segmentation analysis. The Python script uses only standard libraries (csv, statistics, argparse) and performs legitimate statistical profiling.- [COMMAND_EXECUTION]: The script scripts/segmentation_runner.py reads from a user-supplied CSV file and optionally writes a report to a file. These are standard I/O operations necessary for the skill's functionality.- [INDIRECT_PROMPT_INJECTION]: While the skill processes external data (CSV files), the segmentation_runner.py script casts metric values to floats, which prevents the interpretation of data as instructions. The skill acts as a statistical profiler rather than an agent instruction generator based on raw data.
Audit Metadata