|
|
|
|
|
by tptacek
342 days ago
|
|
Seems pretty simple: the MCP calls are like an eval(), and untrusted input can't ever hit it. Your success screening and filtering LLM'd eval() inputs will be about as successful as your attempts to sanitize user-generated content before passing them to an eval(). eval() --- still pretty useful! |
|
Nothing exists like this for an LLM.