python-sdk
Warn
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [REMOTE_CODE_EXECUTION]: Code examples in
SKILL.mdandreferences/tool-builder.mddemonstrate using theeval()function to handle tool arguments (e.g., for a calculator tool). Executingeval()on strings generated by an AI agent is a high-risk pattern that allows for arbitrary code execution on the host machine if the input is not strictly sanitized.\n- [COMMAND_EXECUTION]: The skill documents 'internal tools' and 'client tools' that can execute code (internal_tools().code_execution(True)) or modify the local file system (delete_filetool inreferences/agent-patterns.md). While the examples include human-approval checkpoints (require_approval()), these capabilities grant the agent significant control over the environment.\n- [EXTERNAL_DOWNLOADS]: The skill requires the installation of theinferenceshPython package and references adding additional skills vianpxcommands.\n- [DATA_EXFILTRATION]: The SDK includes built-in functionality for uploading files to a remote cloud service (inference.sh) and making outbound requests via webhooks. While these are documented features, they provide paths for potential data egress.
Audit Metadata