benchling-integration
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate technical documentation for the Benchling platform. All code examples and instructions are consistent with the stated purpose of managing laboratory data and R&D entities.
- [EXTERNAL_DOWNLOADS]: The skill instructs users to install the
benchling-sdkpackage, which is the official Python library for Benchling. These instructions are standard for an integration skill and target the official package registry (PyPI). - [CREDENTIALS_SAFE]: The skill correctly emphasizes security best practices for credential management. It explicitly warns against hardcoding API keys and recommends using environment variables, AWS Secrets Manager, or HashiCorp Vault. All credential values in the examples are clearly labeled placeholders (e.g., 'your_api_key').
- [COMMAND_EXECUTION]: Shell commands are limited to standard package management (
pip install,poetry add) andcurlexamples for testing the REST API. No suspicious command execution or privilege escalation patterns were found.
Audit Metadata