sympy-symbolic
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to install well-known and trusted Python packages:
sympy,matplotlib, andnumpyvia pip. This is standard procedure for setting up the environment required for the examples. - [COMMAND_EXECUTION]: The script
examples.pyincludes code to save a generated plot to a temporary file at/tmp/pump_performance_map.png. This is a routine operation for generating and storing visualization outputs in a standard temporary directory. - [DYNAMIC_EXECUTION]: The skill demonstrates the use of SymPy's
lambdifyfunction, which converts symbolic mathematical expressions into numerical functions for use with NumPy. In the provided examples, this is used safely on locally defined symbolic expressions and does not involve processing untrusted input.
Audit Metadata