
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.
@mastra/stagehand
Advanced tools
Affected versions:
AI-powered browser automation for Mastra agents using Stagehand.
npm install @mastra/stagehand
import { Agent } from '@mastra/core/agent';
import { StagehandBrowser } from '@mastra/stagehand';
// Create a Stagehand browser
const browser = new StagehandBrowser({
model: 'openai/gpt-5.4',
headless: true,
});
// Create an agent with the browser
const agent = new Agent({
name: 'web-agent',
instructions: 'You are a helpful web assistant.',
model: 'openai/gpt-5.4',
browser,
});
// Use the agent to browse the web with natural language
const result = await agent.generate('Go to google.com and search for "Mastra AI"');
See the package changelog for version history and release notes.
We have an open community Discord. Come and say hello and let us know if you have any questions or need any help getting things running.
FAQs
AI-powered browser automation for Mastra agents using Stagehand
The npm package @mastra/stagehand receives a total of 26,441 weekly downloads. As such, @mastra/stagehand popularity was classified as popular.
We found that @mastra/stagehand demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers 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.