Foxy
Analysis
Foxy is a Membrane/Foxy CLI integration, but it gives broad authenticated API access that can change customers, coupons, subscriptions, and transactions, and its stated purpose is inconsistent enough to warrant review before installation.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
description: |\n Foxy integration. Manage Organizations, Users, Goals, Filters...\n| Cancel Subscription | cancel-subscription | Cancel a subscription by setting its end date |\n| Update Customer | update-customer | Update an existing customer |
The stated purpose does not match the listed high-impact e-commerce actions, which may cause users to underestimate what the skill can do.
membrane request CONNECTION_ID /path/to/endpoint... HTTP method (GET, POST, PUT, PATCH, DELETE)... injects the correct authentication headers
The skill documents a raw authenticated API proxy with mutating and deleting HTTP methods, which can bypass safer pre-built actions and operate broadly on the connected Foxy account.
npm install -g @membranehq/cli
The skill asks the user to install a global npm CLI package without a pinned version in an install spec.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
membrane login --tenant... membrane connect --connectorId=CONNECTOR_ID --json... Membrane handles authentication and credentials refresh automatically
The integration depends on delegated Membrane/Foxy authentication and credential refresh, which is expected but grants ongoing account authority.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
send requests directly to the Foxy API through Membrane's proxy... | List Transactions | list-transactions | ... | List Customers | list-customers |
Customer and transaction data may be accessed through an external Membrane proxy/provider flow, which is disclosed and purpose-aligned but sensitive.
