Skip to main content

ruby-metaprogramming

Utilizes Ruby metaprogramming techniques to dynamically define methods and enhance code flexibility and reusability.

Install this skill

or
70/100

Security score

The ruby-metaprogramming skill was audited on Feb 22, 2026 and we found 2 security issues across 1 threat category, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 470

Eval function call - arbitrary code execution

SourceSKILL.md
470puts eval("param", b) # "test"
high line 471

Eval function call - arbitrary code execution

SourceSKILL.md
471puts eval("local_var", b) # "local value"
Scanned on Feb 22, 2026
View Security Dashboard