Finage

PassAudited by ClawScan on May 10, 2026.

Overview

This appears to be a normal Finage market-data integration, with the main cautions being that it asks users to install and log into the Membrane CLI.

This skill looks coherent for accessing Finage market data. Before installing, make sure you trust Membrane, understand that the CLI may store/refresh login credentials, and confirm that any actions are run only against the intended Finage connection.

Findings (3)

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.

What this means

Installing a global CLI gives that package local execution capability on the user’s machine.

Why it was flagged

The skill asks the user to install a global CLI package from npm using the mutable @latest tag. This is relevant supply-chain exposure, but it is disclosed and central to the Membrane-based integration.

Skill content
npm install -g @membranehq/cli@latest
Recommendation

Install only if you trust Membrane and npm package provenance; consider pinning a specific CLI version where possible.

What this means

The user may need to authenticate a Membrane account and connect Finage so the agent can query data through that connection.

Why it was flagged

The skill uses Membrane-managed authentication and token refresh for Finage access. This is expected for the integration, but it means the user is delegating account access to Membrane.

Skill content
Membrane handles authentication and credentials refresh automatically
Recommendation

Authenticate only the intended account and verify the Finage connection before allowing actions to run.

What this means

Queries and connection setup may pass through Membrane rather than going directly from the agent to Finage.

Why it was flagged

The integration routes Finage access through Membrane’s connection system. This is disclosed and purpose-aligned, but users should recognize that a third-party service mediates the connection.

Skill content
Use `membrane connection ensure` to find or create a connection by app URL or domain
Recommendation

Review Membrane’s account and connection settings and avoid sending sensitive or unintended data through the connection.