Skip to main content

render-deploy

Facilitates application deployment to Render by generating configuration files and guiding users through the deployment process.

Install this skill

or
58/100

Security score

The render-deploy skill was audited on Feb 28, 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 112

Piping content to sh shell

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

Access to hidden dotfiles in home directory

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

External URL reference

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

External URL reference

SourceSKILL.md
132"url": "https://mcp.render.com/mcp",
low line 149

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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