financial-calculator
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill automates the installation of the
flaskPython package when thelaunch_ui.shscript is run to support the web interface. - [EXTERNAL_DOWNLOADS]: The web interface loads the
Chart.jslibrary fromcdn.jsdelivr.net, which is a well-known and trusted content delivery network. - [COMMAND_EXECUTION]: The skill provides scripts for performing calculations via CLI (
scripts/calculate.py) and a shell script for launching a local server (scripts/launch_ui.sh). These are standard operational requirements for the skill's purpose. - [SAFE]: The mathematical logic is implemented in plain Python with no dynamic execution (
eval/exec), sensitive file access, or unexpected network communication. No obfuscation or prompt injection attempts were found.
Audit Metadata