Routstrd
Routstrd is a Bun-based CLI tool that manages LLM requests and integrates with Cashu wallet for seamless API interactions.
Install this skill
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
Access to hidden dotfiles in home directory
| 20 | - Creates `~/.routstrd/` config directory |
Access to hidden dotfiles in home directory
| 21 | - Creates `~/.routstrd/config.json` with defaults (port 8008, apikeys mode) |
Access to hidden dotfiles in home directory
| 172 | | `ROUTSTRD_DIR` | `~/.routstrd` | Config directory | |
Access to hidden dotfiles in home directory
| 173 | | `COCOD_DIR` | `~/.cocod` | Wallet config directory | |
Access to hidden dotfiles in home directory
| 196 | Log files are stored at `~/.routstrd/logs/YYYY-MM-DD.log`. |
Access to hidden dotfiles in home directory
| 278 | Config file: `~/.routstrd/config.json` |
Access to hidden dotfiles in home directory
| 291 | | `ROUTSTRD_DIR` | `~/.routstrd` | Config directory | |
Access to hidden dotfiles in home directory
| 292 | | `ROUTSTRD_SOCKET` | `~/.routstrd/routstrd.sock` | IPC socket path | |
Access to hidden dotfiles in home directory
| 293 | | `ROUTSTRD_PID` | `~/.routstrd/routstrd.pid` | PID file path | |
Access to hidden dotfiles in home directory
| 310 | | `~/.routstrd/config.json` | Configuration | |
Access to hidden dotfiles in home directory
| 311 | | `~/.routstrd/routstr.db` | SQLite database | |
Access to hidden dotfiles in home directory
| 312 | | `~/.routstrd/routstrd.sock` | IPC socket | |
Access to hidden dotfiles in home directory
| 313 | | `~/.routstrd/routstrd.pid` | PID file | |
Access to hidden dotfiles in home directory
| 314 | | `~/.routstrd/logs/YYYY-MM-DD.log` | Daily log files | |
External URL reference
| 13 | After onboarding, the daemon listens at `http://localhost:8008` and exposes an OpenAI-compatible API. |
External URL reference
| 85 | [0] enabled https://provider1.example.com |
External URL reference
| 86 | [1] enabled https://provider2.example.com |
External URL reference
| 87 | [2] DISABLED https://provider3.example.com |
External URL reference
| 154 | routstrd remote https://your-remote-daemon.com |
External URL reference
| 254 | The daemon exposes an OpenAI-compatible HTTP API at `http://localhost:8008`: |