gmgn-kline-pattern
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill interacts with the user's environment by executing gmgn-cli commands to fetch market data. This is the core functionality and is managed with prerequisite checks for configuration.
- [EXTERNAL_DOWNLOADS]: The skill requires the gmgn-cli package, instructing the agent to install it via npm if missing. As a vendor-provided tool, this is considered a standard dependency.
- [SAFE]: Robust validation is implemented for token addresses, ensuring that only correctly formatted EVM or Solana addresses are passed to the shell, which effectively prevents command injection from user input.
- [SAFE]: The skill includes specific defensive instructions to treat all external data fields as non-executable content, providing protection against potential indirect prompt injection from malicious market data.
Audit Metadata