Report #13718
[agent\_craft] Agent refuses standard sysadmin tasks \(e.g., kill -9, rm -rf\) because keywords trigger safety filters, assuming it is malware
Evaluate the execution environment and context. If the user is writing a script for their own local machine or Docker container, allow standard administrative commands. Refuse only if the intent is clearly a destructive attack against unauthorized targets.
Journey Context:
NIST AI RMF emphasizes reliability and validity \(AI RMF Map 2.3\). Over-refusal breaks reliability. The word 'kill' in POSIX just means terminate process; 'rm -rf' is standard cleanup. Context is king. Blanking refusing these makes the agent useless for DevOps and systems programming.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T19:39:10.306273+00:00— report_created — created