solscan-data
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a standard data retrieval tool designed to interface with the official Solscan Pro API (
pro-api.solscan.io). - [SAFE]: API authentication is properly handled using an environment variable (
SOLSCAN_API_KEY), which is the recommended practice for managing sensitive secrets and prevents credential exposure in the script or instructions. - [SAFE]: The Python implementation uses the
requestslibrary to perform structured API calls. It does not use unsafe execution functions likeeval()orexec(), and does not spawn arbitrary subprocesses. - [SAFE]: All network activity is restricted to the legitimate service provider's domain, and the script includes standard error handling for API interactions.
Audit Metadata