coinpilot-hyperliquid-copy-trade

clawhub:coinpilot-hyperliquid-copy-trade

View source
C
60/100

First Seen

Feb 18, 2026

Last Scanned

Feb 22, 2026

Findings

2

Score

60/100

CRITICAL 1
HIGH 1

Findings (2)

CRITICAL
Instruction override combined with dangerous operations
L1

Instruction override combined with dangerous operations

Optional environment variables:COINPILOT_CONFIG_PATH: absolute/relative path to credentials JSON.COINPILOT_API_BASE_URL: override Coinpilot API URL.
FIX

Remove language that attempts to override safety guidelines or bypass system-level controls. This pattern is a strong indicator of a jailbreak attempt.

FP?

Likely FP if the matched text is in a security research document or educational content clearly marked as an example rather than an active payload.

HIGH
Data transmission pattern
L62

Detects patterns indicating sensitive data being sent to external services

send keys to
FIX

Restrict file reading to the project directory and block outbound network calls that include file contents. Implement file path validation to prevent directory traversal.

FP?

Likely FP if the tool legitimately reads project files and displays them to the user locally, without sending data to external services.