|
|
|
|
|
by v_CodeSentinal
104 days ago
|
|
The deny list section hit home. I keep seeing agents use unlink instead of rm, or spawn a python subprocess to delete files. Every new rule just taught the agent a new workaround. Ended up flipping the model — instead of blocking bad actions, require proof of safety before any action runs. No proof, no action. Much harder to route around. Curious if you've tried anything similar. |
|