Safe Exec Wrapper

jmceleneyBy jmceleney

Description

Protect against prompt injection from shell command output. Wrap untrusted commands (curl, API calls, reading user-generated files) with UUID-based security boundaries. Use when executing commands that return external/untrusted data that could contain prompt injection attacks.

Install

npx clawhub@latest install openclaw-safe-exec

Click to copy the install command