Skip to main content

pair-agent

Enables seamless pairing of remote AI agents with browsers, allowing collaborative web browsing through a secure setup process.

Install this skill

or
0/100

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

high line 49

Ngrok tunnel reference

SourceSKILL.md
49**Remote:** If the other agent is on a different machine, you need an ngrok tunnel.
high line 98

Ngrok tunnel reference

SourceSKILL.md
98> **Different machine** generates a setup key and instruction block. If ngrok is
high line 128

Ngrok tunnel reference

SourceSKILL.md
128First, detect ngrok status:
medium line 131

Ngrok tunnel reference

SourceSKILL.md
131which ngrok 2>/dev/null && echo "NGROK_INSTALLED" || echo "NGROK_NOT_INSTALLED"
medium line 132

Ngrok tunnel reference

SourceSKILL.md
132ngrok config check 2>/dev/null && echo "NGROK_AUTHED" || echo "NGROK_NOT_AUTHED"
high line 135

Ngrok tunnel reference

SourceSKILL.md
135**If ngrok is installed and authed:** Just run the command. The CLI will auto-detect
high line 136

Ngrok tunnel reference

SourceSKILL.md
136ngrok, start the tunnel, and print the instruction block with the tunnel URL:
high line 158

Ngrok tunnel reference

SourceSKILL.md
158**If ngrok is installed but NOT authed:** Walk the user through authentication:
high line 161

Ngrok tunnel reference

SourceSKILL.md
161"ngrok is installed but not logged in. Let's fix that:
high line 163

Ngrok tunnel reference

SourceSKILL.md
1631. Go to https://dashboard.ngrok.com/get-started/your-authtoken
medium line 171

Ngrok tunnel reference

SourceSKILL.md
171ngrok config add-authtoken THEIR_TOKEN
high line 176

Ngrok tunnel reference

SourceSKILL.md
176**If ngrok is NOT installed:** Walk the user through installation:
high line 179

Ngrok tunnel reference

SourceSKILL.md
179"To connect a remote agent, we need ngrok (a tunnel that exposes your local
high line 182

Ngrok tunnel reference

SourceSKILL.md
1821. Go to https://ngrok.com and sign up (free tier works)
high line 183

Ngrok tunnel reference

SourceSKILL.md
1832. Install ngrok:
high line 184

Ngrok tunnel reference

SourceSKILL.md
184- macOS: `brew install ngrok`
high line 185

Ngrok tunnel reference

SourceSKILL.md
185- Linux: `snap install ngrok` or download from ngrok.com/download
high line 186

Ngrok tunnel reference

SourceSKILL.md
1863. Auth it: `ngrok config add-authtoken YOUR_TOKEN`
high line 187

Ngrok tunnel reference

SourceSKILL.md
187(get your token from https://dashboard.ngrok.com/get-started/your-authtoken)
high line 190

Ngrok tunnel reference

SourceSKILL.md
190STOP here. Wait for the user to install ngrok and re-invoke.
high line 230

Ngrok tunnel reference

SourceSKILL.md
230**Agent can't reach the server** — If remote, check the ngrok tunnel is running
medium line 239

Access to hidden dotfiles in home directory

SourceSKILL.md
239credentials are written to `~/.openclaw/skills/gstack/browse-remote.json`.
medium line 246

Access to hidden dotfiles in home directory

SourceSKILL.md
246to `~/.codex/skills/gstack/browse-remote.json`.
medium line 252

Access to hidden dotfiles in home directory

SourceSKILL.md
252`~/.cursor/skills/gstack/browse-remote.json`.
low line 163

External URL reference

SourceSKILL.md
1631. Go to https://dashboard.ngrok.com/get-started/your-authtoken
low line 182

External URL reference

SourceSKILL.md
1821. Go to https://ngrok.com and sign up (free tier works)
low line 187

External URL reference

SourceSKILL.md
187(get your token from https://dashboard.ngrok.com/get-started/your-authtoken)
Scanned on Jun 9, 2026
View Security Dashboard
Installation guide →
GitHub Stars 1
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
yashs33244/my-mac-claude