safemode 2.0.8 → 2.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -132,7 +132,7 @@ safemode phone --test # Send a test notification
|
|
|
132
132
|
| 1 | Loop Killer | Repeated identical tool calls |
|
|
133
133
|
| 2 | Oscillation | Write-undo-write cycles |
|
|
134
134
|
| 3 | Velocity Limiter | Too many calls per minute |
|
|
135
|
-
| 4 | Cost Exposure |
|
|
135
|
+
| 4 | Cost Exposure | Estimated session cost approaching budget |
|
|
136
136
|
| 5 | Action Growth | Escalating permission requests |
|
|
137
137
|
| 6 | Latency Spike | Abnormal response times |
|
|
138
138
|
| 7 | Error Rate | Sustained error patterns |
|
|
@@ -142,7 +142,7 @@ safemode phone --test # Send a test notification
|
|
|
142
142
|
| 11 | Prompt Injection | Injection attempts in tool outputs |
|
|
143
143
|
| 12 | Jailbreak | Attempts to bypass safety controls |
|
|
144
144
|
| 13 | Command Firewall | Dangerous shell commands (rm -rf, chmod 777, etc.) |
|
|
145
|
-
| 14 | Budget Cap | Hard spending
|
|
145
|
+
| 14 | Budget Cap | Hard estimated spending limit |
|
|
146
146
|
| 15 | Action-Label Mismatch | Tool says "read" but actually writes |
|
|
147
147
|
|
|
148
148
|
## Config
|