scenario-sensitivity-generator
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- Local Script Execution: The skill executes a bundled Python script (
materialize_public_equity_sensitivities.py) to perform deterministic financial calculations. This execution is limited to the skill's own logic and does not involve remote code or shell injection patterns. - Data Processing Surface: The skill ingests user-provided financial assumptions through JSON files to generate scenario tables. While this creates an indirect prompt injection surface typical of data-driven agents, the processing is handled through standard numeric parsing and type validation within the script.
- File System Operations: The agent writes reports and data artifacts (HTML, JSON, CSV) to specified output paths. These operations are scoped to the project environment and are used to provide the user with the requested financial deliverables.
- Vendor Trust: The skill and its associated scripts originate from a known vendor and operate without external network dependencies or privileged system access.
Audit Metadata