risk-measurement
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill ingests data from CSV files. While the processing is primarily numerical, the column names are included in the JSON output, creating a theoretical indirect prompt injection surface. Evidence: The
summarizefunction inscripts/risk_measurement_diagnostics.pyincludeslist(working_frame.columns)in the JSON payload. - [COMMAND_EXECUTION]: The skill executes a local Python script to perform data diagnostics, which is the core intended functionality of the skill.
- [EXTERNAL_DOWNLOADS]: The skill uses the
pandaslibrary, a well-known and standard industry tool for data analysis.
Audit Metadata