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
flaskweb framework from the official Python Package Index (PyPI) during the initialization phase inscripts/launch_ui.sh. - [EXTERNAL_DOWNLOADS]: The browser-based interface in
assets/calculator.htmlloads 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.pyusing standard mathematical formulas. Inputs are converted to numeric types (float/int), providing inherent protection against many forms of input-based attacks.
Audit Metadata