Gemini CLI runs shell commands on developer laptops, Auto Browse acts inside Chrome, and Workspace agents edit files and permissions on their own. Workspace admin toggles apps on and off — Ospiri watches what they actually do.
Book a demoGoogle's agent stack spans the terminal, the IDE, the browser, and Workspace — each with its own execution power.
Open-source terminal agent with run_shell_command and file write access. Config in ~/.gemini/settings.json, project context from GEMINI.md, and a --yolo mode that skips approvals.
IDE plugin across VS Code and JetBrains, plus an agent-first IDE where agents run commands automatically.
Agentic browsing folded into Chrome and the Gemini app: navigates, books, and emails on the user's behalf.
Agents inside Gmail, Docs, Sheets, and Drive that create, edit, and re-permission files; Jules autonomously turns GitHub issues into PRs from cloud VMs.
GEMINI.md and .gemini/.env are read as trusted instructions; anything in a cloned repo can carry a payload.run_shell_command runs on the host; sandboxing (toolSandboxing) can be disabled by the user.mcpServers entries in settings.json and extensions wire agents to arbitrary local and remote tools..gemini/.env in a pull request achieved host-level code execution before the sandbox; --yolo ignored allowlists, enabling CI secret exfiltration (patched).README.md hid a command that silently exfiltrated environment variables.system-defaults.json and Trusted Folders set static policy. None of it observes runtime behavior — what the shell actually executed, which MCP tools were invoked, or what a --yolo session touched. And none of it sees personal accounts or non-Google agents on the same machine.Ospiri connects to Workspace Admin and Google Cloud's Gemini surfaces — and fills in what event logs structurally can't show.
--yolo runs, and non-Google agents on the same host never reach Workspace Admin; Ospiri sees all three.--yolo or disables toolSandboxing: secret and path fences, network containment, and copy-on-write for risky writes.GEMINI.md, .gemini/.env, and extension bundles for injected instructions and embedded secrets before the agent loads them; re-scan on every update.mcpServers entry, monitor tool-call traffic in flight, and enforce per-agent allow-lists across system, workspace, and user scopes.Book a demo. We'll scope a deployment for your environment.
Book a demo