coding-data-science
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill is designed to execute arbitrary code in Python, R, and Julia. This is implemented through the
openclaw executecommand and a dedicated API endpoint, allowing the agent to perform data manipulation and model training. - [EXTERNAL_DOWNLOADS]: The documentation describes the use of standard package managers like
pipfor Python andinstall.packages()for R to set up the environment and install necessary data science libraries. - [CREDENTIALS_UNSAFE]: The skill utilizes environment variables such as
$OPENCLAW_API_KEYand$DATA_API_KEYfor authentication. These are used as placeholders for secure credential management rather than hardcoding sensitive information.
Audit Metadata