intellexer-api
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of the Membrane CLI tool from the npm registry using the command
npm install -g @membranehq/cli@latest. This is a standard installation of a vendor-provided tool required for the skill's functionality. - [COMMAND_EXECUTION]: The skill relies on shell commands through the
membraneCLI to manage connections, discover API actions, and perform requests (e.g.,membrane login,membrane action run, andmembrane request). These commands are used as intended for orchestrating the Intellexer API integration. - [PROMPT_INJECTION]: The skill features capabilities that ingest and process content from untrusted external sources, such as
summarize-urlandparse-document-url. These endpoints represent a potential surface for indirect prompt injection, where malicious instructions embedded in a remote document or webpage could attempt to influence the agent's behavior during processing.
Audit Metadata