setup

Fail

Audited by Snyk on Aug 23, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The skill asks the user for API keys/secrets and instructs the agent to store them by writing them directly into a .env file (and to not ask the user to edit it manually), which requires the LLM to receive and output secret values verbatim.

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). The skill explicitly installs and references crypto/exchange tooling and API keys: it adds ccxt to the pip install list and asks the user to provide/store Binance API key & secret and an OpenAlgo API key in the .env. ccxt and exchange API keys are specific crypto/trading integrations that enable authenticated trading/market actions (direct financial execution), so this skill enables direct financial execution capability.

MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (high risk: 0.90). This skill explicitly instructs the agent/user to run OS-level installation commands that require sudo (apt/yum, make install into /usr, brew install), which modify system files and request elevated privileges.

Issues (4)

W007
HIGH

Insecure credential handling detected in skill instructions.

W012
MEDIUM

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

W009
MEDIUM

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

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
HIGH
Analyzed
Aug 23, 2026, 04:07 PM
Issues
4
Security Audit — snyk — setup