The skill permits arbitrary command execution and URL navigation,
Claims to do
Slack Automation: Interact with Slack workspaces to check messages, extract data, and automate common tasks.
Actually does
This skill uses the `agent-browser` tool to perform browser automation on `https://app.slack.com`. It can connect to an existing browser session (port 9222) or open a new one. It interacts with the Slack web interface by taking DOM snapshots, clicking elements, filling forms, pressing keys, waiting, taking screenshots, scrolling, and extracting text, URLs, and titles.
The skill permits execution of arbitrary `agent-browser` commands via Bash, granting full control over a browser instance, including navigation to any URL and interaction with page content.
allowed-tools: Bash(agent-browser:*), Bash(npx agent-browser:*)
The skill enables collection of sensitive data from any webpage via `get text`, `snapshot --json`, and `screenshot` commands, posing a risk for data exfiltration.
agent-browser snapshot --json > output.json
The agent can navigate to login pages and extract credentials using `get text` from input fields or `screenshot` commands, posing a risk for credential harvesting.
agent-browser get text @e_message_ref
The `agent-browser open <url>` command allows navigation to arbitrary URLs, enabling reconnaissance of internal or external web resources beyond the skill's stated purpose.
agent-browser open https://app.slack.com
[](https://mondoo.com/ai-agent-security/skills/github/vercel-labs/agent-browser/slack)<a href="https://mondoo.com/ai-agent-security/skills/github/vercel-labs/agent-browser/slack"><img src="https://mondoo.com/ai-agent-security/api/badge/github/vercel-labs/agent-browser/slack.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/vercel-labs/agent-browser/slack.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.