
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@standardbeagle/agnt
Advanced tools
MCP server for AI coding agents - process management, reverse proxy with traffic logging, browser instrumentation, and sketch mode
Give your AI coding agent browser superpowers.
agnt is a new kind of tool designed for the age of AI-assisted development. It acts as a bridge between your AI coding agent and the browser, extending what's possible during vibe coding sessions.
When you're in the flow with Claude Code, Cursor, or other AI tools, agnt lets your agent:
npm install -g @standardbeagle/agnt
Add to your MCP configuration:
{
"mcpServers": {
"agnt": {
"command": "agnt",
"args": ["mcp"]
}
}
}
Or install as a Claude Code plugin:
/plugin marketplace add standardbeagle/agnt
/plugin install agnt@agnt
Wrap your AI coding tool with overlay features:
agnt run claude --dangerously-skip-permissions
agnt run cursor
agnt run aider
This adds a terminal overlay menu (Ctrl+P) and enables browser-to-terminal messaging.
Start a proxy and your agent gains eyes into the browser:
proxy {action: "start", id: "app", target_url: "http://localhost:3000"}
Now your agent can:
Every proxied page gets a floating bug icon. Click to:
Draw directly on your UI:
JavaScript errors automatically captured and available to your agent - no more forgetting to mention them.
| Tool | Description |
|---|---|
detect | Auto-detect project type and scripts |
run | Run scripts or commands |
proc | Manage processes |
proxy | Reverse proxy with instrumentation |
proxylog | Query traffic logs |
currentpage | View page sessions |
daemon | Manage background service |
The proxy injects window.__devtool with 50+ diagnostic functions:
__devtool.screenshot('name') // Capture screenshot
__devtool.inspect('#element') // Full element analysis
__devtool.auditAccessibility() // A11y audit
__devtool.sketch.open() // Enter sketch mode
__devtool.interactions.getLastClick() // Last click details
Create .agnt.kdl in your project:
scripts {
dev {
command "npm"
args "run" "dev"
autostart true
}
}
proxies {
frontend {
target "http://localhost:3000"
autostart true
}
}
MIT
FAQs
MCP server for AI coding agents - process management, reverse proxy with traffic logging, browser instrumentation, and sketch mode
The npm package @standardbeagle/agnt receives a total of 758 weekly downloads. As such, @standardbeagle/agnt popularity was classified as not popular.
We found that @standardbeagle/agnt 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.
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
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.