Skip to main content

agentation

Facilitates visual UI feedback for AI agents, enabling precise code targeting through structured annotations and seamless integration.

Install this skill

or
0/100

Security score

The agentation skill was audited on Mar 6, 2026 and we found 43 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 240

Curl to non-GitHub URL

SourceSKILL.md
240"command": "curl -sf --connect-timeout 1 http://localhost:4747/pending 2>/dev/null | python3 -c \"import sys,json;d=json.load(sys.stdin);c=d['count'];exit(0)if c==0 else[print(f'\\n=== AGENTATION: {c}
medium line 308

Curl to non-GitHub URL

SourceSKILL.md
308"command": "curl -sf --connect-timeout 1 http://localhost:4747/pending 2>/dev/null | python3 -c \"import sys,json;d=json.load(sys.stdin);c=d.get('count',0);[print(f'[agentation] {c} pending annotation
medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: Visual UI annotation tool for AI agents. Drop the React toolbar into any app — humans click elements and leave feedback, agents receive structured CSS selectors, bounding boxes, and React
medium line 168

Webhook reference - potential data exfiltration

SourceSKILL.md
168| `webhookUrl` | `string` | — | Webhook URL to receive annotation events |
medium line 518

Webhook reference - potential data exfiltration

SourceSKILL.md
518### Pattern 5: Webhook Integration
low line 521

Webhook reference - potential data exfiltration

SourceSKILL.md
521<Agentation webhookUrl="https://your-server.com/webhook" />
low line 523

Webhook reference - potential data exfiltration

SourceSKILL.md
523# AGENTATION_WEBHOOK_URL=https://your-server.com/webhook
medium line 608

Webhook reference - potential data exfiltration

SourceSKILL.md
608| `AGENTATION_WEBHOOK_URL` | Single webhook URL | — |
medium line 609

Webhook reference - potential data exfiltration

SourceSKILL.md
609| `AGENTATION_WEBHOOKS` | Comma-separated webhook URLs | — |
medium line 215

Access to hidden dotfiles in home directory

SourceSKILL.md
215**Option B — config file** (`~/.claude/claude_desktop_config.json` for global, or `.claude/mcp.json` for project-level):
medium line 233

Access to hidden dotfiles in home directory

SourceSKILL.md
233Add to `.claude/settings.json` (project) or `~/.claude/settings.json` (global):
medium line 249

Access to hidden dotfiles in home directory

SourceSKILL.md
249### Codex CLI (`~/.codex/`)
medium line 251

Access to hidden dotfiles in home directory

SourceSKILL.md
251Add to `~/.codex/config.toml`:
medium line 271

Access to hidden dotfiles in home directory

SourceSKILL.md
271### Gemini CLI (`~/.gemini/`)
medium line 280

Access to hidden dotfiles in home directory

SourceSKILL.md
280**Option B — config file** (`~/.gemini/settings.json` for global, `.gemini/settings.json` for project):
medium line 320

Access to hidden dotfiles in home directory

SourceSKILL.md
320### OpenCode (`~/.config/opencode/`)
medium line 322

Access to hidden dotfiles in home directory

SourceSKILL.md
322Add to `~/.config/opencode/opencode.json`:
low line 392

Access to hidden dotfiles in home directory

SourceSKILL.md
392mkdir -p ~/.claude
low line 393

Access to hidden dotfiles in home directory

SourceSKILL.md
393CFG=~/.claude/claude_desktop_config.json
low line 404

Access to hidden dotfiles in home directory

SourceSKILL.md
404mkdir -p ~/.codex
low line 405

Access to hidden dotfiles in home directory

SourceSKILL.md
405CFG=~/.codex/config.toml
low line 414

Access to hidden dotfiles in home directory

SourceSKILL.md
414mkdir -p ~/.gemini
low line 415

Access to hidden dotfiles in home directory

SourceSKILL.md
415CFG=~/.gemini/settings.json
low line 426

Access to hidden dotfiles in home directory

SourceSKILL.md
426mkdir -p ~/.config/opencode
low line 427

Access to hidden dotfiles in home directory

SourceSKILL.md
427CFG=~/.config/opencode/opencode.json
medium line 612

Access to hidden dotfiles in home directory

SourceSKILL.md
612SQLite storage: `~/.agentation/store.db`
medium line 634

Access to hidden dotfiles in home directory

SourceSKILL.md
634| **Claude Code** | `~/.claude/claude_desktop_config.json` | `mcpServers` | `hooks.UserPromptSubmit` in `settings.json` |
medium line 635

Access to hidden dotfiles in home directory

SourceSKILL.md
635| **Codex CLI** | `~/.codex/config.toml` | `[[mcp_servers]]` (TOML) | `developer_instructions` + `notify` |
medium line 636

Access to hidden dotfiles in home directory

SourceSKILL.md
636| **Gemini CLI** | `~/.gemini/settings.json` | `mcpServers` | `hooks.AfterAgent` in `settings.json` |
medium line 637

Access to hidden dotfiles in home directory

SourceSKILL.md
637| **OpenCode** | `~/.config/opencode/opencode.json` | `mcp` (`type: "local"`) | Skills system (no hook needed) |
low line 110

Access to .env file

SourceSKILL.md
110{process.env.NODE_ENV === 'development' && <Agentation />}
low line 127

Access to .env file

SourceSKILL.md
127{process.env.NODE_ENV === 'development' && (
low line 146

Access to .env file

SourceSKILL.md
146{process.env.NODE_ENV === 'development' && (
low line 128

External URL reference

SourceSKILL.md
128<Agentation endpoint="http://localhost:4747" />
low line 147

External URL reference

SourceSKILL.md
147<Agentation endpoint="http://localhost:4747" />
low line 240

External URL reference

SourceSKILL.md
240"command": "curl -sf --connect-timeout 1 http://localhost:4747/pending 2>/dev/null | python3 -c \"import sys,json;d=json.load(sys.stdin);c=d['count'];exit(0)if c==0 else[print(f'\\n=== AGENTATION: {c}
low line 308

External URL reference

SourceSKILL.md
308"command": "curl -sf --connect-timeout 1 http://localhost:4747/pending 2>/dev/null | python3 -c \"import sys,json;d=json.load(sys.stdin);c=d.get('count',0);[print(f'[agentation] {c} pending annotation
low line 507

External URL reference

SourceSKILL.md
507agent-browser open http://localhost:3000
low line 521

External URL reference

SourceSKILL.md
521<Agentation webhookUrl="https://your-server.com/webhook" />
low line 523

External URL reference

SourceSKILL.md
523# AGENTATION_WEBHOOK_URL=https://your-server.com/webhook
low line 698

External URL reference

SourceSKILL.md
698# <Agentation endpoint="http://localhost:4747" />
low line 766

External URL reference

SourceSKILL.md
766- [agentation npm](https://www.npmjs.com/package/agentation)
low line 767

External URL reference

SourceSKILL.md
767- [agentation-mcp npm](https://www.npmjs.com/package/agentation-mcp)
Scanned on Mar 6, 2026
View Security Dashboard