saleslens
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of the official Membrane CLI tool from the public NPM registry.
- Evidence:
npm install -g @membranehq/cliandnpx @membranehq/cli@latestare used to set up the necessary environment. - [COMMAND_EXECUTION]: The skill uses a command-line interface to interact with integration elements and run actions.
- Evidence: Multiple
membranecommands are invoked, includingmembrane login,membrane search, andmembrane action runto manage the integration lifecycle. - [DATA_EXFILTRATION]: The skill provides a mechanism to interact with external APIs through a secure proxy that handles authentication headers server-side.
- Evidence: The
membrane requestcommand is used to route requests to SalesLens endpoints, preventing the exposure of raw credentials or API keys to the agent.
Audit Metadata