Use this skill to scan untrusted text for prompt injection / exfil / tool-abuse patterns, and to ensure memory updates are sanitized and sourced.
severity + score to decide what to do next.Use the bundled script to scan + lint + write a declarative memory entry:
node scripts/openclaw-safe-memory-append.js \
--source "web_fetch:https://example.com" \
--tags "ops,security" \
--allowIf medium \
--text "<untrusted content>"
Outputs JSON with:
status: accepted|quarantinedwritten_to or quarantine_toscripts/openclaw-safe-memory-append.js — scan + lint + sanitize + append/quarantine (local-only)共 1 个版本