Skip to main content

render-deploy

Facilitates application deployment to Render by generating configuration files and managing cloud resources efficiently.

Install this skill

or
58/100

Security score

The render-deploy skill was audited on Feb 11, 2026 and we found 14 security issues across 3 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

critical line 111

Piping content to sh shell

SourceSKILL.md
111- Linux/macOS: `curl -fsSL https://raw.githubusercontent.com/render-oss/cli/main/bin/install.sh | sh`
medium line 126

Access to hidden dotfiles in home directory

SourceSKILL.md
1262) Add this to `~/.cursor/mcp.json` (replace `<YOUR_API_KEY>`):
low line 123

External URL reference

SourceSKILL.md
123https://dashboard.render.com/u/*/settings#api-keys
low line 131

External URL reference

SourceSKILL.md
131"url": "https://mcp.render.com/mcp",
low line 148

External URL reference

SourceSKILL.md
148https://dashboard.render.com/u/*/settings#api-keys
low line 153

External URL reference

SourceSKILL.md
153claude mcp add --transport http render https://mcp.render.com/mcp --header "Authorization: Bearer <YOUR_API_KEY>"
low line 164

External URL reference

SourceSKILL.md
164https://dashboard.render.com/u/*/settings#api-keys
low line 174

External URL reference

SourceSKILL.md
174codex mcp add render --url https://mcp.render.com/mcp --bearer-token-env-var RENDER_API_KEY
low line 202

External URL reference

SourceSKILL.md
202- **API Key (CLI)**: `export RENDER_API_KEY="rnd_xxxxx"` (Get from https://dashboard.render.com/u/*/settings#api-keys)
low line 342

External URL reference

SourceSKILL.md
342| `[email protected]:user/repo.git` | `https://gitlab.com/user/repo` |
low line 343

External URL reference

SourceSKILL.md
343| `[email protected]:user/repo.git` | `https://bitbucket.org/user/repo` |
low line 345

External URL reference

SourceSKILL.md
345**Conversion pattern:** Replace `git@<host>:` with `https://<host>/` and remove `.git` suffix.
low line 349

External URL reference

SourceSKILL.md
349https://dashboard.render.com/blueprint/new?repo=<REPOSITORY_URL>
low line 354

External URL reference

SourceSKILL.md
354https://dashboard.render.com/blueprint/new?repo=https://github.com/username/repo-name
Scanned on Feb 11, 2026
View Security Dashboard
Installation guide →