sybil-detection
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill provides legitimate functionality for detecting Sybil attacks on the Solana blockchain through transparent and well-documented Python logic.
- [EXTERNAL_DOWNLOADS]: The skill's scripts utilize the httpx library to retrieve blockchain data from official and well-known providers, including Helius (api.helius.xyz), Solana Mainnet RPC (api.mainnet-beta.solana.com), and SolanaTracker (data.solanatracker.io).
- [DATA_EXFILTRATION]: Analysis of network operations shows they are restricted to querying reputable blockchain data providers for public ledger information. No sensitive user data or credentials are exfiltrated; API keys are correctly managed via environment variables instead of being hardcoded.
Audit Metadata