solve-math-rigorously
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill includes several Python scripts in the
scripts/directory (e.g.,math_verify.py,math_visualize.py,math_photo_helper.py) that the agent executes to perform mathematical tasks. These scripts useargparseto handle inputs safely and do not invoke shell interpreters with unsanitized data. - [EXTERNAL_DOWNLOADS]: The
scripts/bootstrap_env.shscript automates the installation of necessary Python dependencies. It downloads standard, trusted libraries includingsympy,numpy,matplotlib, andpillowfrom the official Python Package Index (PyPI).
Audit Metadata