Longbridge Openapi

AdvisoryAudited by Static analysis on May 11, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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

If the user confirms the wrong action, the agent could change watchlists, create alerts, or set up investment automation through Longbridge.

Why it was flagged

The skill includes tools that can mutate brokerage-side settings or investment plans, which is high-impact but directly related to its stated finance/trading purpose.

Skill content
watchlist read + admin, price alerts, recurring DCA plans
Recommendation

Only approve mutation previews after checking the exact symbol, account, amount, frequency, and action; avoid broad or ambiguous confirmations.

What this means

The skill may be able to view brokerage account information and, where trade scope is granted, perform account-related operations after confirmation.

Why it was flagged

The skill may use OAuth tokens, app secrets, and trade-scope login for Longbridge account access. This is expected for the integration, but the permissions are sensitive.

Skill content
LONGBRIDGE_APP_SECRET ... LONGBRIDGE_ACCESS_TOKEN ... Sections marked 🔒 require trade-scope login.
Recommendation

Use the least-privileged Longbridge login available, keep tokens out of shared environments, and revoke or rotate credentials if no longer needed.

What this means

Security depends on the `longbridge` binary installed on the user’s system.

Why it was flagged

The reviewed artifact does not include runnable code or an install recipe, so the actual `longbridge` CLI implementation and provenance are outside this review.

Skill content
Source: unknown ... Required binaries (at least one): longbridge ... No install spec — this is an instruction-only skill.
Recommendation

Install the Longbridge CLI only from official Longbridge sources, verify the binary/version, and avoid using untrusted wrappers.

What this means

A confirmed alert or DCA plan may continue to operate until the user changes or cancels it in Longbridge.

Why it was flagged

Alerts and recurring investment plans can persist after the current chat. The artifact discloses this capability, so this is a persistence note rather than hidden behavior.

Skill content
price alerts, and recurring DCA plans
Recommendation

Set explicit limits and review active alerts or recurring plans periodically in the Longbridge account.