peekdata
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill guides the user to install the Membrane CLI using
npm install -g @membranehq/cli@latest. This is a standard procedure for installing the official command-line tool from the public NPM registry associated with the skill's author. - [COMMAND_EXECUTION]: Multiple shell commands utilizing the
membraneCLI are included for authentication (membrane login), connection management (membrane connect), and executing data actions (membrane action run). These commands are standard for the platform's operation and perform their documented functions. - [PROMPT_INJECTION]: The skill processes user-defined inputs for searching actions (
--intent "QUERY") and creating them (membrane action create "DESCRIPTION"). This is a typical functional surface for agent skills and does not contain malicious instructions.
Audit Metadata