Sugarcrm
Analysis
This looks like a legitimate SugarCRM integration, but it gives broad CRM change/delete and bulk-action authority through Membrane without clear approval or scoping safeguards.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Bulk API Request ... Execute multiple API requests in a single call ... Delete Record ... Delete a record from any module ... Update Record ... Update an existing record in any module
The skill presents broad, high-impact SugarCRM operations as normal runnable actions, including bulk requests and record deletion/update across any module, without artifact-level limits or confirmation guidance.
npm install -g @membranehq/cli@latest
The setup uses a user-directed global npm install with an unpinned @latest version; this is central to the skill but means the installed CLI can change over time.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Membrane handles authentication and credentials refresh automatically ... membrane connect --connectorKey sugarcrm
The integration requires delegated Membrane and SugarCRM account access, with credentials refreshed by Membrane; this is expected for the stated purpose but establishes a sensitive permission boundary.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
This skill uses the Membrane CLI to interact with SugarCRM. Membrane handles authentication and credentials refresh automatically
CRM requests, results, and authentication are mediated by Membrane as an external service; this is disclosed and purpose-aligned, but the artifacts do not detail data-boundary controls.
