Skip to main content
Agentic web workflows can touch real applications, credentials, files, and signed browser capabilities. Keep secrets out of prompts and logs, and use policy boundaries before the browser touches sensitive systems.

Credentials

Do not paste real keys into prompts, issue trackers, source control, or shared transcripts.

Signed browser capabilities

Debug UI and CDP URLs are bearer capabilities. Anyone with the URL can inspect or control the browser within that capability’s scope. Use them intentionally:
  • Request --debug-url only when a human needs it.
  • Redact signed URLs from logs.
  • Avoid passing signed URLs back into untrusted model prompts.
  • Close browsers when inspection is complete.

Policy boundaries

Browser policy lets you limit where a browser can go and how it handles downloads, uploads, private-network access, and approvals.
Use strict domain policy for workflows with known targets. Use approvals when the workflow can touch authentication, file upload, form submission, destructive actions, payments, purchases, legal acceptance, or other sensitive behavior. Reference: secrets and user input, policy and proxy, policy reference, proxy reference, and environment variables.