google-appsheet
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill uses
npx @membranehq/cli@latestto download and execute the Membrane CLI tool. This is a vendor-provided tool used to facilitate communication with the Membrane platform. - [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands via the Membrane CLI, such as
login,connect,action run, andrequest, to interact with Google AppSheet data. - [DATA_EXPOSURE]: The documentation mentions that credentials are saved to
~/.membrane/credentials.json. The instructions do not direct the agent to read or transmit this file; it is only mentioned to explain how the CLI manages authentication. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process data from Google AppSheet, which constitutes an attack surface for indirect prompt injection.
- Ingestion points: Output from
action runandrequestcommands executed inSKILL.md. - Boundary markers: None provided in the instructions to delimit external data from agent commands.
- Capability inventory: The agent can execute shell commands using the
npx @membranehq/clitool. - Sanitization: No explicit sanitization or validation of the API responses is described.
Audit Metadata