Skip to main content

rails-devops

Specializes in deploying and managing Rails applications with Docker, CI/CD, and cloud services for optimal performance.

Install this skill

or
68/100

Security score

The rails-devops skill was audited on Feb 21, 2026 and we found 20 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 89

Template literal with variable interpolation in command context

SourceSKILL.md
89```yaml
medium line 163

Template literal with variable interpolation in command context

SourceSKILL.md
163```yaml
medium line 82

Curl to non-GitHub URL

SourceSKILL.md
82CMD curl -f http://localhost:3000/health || exit 1
low line 347

Fetch to external URL

SourceSKILL.md
347max_threads_count = ENV.fetch("RAILS_MAX_THREADS", 5)
low line 348

Fetch to external URL

SourceSKILL.md
348min_threads_count = ENV.fetch("RAILS_MIN_THREADS", max_threads_count)
low line 351

Fetch to external URL

SourceSKILL.md
351worker_timeout 3600 if ENV.fetch("RAILS_ENV", "development") == "development"
low line 353

Fetch to external URL

SourceSKILL.md
353port ENV.fetch("PORT", 3000)
low line 354

Fetch to external URL

SourceSKILL.md
354environment ENV.fetch("RAILS_ENV", "development")
low line 356

Fetch to external URL

SourceSKILL.md
356pidfile ENV.fetch("PIDFILE", "tmp/pids/server.pid")
low line 358

Fetch to external URL

SourceSKILL.md
358workers ENV.fetch("WEB_CONCURRENCY", 2)
low line 380

Fetch to external URL

SourceSKILL.md
380pool: <%= ENV.fetch("RAILS_MAX_THREADS", 5) %>
low line 584

Fetch to external URL

SourceSKILL.md
584workers Integer(ENV.fetch("WEB_CONCURRENCY", 2))
low line 585

Fetch to external URL

SourceSKILL.md
585threads_count = Integer(ENV.fetch("RAILS_MAX_THREADS", 5))
low line 606

Fetch to external URL

SourceSKILL.md
606pool_size: ENV.fetch("RAILS_MAX_THREADS", 5),
low line 110

Access to .env file

SourceSKILL.md
110- .env.production
low line 151

Access to .env file

SourceSKILL.md
151- .env.production
low line 312

Access to .env file

SourceSKILL.md
312# .env.production
low line 82

External URL reference

SourceSKILL.md
82CMD curl -f http://localhost:3000/health || exit 1
low line 330

External URL reference

SourceSKILL.md
330ASSET_HOST=https://cdn.example.com
low line 339

External URL reference

SourceSKILL.md
339SENTRY_DSN=https://your-sentry-dsn
Scanned on Feb 21, 2026
View Security Dashboard
Installation guide →