comps-valuation-analyst
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local Python script
scripts/calculate_comps.pyto process financial data. The script performs mathematical calculations (median, price ranges) and does not interact with the network or sensitive system files. - [EXTERNAL_DOWNLOADS]: The installation instructions reference well-known and trusted financial and data science libraries including
pandas,numpy, andopenbb. - [INDIRECT_PROMPT_INJECTION]: The skill processes external financial data from JSON files to generate valuation summaries.
- Ingestion points:
assets/sample_comps_input.jsonand user-supplied JSON data. - Boundary markers: The instructions provide specific templates (Input Template, Executive Summary) that guide the agent's interpretation of the data.
- Capability inventory: The script is limited to mathematical operations; there are no network, file-write, or shell-execution capabilities associated with the processed data.
- Sanitization: The Python script uses standard JSON parsing which ensures the data conforms to the expected structure before processing numeric values.
Audit Metadata