pylabrobot
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill acts as an instructional guide for the PyLabRobot SDK. Comprehensive review of the provided code snippets and reference documentation shows no evidence of malicious intent, credential harvesting, or unauthorized data access.
- [EXTERNAL_DOWNLOADS]: The skill references the installation of the 'pylabrobot' library from PyPI and provides links to official documentation and GitHub repositories managed by the project owners.
- [COMMAND_EXECUTION]: The skill includes Python examples for controlling laboratory hardware. These commands are executed through the library's abstraction layer and are confined to legitimate scientific automation tasks.
- [PROMPT_INJECTION]: The skill contains functions that ingest data from external sources, specifically laboratory equipment measurements.
- Ingestion points: Measurement data from 'PlateReader' (absorbance/fluorescence) and deck configuration from 'Deck.load_from_json_file'.
- Boundary markers: None identified in the instructional snippets.
- Capability inventory: Hardware control (liquid handling, heating, centrifuging) and local file system access for data storage.
- Sanitization: Standard numerical data parsing from sensors is expected; no specific string sanitization is mentioned.
Audit Metadata