really-simple-systems-crm
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
@membranehq/clipackage globally via npm. This is the official command-line tool for the Membrane platform and is used to facilitate the CRM integration. - [COMMAND_EXECUTION]: The skill utilizes various
membraneCLI commands (e.g.,membrane login,membrane connect,membrane action run) to interact with the CRM API. These commands are standard operations for managing connections and executing actions within the Membrane ecosystem. - [SAFE]: Authentication is handled externally through the Membrane platform via the
membrane loginandmembrane connectworkflow. This approach avoids hardcoding credentials or storing sensitive API keys directly within the skill or the agent's environment. - [SAFE]: The skill uses a proxy mechanism (
membrane request) to interact with the Really Simple Systems CRM API, which allows for secure header injection and credential refresh without exposing raw tokens to the agent logic.
Audit Metadata