Skip to main content

gem-builder

Provides a comprehensive guide for building production-quality Ruby gems, covering architecture, testing, and publishing best practices.

Install this skill

or
96/100

Security score

The gem-builder skill was audited on Feb 9, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 159

Fetch to external URL

SourceSKILL.md
159@api_key = ENV.fetch("MY_GEM_API_KEY", nil)
low line 160

Fetch to external URL

SourceSKILL.md
160@base_url = ENV.fetch("MY_GEM_BASE_URL", "https://api.example.com")
low line 161

Fetch to external URL

SourceSKILL.md
161@timeout = Integer(ENV.fetch("MY_GEM_TIMEOUT", 30)) rescue 30
low line 160

External URL reference

SourceSKILL.md
160@base_url = ENV.fetch("MY_GEM_BASE_URL", "https://api.example.com")
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →