event-etf-study
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a set of Python scripts (
export_event_results.py,render_event_dashboard.py,validate_event_outputs.py) to process financial data, calculate index metrics, and generate reports. These operations are restricted to the local environment and standard data science libraries (Pandas, Numpy). - [EXTERNAL_DOWNLOADS]: The dashboard template (
assets/dashboard_template.html) references the Echarts visualization library hosted on jsDelivr (https://cdn.jsdelivr.net/npm/echarts@5/dist/echarts.min.js). This is a well-known service and the reference is used strictly for rendering charts in the interactive dashboard. - [DATA_EXFILTRATION]: Data ingestion is limited to structured financial data from the
ifindMCP toolset and local communications with an MCP server (http://localhost:1991/mcp/). Analysis confirms that no sensitive environment variables or local credentials are accessed or transmitted externally. - [SAFE]: The skill includes comprehensive validation logic in
references/validate_event_outputs.pyto ensure that generated data matches expected schemas and maintains language consistency, which serves as a defensive measure against accidental output errors.
Audit Metadata