Skip to main content

Routstrd

Routstrd is a Bun-based CLI tool that manages LLM requests and integrates with Cashu wallet for seamless API interactions.

Install this skill

or
24/100

Security score

The Routstrd skill was audited on Jun 4, 2026 and we found 20 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 20

Access to hidden dotfiles in home directory

SourceSKILL.md
20- Creates `~/.routstrd/` config directory
medium line 21

Access to hidden dotfiles in home directory

SourceSKILL.md
21- Creates `~/.routstrd/config.json` with defaults (port 8008, apikeys mode)
medium line 172

Access to hidden dotfiles in home directory

SourceSKILL.md
172| `ROUTSTRD_DIR` | `~/.routstrd` | Config directory |
medium line 173

Access to hidden dotfiles in home directory

SourceSKILL.md
173| `COCOD_DIR` | `~/.cocod` | Wallet config directory |
medium line 196

Access to hidden dotfiles in home directory

SourceSKILL.md
196Log files are stored at `~/.routstrd/logs/YYYY-MM-DD.log`.
medium line 278

Access to hidden dotfiles in home directory

SourceSKILL.md
278Config file: `~/.routstrd/config.json`
medium line 291

Access to hidden dotfiles in home directory

SourceSKILL.md
291| `ROUTSTRD_DIR` | `~/.routstrd` | Config directory |
medium line 292

Access to hidden dotfiles in home directory

SourceSKILL.md
292| `ROUTSTRD_SOCKET` | `~/.routstrd/routstrd.sock` | IPC socket path |
medium line 293

Access to hidden dotfiles in home directory

SourceSKILL.md
293| `ROUTSTRD_PID` | `~/.routstrd/routstrd.pid` | PID file path |
medium line 310

Access to hidden dotfiles in home directory

SourceSKILL.md
310| `~/.routstrd/config.json` | Configuration |
medium line 311

Access to hidden dotfiles in home directory

SourceSKILL.md
311| `~/.routstrd/routstr.db` | SQLite database |
medium line 312

Access to hidden dotfiles in home directory

SourceSKILL.md
312| `~/.routstrd/routstrd.sock` | IPC socket |
medium line 313

Access to hidden dotfiles in home directory

SourceSKILL.md
313| `~/.routstrd/routstrd.pid` | PID file |
medium line 314

Access to hidden dotfiles in home directory

SourceSKILL.md
314| `~/.routstrd/logs/YYYY-MM-DD.log` | Daily log files |
low line 13

External URL reference

SourceSKILL.md
13After onboarding, the daemon listens at `http://localhost:8008` and exposes an OpenAI-compatible API.
low line 85

External URL reference

SourceSKILL.md
85[0] enabled https://provider1.example.com
low line 86

External URL reference

SourceSKILL.md
86[1] enabled https://provider2.example.com
low line 87

External URL reference

SourceSKILL.md
87[2] DISABLED https://provider3.example.com
low line 154

External URL reference

SourceSKILL.md
154routstrd remote https://your-remote-daemon.com
low line 254

External URL reference

SourceSKILL.md
254The daemon exposes an OpenAI-compatible HTTP API at `http://localhost:8008`:
Scanned on Jun 4, 2026
View Security Dashboard
Installation guide →
GitHub Stars 5
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
Routstr/routstrd