sympy
Pass
Audited by Gen Agent Trust Hub on Feb 15, 2026
Risk Level: LOW
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The code snippets reference standard, well-known libraries 'sympy' and 'numpy'. No unauthorized downloads or remote code execution patterns were found.
- [DATA_EXFILTRATION] (SAFE): No network operations (curl, wget, requests) or access to sensitive local file paths (credentials, ssh keys) are present in the documentation.
- [PROMPT_INJECTION] (SAFE): No instructions attempting to override agent behavior, bypass safety filters, or extract system prompts were detected.
- [DYNAMIC_EXECUTION] (LOW): The documentation includes the 'lambdify' function, which generates executable code from symbolic expressions. In this context, it is used as a standard library feature for numerical evaluation and does not pose a risk as it does not ingest untrusted external data.
- [COMMAND_EXECUTION] (SAFE): No shell command execution or subprocess spawning of untrusted binaries was found.
Audit Metadata