cookie
Fail
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: HIGHDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
execFileSyncto run the macOSsecurityutility, programmatically fetching the 'Chrome Safe Storage' password from the system Keychain. - [COMMAND_EXECUTION]: The script executes the system
sqlite3binary to query the Chrome cookies database. - [DATA_EXFILTRATION]: The skill accesses highly sensitive application data in
~/Library/Application Support/Google/Chrometo snapshot the cookies database. - [DATA_EXFILTRATION]: The skill decrypts all browser session tokens and writes them in plaintext to
/tmp/chrome-pw-cookies.jsonand/tmp/chrome-load-cookies.js. Although the script attempts to set restrictive file permissions (0o600), storing decrypted session tokens in a shared temporary directory is a dangerous practice that exposes the user to session hijacking.
Recommendations
- AI detected serious security threats
Audit Metadata