gmgn-market
Fail
Audited by Snyk on Sep 16, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.80). The skill prompt instructs the agent to ask the user for an API key and then pass it via a command-line argument (
gmgn-cli config --apply <KEY>), which exposes the secret value directly through the agent's execution and logs.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The skill queries various cryptocurrency market APIs (trending tokens, search queries, token stats, signals) using
gmgn-cli, which ingest token metadata, names, symbols, and descriptions supplied by external users and creators on-chain.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata