financial-calculator

Pass

Audited by Gen Agent Trust Hub on Mar 13, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill downloads the flask web framework from the official Python Package Index (PyPI) during the initialization phase in scripts/launch_ui.sh.
  • [EXTERNAL_DOWNLOADS]: The browser-based interface in assets/calculator.html loads the Chart.js library from the well-known jsDelivr CDN to provide visual growth charts.
  • [COMMAND_EXECUTION]: The skill includes a shell script (scripts/launch_ui.sh) designed to automate the creation of a Python virtual environment and the execution of the Flask web server.
  • [SAFE]: All calculations are performed locally within scripts/calculate.py using standard mathematical formulas. Inputs are converted to numeric types (float/int), providing inherent protection against many forms of input-based attacks.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 13, 2026, 06:58 AM