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 flask Python package when the launch_ui.sh script is run to support the web interface.
  • [EXTERNAL_DOWNLOADS]: The web interface loads the Chart.js library from cdn.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
Risk Level
SAFE
Analyzed
Mar 9, 2026, 10:14 PM