dex-pool-analysis
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security concerns or malicious patterns were identified in the skill content or scripts.
- [EXTERNAL_DOWNLOADS]: The scripts
scripts/analyze_pools.pyandscripts/pool_monitor.pyfetch real-time market data from the DexScreener API (api.dexscreener.com), which is a standard and reputable source for cryptocurrency data. - [INDIRECT_PROMPT_INJECTION]: The skill possesses an ingestion surface for untrusted data from an external API. Ingestion points:
scripts/analyze_pools.pyandscripts/pool_monitor.pyingest JSON data from DexScreener. Boundary markers: Data is parsed as JSON and processed numerically for analytics. Capability inventory: The skill performs read-only network operations and mathematical calculations; it contains no file-system access, command execution, or other dangerous logic. Sanitization: Uses standard JSON parsing with explicit type conversion for numerical data.
Audit Metadata