data-analyst
Pass
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill contains shell scripts (
data-init.shandquery.sh) that execute commands locally. data-init.shcreates a directory structure in the user's home directory (~/.openclaw/workspace/data-analysis) and populates it with templates for SQL, Python, and Markdown reports. This is a standard initialization pattern.query.shacts as a wrapper for standard database clients (sqlite3,psql,mysql). While it executes SQL queries provided as arguments, it requires the user to explicitly provide the database connection string via environment variables or CLI flags, and it uses standard command-line tools for execution.- [REMOTE_CODE_EXECUTION] (SAFE): No remote scripts or external packages are downloaded or executed. The skill only manages local files and templates.
- [DATA_EXFILTRATION] (SAFE): Network operations are not present in the scripts. Data operations are confined to local file writes or database queries requested by the user.
Audit Metadata