HL Privateer

PassAudited by ClawScan on May 10, 2026.

Overview

This is a coherent instruction-only skill for a paid trading-signal API, but using it can spend USDC and may influence financial decisions.

Before installing, be comfortable with a skill that makes network calls to a third-party trading-signal API and may require signing small USDC payments. Use a dedicated low-balance wallet, set clear approval and spending limits, avoid providing operator credentials, and do not treat the trading signals as guaranteed financial advice.

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

If an agent can sign x402 payments, it can spend USDC for API calls; mishandling a wallet private key or entitlement token could expose funds or paid access.

Why it was flagged

Accessing paid endpoints can require wallet signing authority and may produce reusable entitlement tokens. This is disclosed and central to x402 payment, but it is still financial/credential authority.

Skill content
const account = privateKeyToAccount("0x<your-private-key>"); ... PAYMENT-SIGNATURE ... x-agent-entitlement: <entitlement-id>
Recommendation

Use a low-balance dedicated wallet, verify the requested amount before signing, set a spending budget, and do not paste real private keys into untrusted tools or chats.

What this means

An agent with operator credentials could affect the trading desk’s runtime state or positions; this is not needed for normal paid read-only signal access.

Why it was flagged

The API reference documents server-side command routes, including high-impact operator commands. They are described as JWT-authenticated, so this is not evidence of automatic or unauthorized execution, but users should avoid giving agents unnecessary operator credentials.

Skill content
POST /v1/operator/command ... Available commands: `/status`, `/positions`, `/risk-policy`, `/halt`, `/resume`, `/flatten`, `/explain`
Recommendation

Do not provide operator JWTs or login secrets unless you intentionally want operator control, and require explicit confirmation for any command endpoint.

What this means

Following or copying the signals can lead to financial losses even if the provider describes risk controls.

Why it was flagged

The skill promotes copy-trading use and includes safety claims about its trading desk. These are purpose-aligned statements, but they may encourage over-reliance on financial signals.

Skill content
Read positions and signals to mirror trades on your own account. ... No agent can bypass risk limits. The human operator holds kill-switch authority.
Recommendation

Treat the outputs as paid market information, not guaranteed or personalized financial advice, and independently decide whether any trade is appropriate.