tex-render
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements its core functionality using well-known, reputable open-source libraries (MathJax and Sharp) for mathematical rendering and image processing.
- [SAFE]: All equation processing is performed locally within the agent's environment. The skill does not perform runtime network fetches or communicate with external servers after the initial dependency installation.
- [SAFE]: File system activity is restricted to the creation and management of image artifacts in the system's temporary directory or user-specified output paths. It does not attempt to access sensitive system files or configuration directories.
- [SAFE]: The skill follows security best practices by recommending the use of piped input (stdin) for TeX expressions, which prevents potential shell interpolation or command injection vulnerabilities that can occur with positional arguments.
Audit Metadata