bybit-trading

Fail

Audited by Snyk on Jul 17, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.80). These files instruct fetching and executing a lazily-downloaded JavaScript executable directly from raw.githubusercontent.com (modules/oauth.js) — a high-risk pattern (remote code download + run) even if a checksum is shown.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.85). SKILL.md’s required auto-update workflow fetches a runtime manifest and then downloads updated module text from Bybit/GitHub raw URLs (outsider-authored free text via public web content), which is then re-read and used by the agent.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).


MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).

  • Direct money access detected (high risk: 1.00). This skill is explicitly a Bybit trading integration: it instructs the agent how to configure API keys/secrets, construct signed requests (HMAC/RSA), and includes concrete POST examples to create orders (place trades), plus rules for executing Mainnet write operations (confirmation flow). Those are specific, explicit financial execution capabilities (placing market/limit orders, transfers/withdrawals, etc.), not generic tooling.

Issues (4)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W009
MEDIUM

Direct money access capability detected (payment gateways, crypto, banking).

Audit Metadata
Risk Level
CRITICAL
Analyzed
Jul 17, 2026, 07:00 PM
Issues
4
Security Audit — snyk — bybit-trading