codex-image
Warn
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: Multiple scripts within the skill utilize
subprocess.runto execute external commands. Specifically,get_auth.pyexecutesminis-browser-usefor browser automation andminis-openfor opening URLs, while the image generation scripts executeget_auth.pyas a subprocess. - [CREDENTIALS_UNSAFE]: The skill is designed to automatically retrieve and store a ChatGPT
accessTokenfrom the user's browser session. This sensitive credential is saved to~/.chatgpt_auth.json. Although the skill attempts to secure this file by setting permissions to600, the programmatic extraction of session tokens is a high-risk operation. - [DATA_EXFILTRATION]: By design, the skill programmatically accesses the user's ChatGPT session token. While the token is intended for use with the
chatgpt.comAPI, the capability to extract such sensitive session-level data could be misused for unauthorized access if the environment or toolchain is compromised.
Audit Metadata