All connectors
Agent frameworks

Stagehand

Browser-automation agent guard.

Wraps Stagehand's browser automation. Inspects the LLM-generated actions before Playwright runs them — blocks credential exfiltration, off-domain navigation, dangerous form fills.

Install

pnpm add @blackunicorn/bonklm-stagehand

Minimal example

import { Stagehand } from '@browserbasehq/stagehand'
import { wrapStagehand } from '@blackunicorn/bonklm-stagehand'

const sh = wrapStagehand(new Stagehand(), {
  validators: ['prompt-injection', 'tool-call-args'],
})
Related connectors