blockchain-sql
Pass
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to perform local data analysis and diagnostics. All scripts and references are focused on data quality workflows without suspicious intent.
- [COMMAND_EXECUTION]: The skill uses a Python script (
scripts/blockchain_sql_diagnostics.py) to process data. This script uses theargparseandpandaslibraries to read and summarize CSV data. The operations are limited to statistical calculations (mean, standard deviation, quantiles) and do not involve shell execution or unsafe evaluation of input data. - [DATA_EXPOSURE]: The diagnostic script reads a user-provided CSV file and outputs a JSON summary. It does not access sensitive system directories, environment variables, or hardcoded credentials. All file operations are restricted to the paths provided via command-line arguments.
- [DATA_EXFILTRATION]: No network-enabled libraries (such as
requests,urllib, orsocket) are utilized. The skill does not attempt to send processed data or system information to any external endpoint.
Audit Metadata