financial-calculator
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the
flasklibrary from the official Python Package Index (PyPI) to host the local web dashboard. It also references the well-knownchart.jslibrary via a public CDN for data visualization. - [COMMAND_EXECUTION]: The skill contains a shell script (
scripts/launch_ui.sh) designed to automate the creation of a Python virtual environment and start the web server. This script executes standard system commands includingpython3 -m venvandpip install. - [SAFE]: The application demonstrates secure coding practices by explicitly casting all input data from the web API and CLI to float or integer types before processing. This ensures that potentially malicious string-based inputs cannot interfere with the calculation logic or downstream operations.
Audit Metadata