credit-relative-value
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The script
scripts/credit_relative_value_diagnostics.pyingests user-provided data via theinput.csvfile. - Ingestion points: The
pd.read_csvfunction inscripts/credit_relative_value_diagnostics.pyreads external CSV content into a DataFrame. - Boundary markers: None present; data is processed as raw input.
- Capability inventory: The script is limited to reading the input file, performing mathematical calculations using pandas, and writing the results to a local JSON file or stdout. It does not contain
eval(),exec(), or network capabilities. - Sanitization: The script uses
pd.to_numericandpd.to_datetimewitherrors='coerce', which effectively filters out non-numeric and non-date content from the analysis. - [COMMAND_EXECUTION]:
SKILL.mdprovides instructions to executescripts/credit_relative_value_diagnostics.py. This execution is localized to the skill's own directory, processes user-supplied numerical data, and does not involve privilege escalation or shell injection risks.
Audit Metadata