Skip to main content

simplex-reference

Provides a comprehensive reference for using the Simplex browser automation CLI to create and manage browser workflows.

Install this skill

or
66/100

Security score

The simplex-reference skill was audited on May 27, 2026 and we found 12 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 91

Webhook reference - potential data exfiltration

SourceSKILL.md
91| `--webhook-url` | | Webhook URL for status updates |
low line 25

Access to hidden dotfiles in home directory

SourceSKILL.md
25# Option 2: Login command — opens browser (saves to ~/.simplex/credentials)
medium line 259

Access to hidden dotfiles in home directory

SourceSKILL.md
259automatically and saved to `~/.simplex/credentials`. For headless environments
high line 260

Prompting for API key/token input

SourceSKILL.md
260(CI, SSH), use `--api-key` to provide a key directly.
low line 34

External URL reference

SourceSKILL.md
34export SIMPLEX_BASE_URL="https://your-custom-api-url.example.com"
low line 42

External URL reference

SourceSKILL.md
42simplex editor --name "My Workflow" --url "https://example.com"
low line 43

External URL reference

SourceSKILL.md
43simplex editor -n "Test" -u "https://example.com" --vars '{"email":"[email protected]","name":"Test"}'
low line 44

External URL reference

SourceSKILL.md
44simplex editor -n "Test" -u "https://example.com" --vars data.json
low line 45

External URL reference

SourceSKILL.md
45simplex editor --name "Test" --url "https://example.com" --json
low line 344

External URL reference

SourceSKILL.md
344simplex editor -n "My Flow" -u "https://example.com" --json
low line 379

External URL reference

SourceSKILL.md
379simplex editor -n "My Flow" -u "https://example.com"
low line 434

External URL reference

SourceSKILL.md
434simplex editor -n "Test" -u "https://example.com" --json
Scanned on May 27, 2026
View Security Dashboard
Installation guide →