beacon
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the official Membrane CLI tool (
@membranehq/cli) globally via npm. This is a standard procedure for utilizing the author's integration platform. - [COMMAND_EXECUTION]: The skill uses various shell commands through the
membraneCLI to manage connections and execute API requests. These commands are used as intended for Beacon data management and do not exhibit suspicious behavior. - [CREDENTIALS_UNSAFE]: The skill explicitly advises against asking for or storing API keys locally, instead utilizing a browser-based OAuth-style flow (
membrane login) and server-side credential management, which is a secure practice.
Audit Metadata