edlink
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the official Membrane CLI from npm using the command
npm install -g @membranehq/cli@latest. This is a vendor-owned utility required for the skill's intended operation. - [COMMAND_EXECUTION]: Execution of the
membraneCLI tool is used to manage sessions, create connections to Edlink, and run specific actions. These commands are part of the standard workflow for this integration platform. - [CREDENTIALS_UNSAFE]: The skill implements a secure authentication flow using
membrane login, which handles tokens server-side. It explicitly instructs the agent never to ask the user for API keys or secrets, which is a recommended security practice.
Audit Metadata