liquidity-analysis
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill makes network requests to api.dexscreener.com and api.jup.ag to retrieve liquidity and price data. These are standard and well-known services for Solana ecosystem analysis.
- [PROMPT_INJECTION]: The skill ingests untrusted token metadata from external APIs which could be used as an indirect prompt injection vector to influence agent behavior.
- Ingestion points: API responses from DexScreener and Jupiter retrieved in scripts/analyze_liquidity.py and scripts/pool_comparison.py.
- Boundary markers: The skill does not use delimiters or explicit instructions to the agent to ignore embedded commands in the token metadata.
- Capability inventory: The skill utilizes the httpx library for network operations.
- Sanitization: No sanitization or filtering of external string data is performed before it is included in reports.
Audit Metadata