adyen
Pass
Audited by Gen Agent Trust Hub on Apr 30, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the official Membrane CLI tool from npm (
@membranehq/cli@latest). This is a vendor-owned resource used to facilitate communication with the platform. - [COMMAND_EXECUTION]: The skill uses shell commands to interact with the Membrane CLI (
membrane). These commands handle authentication, connection setup, and execution of Adyen actions. - [DYNAMIC_EXECUTION]: The skill supports dynamic creation of actions via the
membrane action createcommand. This allows the platform to generate executable logic based on natural language descriptions provided by the agent. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data retrieved from Adyen.
- Ingestion points: Data enters the context via the output of
membrane action runandmembrane action listcommands. - Boundary markers: No specific delimiters or "ignore instructions" warnings are included in the skill's instructions for the data processing phase.
- Capability inventory: The skill has access to shell command execution (
membraneCLI), network operations (implicit via CLI), and file-system interaction (implicit via CLI installation). - Sanitization: There is no explicit evidence of sanitization or filtering applied to the data retrieved from the Adyen API before it is processed by the agent.
Audit Metadata