mslm-cloud
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the installation of the
@membranehq/clipackage via NPM. This is the official command-line interface provided by the vendor (membranedev) to interact with their platform. - [COMMAND_EXECUTION]: Shell commands are used to log in, connect to services, and run integration actions through the
membraneCLI. - [REMOTE_CODE_EXECUTION]: The skill uses
membrane action runandmembrane action createto execute logic on the Membrane platform. This is the intended architecture of the skill for managing cloud data without local overhead. - [DATA_EXPOSURE]: Authentication is handled through an OAuth-style flow (
membrane login), ensuring that sensitive credentials like API keys are managed by the platform rather than being stored in local environment files or hardcoded in scripts.
Audit Metadata