python-sdk
Warn
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The
references/tool-builder.mdfile contains code examples that demonstrate handling acalculatetool by passing user or AI-provided strings directly to the Pythoneval()function. This is a highly dangerous pattern that permits arbitrary code execution on the host system if a malicious expression is provided. Copying this pattern into production code would create a critical vulnerability. - [REMOTE_CODE_EXECUTION]: The skill documentation highlights a built-in
code_executioncapability for agents, enabled viainternal_tools().code_execution(True). This feature grants the agent the ability to execute code, which is a powerful function that requires strict sandboxing and security controls to prevent abuse or system compromise. - [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
inferenceshpackage from PyPI. It also suggests adding other skills via thebelt-sh/cliandnpx skills addcommands. These actions involve downloading and executing code from external package registries, which should be verified for authenticity.
Audit Metadata