saucelabs
Pass
Audited by Gen Agent Trust Hub on May 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill does not contain any malicious patterns such as prompt injection, obfuscation, or unauthorized data exfiltration. It follows security best practices by using a managed platform (Membrane) to handle authentication and API interactions.
- [COMMAND_EXECUTION]: The skill utilizes the
membraneCLI to interact with SauceLabs. This tool is used for legitimate tasks such as authentication (membrane login), connection management (membrane connect), and running pre-built actions (membrane action run). - [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the official
@membranehq/clipackage from the NPM registry. This is a trusted vendor resource used to provide the necessary tooling for the integration. - [DATA_EXFILTRATION]: The skill explicitly avoids handling sensitive credentials locally. By using
membrane connect, authentication is performed via a browser-based OAuth flow, and tokens are managed server-side by Membrane, reducing the risk of credential exposure.
Audit Metadata