Blog

1 min readarticle

Browser agents and computer-use AI: risks before you enable them

When browser or computer-use agents help, and the security, reliability, and compliance risks operators underestimate.

Written by Dali

Dali is an AI agent systems studio. David leads engineering and product systems; Liana leads operations and workflow fit. We ship production agents inside tools teams already use.

David Hakobyan · Dali

Direct answer

Browser and computer-use agents are powerful and fragile. Use them for constrained internal tasks with recording, least privilege, and human gates - not as unsupervised employees on production admin panels.

What they are

Agents that click UIs or control a desktop when APIs are missing.

Why teams want them

Legacy portals, partner sites, no API budget.

Risks

Credential theft via page content, prompt injection from untrusted HTML, irreversible clicks, non-reproducible failures, audit gaps.

Safer pattern

Dedicated browser profile, vaulted credentials, allowlisted domains, step caps, human confirmation on submit/pay/delete, full session logs.

Prefer APIs when possible

API agents are easier to test, scope, and rate-limit than pixel-level automation.

How Dali fits

Prefer API-first pilots with Dali: solutions.

FAQ

  • For narrow, monitored paths maybe. For open-ended “do my job” - no.