Skip to main content

gateway-diagnose

Diagnoses gateway failures by analyzing logs and telemetry, providing a structured workflow for troubleshooting issues in real-time.

Install this skill

or
72/100

Security score

The gateway-diagnose skill was audited on Mar 7, 2026 and we found 8 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 221

Curl to non-GitHub URL

SourceSKILL.md
221curl -s -m 10 https://api.anthropic.com/v1/messages \
medium line 49

Access to hidden dotfiles in home directory

SourceSKILL.md
49| **Session ID** | `~/.joelclaw/gateway.session` | Current pi session ID |
medium line 50

Access to hidden dotfiles in home directory

SourceSKILL.md
50| **Session transcripts** | `~/.joelclaw/sessions/gateway/*.jsonl` | Full pi session history (most recent by mtime) |
medium line 51

Access to hidden dotfiles in home directory

SourceSKILL.md
51| **Gateway working dir** | `~/.joelclaw/gateway/` | Has `.pi/settings.json` for compaction config |
medium line 53

Access to hidden dotfiles in home directory

SourceSKILL.md
53| **Start script** | `~/.joelclaw/scripts/gateway-start.sh` | Secret leasing, env setup, bun invocation |
low line 181

Access to hidden dotfiles in home directory

SourceSKILL.md
181ls -lt ~/.joelclaw/sessions/gateway/*.jsonl | head -1
low line 184

Access to hidden dotfiles in home directory

SourceSKILL.md
184tail -50 ~/.joelclaw/sessions/gateway/<session-file>.jsonl
low line 221

External URL reference

SourceSKILL.md
221curl -s -m 10 https://api.anthropic.com/v1/messages \
Scanned on Mar 7, 2026
View Security Dashboard