Skip to main content

telnyx-freemium-upgrade

Automates the upgrade of Telnyx accounts from freemium to professional tier based on specific triggers and user requests.

Install this skill

or
54/100

Security score

The telnyx-freemium-upgrade skill was audited on Mar 1, 2026 and we found 14 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 329

Template literal with variable interpolation in command context

SourceSKILL.md
329```bash
medium line 4

Access to hidden dotfiles in home directory

SourceSKILL.md
4metadata: {"openclaw":{"emoji":"⬆️","requires":{"bins":["gh","python3"],"env":[]},"primaryEnv":"TELNYX_API_KEY","notes":"API key resolved from TELNYX_API_KEY env var or ~/.config/telnyx/config.json"}}
low line 59

Access to hidden dotfiles in home directory

SourceSKILL.md
59├── Check ~/.telnyx/upgrade.json cache
medium line 126

Access to hidden dotfiles in home directory

SourceSKILL.md
126Read `~/.telnyx/upgrade.json`. If it exists:
medium line 270

Access to hidden dotfiles in home directory

SourceSKILL.md
270Use the user's **last active channel** (check OpenClaw config at `~/.openclaw/openclaw.json`). Priority: Telegram > Slack > SMS.
medium line 276

Access to hidden dotfiles in home directory

SourceSKILL.md
2761. Save state to `~/.telnyx/upgrade.json`:
medium line 325

Access to hidden dotfiles in home directory

SourceSKILL.md
3252. **`~/.config/telnyx/config.json`** — fallback (written by `telnyx auth setup` from the telnyx-cli skill)
medium line 414

Access to hidden dotfiles in home directory

SourceSKILL.md
414The bot should also update the local cache at `~/.telnyx/upgrade.json` and, if APPROVED, retry the original blocked operation.
medium line 467

Access to hidden dotfiles in home directory

SourceSKILL.md
467| 15 | User completely offline | No channel responds to notification | Save state to `~/.telnyx/upgrade.json` with `pending_action: "scope_refresh"`. Set up heartbeat polling (every 30 min). On user r
low line 202

External URL reference

SourceSKILL.md
202│ ├── NO → Notify user: "Install gh: https://cli.github.com"
low line 382

External URL reference

SourceSKILL.md
382> Please contact Telnyx support: https://support.telnyx.com
low line 418

External URL reference

SourceSKILL.md
418> Your upgrade application has been under review for over 24 hours. Please contact Telnyx support directly: https://support.telnyx.com
low line 445

External URL reference

SourceSKILL.md
445> Both verification methods (GitHub and LinkedIn) have been used for this account. Please contact Telnyx support: https://support.telnyx.com
low line 453

External URL reference

SourceSKILL.md
453| 1 | `gh` not installed | `which gh` fails | Report: "GitHub CLI (gh) is required. Install: https://cli.github.com". Alternatively, offer manual PAT creation via `github.com/settings/tokens`. |
Scanned on Mar 1, 2026
View Security Dashboard