mocean-api
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the official Membrane CLI tool (
@membranehq/cli) from the NPM registry. This is a legitimate dependency provided by the skill's author for interacting with their platform. - [COMMAND_EXECUTION]: The skill employs several shell commands to manage the Mocean API integration, including authentication (
membrane login), connection management (membrane connect), and action execution (membrane action run). These are standard operations for the platform's workflow. - [SAFE]: The skill demonstrates positive security practices by explicitly advising against requesting or hardcoding API keys. It delegates all credential management to the Membrane platform's server-side connection system, reducing the risk of local data exposure.
Audit Metadata