slack
Warn
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions and examples utilize
npx chrome-use, which triggers the download and execution of packages from the npm registry. The source of this package is not a recognized trusted organization. - [REMOTE_CODE_EXECUTION]: The use of
npxallows for the dynamic execution of remote code at runtime. This execution path could be exploited if the package is compromised or substituted. - [COMMAND_EXECUTION]: The skill frequently executes shell commands to automate browser interactions, including
chrome-use click,fill,press, andscreenshot. It also attempts to connect to local browser debugging ports (e.g., 9222). The skill additionally uses theabstool for unspecified scripting tasks. - [DATA_EXFILTRATION]: The skill is designed to extract sensitive data from Slack workspaces, including private messages, participant lists, and search results. It explicitly saves this data to local files (e.g.,
slack-snapshot.json,snapshot.txt) and captures screenshots, which could be subsequently exfiltrated. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it reads and processes arbitrary text from Slack messages which could contain malicious instructions for the agent.
- Ingestion points: Slack message content, channel names, and user metadata are read via
chrome-use snapshotandchrome-use get textin SKILL.md. - Boundary markers: The instructions do not define clear boundaries or delimiters to separate untrusted Slack content from the agent's system instructions.
- Capability inventory: The skill possesses extensive capabilities to interact with the web (clicking, typing, navigating) via the
chrome-usetool, providing an execution path for instructions found in Slack messages. - Sanitization: There is no evidence of sanitization, filtering, or validation of the data retrieved from Slack before it is processed by the agent.
Audit Metadata