
Research
/Security News
Trivy Under Attack Again: Widespread GitHub Actions Tag Compromise Exposes CI/CD Secrets
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.
@different-ai/opencode-browser
Advanced tools
Browser automation for OpenCode via Chrome extension + Native Messaging. Inspired by Claude in Chrome.
Browser automation for OpenCode via Chrome extension + Native Messaging.
Inspired by Claude in Chrome - Anthropic's browser extension that lets Claude Code test code directly in the browser and see client-side errors via console logs. This project brings similar capabilities to OpenCode.
Get access to your fully credentialed chrome instance to perform privileged web operations.
Chrome 136+ blocks --remote-debugging-port on your default profile for security reasons. This means DevTools-based automation (like Playwright or chrome-devtools-mcp) triggers a security prompt every time.
OpenCode Browser bypasses this entirely using Chrome's Native Messaging API - the same approach Claude uses. Your automation works with your existing browser session, logins, and bookmarks. No prompts. No separate profiles.
npx opencode-browser install
The installer will:
~/.opencode-browser/extension/opencode.jsonIf you prefer manual installation:
Load the extension
chrome://extensions~/.opencode-browser/extension/Run the installer to register the native host:
npx opencode-browser install
Add to opencode.json:
{
"mcp": {
"browser": {
"type": "local",
"command": ["npx", "opencode-browser", "start"],
"enabled": true
}
}
}
| Tool | Description |
|---|---|
browser_navigate | Navigate to a URL |
browser_click | Click an element by CSS selector |
browser_type | Type text into an input field |
browser_screenshot | Capture the visible page |
browser_snapshot | Get accessibility tree with selectors |
browser_get_tabs | List all open tabs |
browser_scroll | Scroll page or element into view |
browser_wait | Wait for a duration |
browser_execute | Run JavaScript in page context |
OpenCode ──MCP──> server.js ──Unix Socket──> host.js ──Native Messaging──> Chrome Extension
│
▼
chrome.tabs
chrome.scripting
No DevTools Protocol = No security prompts.
npx opencode-browser uninstall
Then remove the extension from Chrome and delete ~/.opencode-browser/ if desired.
Logs are written to ~/.opencode-browser/logs/browser-mcp-host.log
MIT
Inspired by Claude in Chrome by Anthropic.
FAQs
Browser automation plugin for OpenCode (native messaging + per-tab ownership).
The npm package @different-ai/opencode-browser receives a total of 229 weekly downloads. As such, @different-ai/opencode-browser popularity was classified as not popular.
We found that @different-ai/opencode-browser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.

Research
/Security News
We identified over 20 additional malicious extensions, along with over 20 related sleeper extensions, some of which have already been weaponized.