dexscreener-api

Pass

Audited by Gen Agent Trust Hub on Mar 21, 2026

Risk Level: SAFE
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill performs standard HTTP GET requests to api.dexscreener.com to retrieve market data such as token prices, liquidity, and volume. These operations target a well-known cryptocurrency data service and do not require authentication.
  • [PROMPT_INJECTION]: The skill is subject to an indirect prompt injection surface area because it ingests untrusted data from an external API (such as token descriptions, names, and social links).
  • Ingestion points: scripts/boost_monitor.py and scripts/token_lookup.py fetch and display JSON data from the DexScreener API.
  • Boundary markers: No specific delimiters are used to separate API data from instructions in the prompt context.
  • Capability inventory: The skill utilizes network access through the httpx library but lacks file-writing or system command execution capabilities.
  • Sanitization: The scripts implement basic data validation by casting price and volume strings to floats, though free-text fields like token descriptions are processed as raw strings.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 21, 2026, 02:35 PM