opentrons-integration
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): All analyzed scripts (
basic_protocol_template.py,pcr_setup_template.py,serial_dilution_template.py) use the official Opentrons API for lab automation and follow standard patterns for robot control. - [DATA_EXFILTRATION] (SAFE): No network operations, API calls to external services, or sensitive local file access were found in any of the scripts.
- [REMOTE_CODE_EXECUTION] (SAFE): No remote scripts are downloaded or executed. The logic is entirely contained within the provided Python files and relies only on the declared
opentronsdependency. - [COMMAND_EXECUTION] (SAFE): No shell commands, subprocess spawning, or system-level calls were detected. The scripts interact solely with the robot hardware through the high-level protocol API.
- [OBFUSCATION] (SAFE): The code is clear, well-documented, and uses no encoding or hidden characters.
Audit Metadata