sympy
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): The content consists of Markdown documentation for the SymPy library. It provides tutorials and code snippets for common mathematical operations such as calculus, equation solving, and matrix manipulation. All code snippets are static examples. No suspicious commands, network requests, credential exposure, or exfiltration attempts are present.- Dynamic Execution (LOW): The documentation includes examples for
lambdifyand solvers likedsolve. These are standard library features used to convert symbolic math into numerical functions or solve differential equations. While these involve runtime code generation, they are documented here as legitimate library features. No unsafe interpolation of user-controlled strings into these functions was observed in the provided reference material.
Audit Metadata