6 ms·
Looks useful. Allowing ai to eval() code or execute any sql statement would scare the crap outta me personally.
by deedubaya 2y ago
Looks useful.
Allowing ai to eval() code or execute any sql statement would scare the crap outta me personally.
- xcskier56 2y agoFrom searching the codebase, I can only find eval() used in the markdown and the specs. You’re totally right that eval()’ing unknown code is terrible but it doesn’t look like the gem itself is doing that. The usage of eval() is in a user written tool in the docs. Definitely a bd example and should probably be changed
- deedubaya 2y agoYes, that’s exactly what I was referring to. Folks (or llms!) never copy/paste doc examples, right?