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.comto 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.pyandscripts/token_lookup.pyfetch 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
httpxlibrary 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