byted-outbound-call
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local shell commands in
scripts/message/notify.pyusingsubprocess.runwithshell=Trueto interact with theopenclawCLI. Although the arguments are sanitized usingshlex.quote, shell execution increases the potential attack surface. - [COMMAND_EXECUTION]: In
scripts/submit_job.py, a background monitoring task is spawned usingsubprocess.Popento execute thewait_job_result.pyscript. - [DATA_EXFILTRATION]: The utility module
scripts/common/utils.pylogs the entireos.environdictionary to local log files. This behavior exposes sensitive environment variables, specifically theVOLCENGINE_ACCESS_KEYandVOLCENGINE_SECRET_KEYrequired by the skill, in plain text within the diagnostic logs.
Audit Metadata