consult-oracle
Warn
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/refresh_cookies.pyexecutes the macOSsecurityutility to retrieve the 'Chrome Safe Storage' password from the system Keychain to enable decryption of browser data. - [CREDENTIALS_UNSAFE]: Decrypted ChatGPT session cookies are saved in plaintext at
~/.oracle/cookies.json, making sensitive authentication tokens accessible to any local process. - [EXTERNAL_DOWNLOADS]: The
scripts/run_oracle.pyscript usesnpx -yto download and execute the@steipete/oraclepackage from the npm registry at runtime without prior local verification. - [REMOTE_CODE_EXECUTION]: The skill executes an unverified third-party npm package (
@steipete/oracle) and passes it the user's decrypted session cookies, creating a risk of account compromise if the external package is malicious. - [DATA_EXFILTRATION]: The skill extracts browser session tokens and transmits them to
https://chatgpt.com/api/auth/sessionfor validation; while the destination is a well-known service, the automated handling of raw session tokens involves inherent risk.
Audit Metadata