
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@vibetechnologies/browser-sync
Advanced tools
Sync browser cookies and sessions from your local Chrome to OpenClaw cloud browser
Sync browser cookies and sessions from your local Chrome to your OpenClaw cloud browser.
Cloud browsers can't log into Google, GitHub, or other sites that detect automation. Instead of fighting detection, bring your existing authenticated session to the cloud.
npm install -g @vibetechnologies/browser-sync
browser-sync login --token <your-api-token>
# Sync Google cookies
browser-sync push --domains google.com,gmail.com
# Sync multiple services
browser-sync push --domains google.com,github.com,linkedin.com
# Use a specific Chrome profile
browser-sync push --domains google.com --profile "Profile 1"
# Dry run — see what would be synced
browser-sync push --domains google.com --dry-run
browser-sync profiles
Network.setCookies| OS | Cookie decryption |
|---|---|
| macOS | Keychain → AES-128-CBC |
| Linux | libsecret / fallback → AES-128-CBC |
| Windows | DPAPI → AES-256-GCM (requires win-dpapi) |
~/.config/browser-sync/auth.jsonimport { extractStorageState, pushCookies, login } from "@vibetechnologies/browser-sync";
// Extract Google cookies from local Chrome
const state = await extractStorageState([".google.com", ".gmail.com"]);
// Push to cloud
await login("https://console.openclaw.vibebrowser.app", "your-token");
await pushCookies(state);
FAQs
Sync browser cookies and sessions from your local Chrome to OpenClaw cloud browser
The npm package @vibetechnologies/browser-sync receives a total of 0 weekly downloads. As such, @vibetechnologies/browser-sync popularity was classified as not popular.
We found that @vibetechnologies/browser-sync demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.