pair-agent
Enables seamless pairing of remote AI agents with browsers, allowing collaborative web browsing through a secure setup process.
Install this skill
Security score
The pair-agent skill was audited on Jun 9, 2026 and we found 27 security issues across 3 threat categories, including 18 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Ngrok tunnel reference
| 49 | **Remote:** If the other agent is on a different machine, you need an ngrok tunnel. |
Ngrok tunnel reference
| 98 | > **Different machine** generates a setup key and instruction block. If ngrok is |
Ngrok tunnel reference
| 128 | First, detect ngrok status: |
Ngrok tunnel reference
| 131 | which ngrok 2>/dev/null && echo "NGROK_INSTALLED" || echo "NGROK_NOT_INSTALLED" |
Ngrok tunnel reference
| 132 | ngrok config check 2>/dev/null && echo "NGROK_AUTHED" || echo "NGROK_NOT_AUTHED" |
Ngrok tunnel reference
| 135 | **If ngrok is installed and authed:** Just run the command. The CLI will auto-detect |
Ngrok tunnel reference
| 136 | ngrok, start the tunnel, and print the instruction block with the tunnel URL: |
Ngrok tunnel reference
| 158 | **If ngrok is installed but NOT authed:** Walk the user through authentication: |
Ngrok tunnel reference
| 161 | "ngrok is installed but not logged in. Let's fix that: |
Ngrok tunnel reference
| 163 | 1. Go to https://dashboard.ngrok.com/get-started/your-authtoken |
Ngrok tunnel reference
| 171 | ngrok config add-authtoken THEIR_TOKEN |
Ngrok tunnel reference
| 176 | **If ngrok is NOT installed:** Walk the user through installation: |
Ngrok tunnel reference
| 179 | "To connect a remote agent, we need ngrok (a tunnel that exposes your local |
Ngrok tunnel reference
| 182 | 1. Go to https://ngrok.com and sign up (free tier works) |
Ngrok tunnel reference
| 183 | 2. Install ngrok: |
Ngrok tunnel reference
| 184 | - macOS: `brew install ngrok` |
Ngrok tunnel reference
| 185 | - Linux: `snap install ngrok` or download from ngrok.com/download |
Ngrok tunnel reference
| 186 | 3. Auth it: `ngrok config add-authtoken YOUR_TOKEN` |
Ngrok tunnel reference
| 187 | (get your token from https://dashboard.ngrok.com/get-started/your-authtoken) |
Ngrok tunnel reference
| 190 | STOP here. Wait for the user to install ngrok and re-invoke. |
Ngrok tunnel reference
| 230 | **Agent can't reach the server** — If remote, check the ngrok tunnel is running |
Access to hidden dotfiles in home directory
| 239 | credentials are written to `~/.openclaw/skills/gstack/browse-remote.json`. |
Access to hidden dotfiles in home directory
| 246 | to `~/.codex/skills/gstack/browse-remote.json`. |
Access to hidden dotfiles in home directory
| 252 | `~/.cursor/skills/gstack/browse-remote.json`. |
External URL reference
| 163 | 1. Go to https://dashboard.ngrok.com/get-started/your-authtoken |
External URL reference
| 182 | 1. Go to https://ngrok.com and sign up (free tier works) |
External URL reference
| 187 | (get your token from https://dashboard.ngrok.com/get-started/your-authtoken) |