Skip to main content

project-tooling

Facilitates project setup and deployment using GitHub, Vercel, and Supabase CLIs for efficient infrastructure management.

Install this skill

or
83/100

Security score

The project-tooling skill was audited on Jun 8, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 285

Template literal with variable interpolation in command context

SourceSKILL.md
285```yaml
medium line 311

Template literal with variable interpolation in command context

SourceSKILL.md
311```yaml
low line 175

Access to .env file

SourceSKILL.md
175# Pull env vars to local .env
low line 176

Access to .env file

SourceSKILL.md
176vercel env pull .env.local
low line 416

Access to .env file

SourceSKILL.md
416echo "RENDER_API_KEY=<your-key>" >> .env
low line 248

External URL reference

SourceSKILL.md
248https://api.render.com/v1/services
low line 252

External URL reference

SourceSKILL.md
252https://api.render.com/v1/services/<service-id>/deploys
low line 256

External URL reference

SourceSKILL.md
256https://api.render.com/v1/services/<service-id>/deploys/<deploy-id>
low line 385

External URL reference

SourceSKILL.md
385Get it from: https://dashboard.render.com/u/settings/api-keys
Scanned on Jun 8, 2026
View Security Dashboard
Installation guide →