
Research
6 Malicious Packagist Themes Ship Trojanized jQuery and FUNNULL Redirect Payloads
Six malicious Packagist packages posing as OphimCMS themes contain trojanized jQuery that exfiltrates URLs, injects ads, and loads FUNNULL-linked redirects.
@vercel/next-browser
Advanced tools
Programmatic access to React DevTools and the Next.js dev server. Everything you'd click through in a GUI — component trees, props, hooks, PPR shells, build errors, Suspense boundaries — exposed as shell commands that return structured text.
Built for agents. An LLM can't read a DevTools panel, but it can run
next-browser tree, parse the output, and decide what to inspect next. Each
command is a stateless one-shot against a long-lived browser daemon, so an
agent loop can fire them off without managing browser lifecycle.
You don't install or run this directly. Your agent does.
Add the skill to your project. From your Next.js repo:
npx skills add vercel-labs/next-browser
Works with Claude Code, Cursor, Cline, and others.
Start your agent in that project.
Type /next-browser to invoke the skill.
The skill checks for the CLI and installs @vercel/next-browser
globally if it's missing (plus playwright install chromium).
It asks for your dev server URL and any cookies it needs, opens the browser, and from there it's pair programming — tell it what you're debugging and it drives the tree, navigates pages, inspects components, and reads errors for you.
That's the whole flow. Run npx skills upgrade later to pull updates.
The rest of this README documents the raw CLI for the rare case where you're scripting it yourself.
pnpm add -g @vercel/next-browser
Requires Node >=20.
open <url> [--cookies-json <file>] launch browser and navigate
close close browser and daemon
goto <url> full-page navigation (new document load)
push [path] client-side navigation (interactive picker if no path)
back go back in history
reload reload current page
restart-server restart the Next.js dev server (clears fs cache)
ppr lock enter PPR instant-navigation mode (requires cacheComponents)
ppr unlock exit PPR mode and show shell analysis
tree show React component tree
tree <id> inspect component (props, hooks, state, source)
screenshot save full-page screenshot to tmp file
eval <script> evaluate JS in page context
errors show build/runtime errors
logs show recent dev server log output
network [idx] list network requests, or inspect one
MIT
FAQs
Headed Playwright browser with React DevTools pre-loaded
The npm package @vercel/next-browser receives a total of 513 weekly downloads. As such, @vercel/next-browser popularity was classified as not popular.
We found that @vercel/next-browser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 388 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
Six malicious Packagist packages posing as OphimCMS themes contain trojanized jQuery that exfiltrates URLs, injects ads, and loads FUNNULL-linked redirects.

Security News
The GCVE initiative operated by CIRCL has officially opened its publishing ecosystem, letting organizations issue and share vulnerability identifiers without routing through a central authority.

Security News
The project is retiring its odd/even release model in favor of a simpler annual cadence where every major version becomes LTS.