alterlab-pylabrobot
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a legitimate technical guide and set of references for the PyLabRobot library. It provides high-level abstractions for controlling liquid handling robots, plate readers, and other lab hardware.
- [EXTERNAL_DOWNLOADS]: The skill references the
pylabrobotpackage and its dependencies (numpy,pandas). These are standard, well-known libraries in the scientific and data science communities. All external URLs point to official documentation (docs.pylabrobot.org), the official GitHub repository (github.com/PyLabRobot/pylabrobot), or standard package registries (PyPI). - [COMMAND_EXECUTION]: The provided Python code snippets demonstrate how to interact with laboratory hardware through the PyLabRobot API. These commands (e.g.,
pick_up_tips,aspirate,dispense) are appropriate for the skill's stated purpose and do not involve arbitrary shell execution or suspicious system calls. - [DATA_EXFILTRATION]: The skill includes patterns for reading data from analytical equipment like plate readers and scales. The examples show this data being processed locally using standard tools like Pandas or saved to local CSV files. No unauthorized network exfiltration was detected.
Audit Metadata