@node9/proxy 1.6.0 → 1.7.1
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 +0 -4
- package/dist/cli.js +545 -37
- package/dist/cli.mjs +545 -37
- package/dist/index.js +80 -1
- package/dist/index.mjs +80 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -32,10 +32,6 @@ While others try to _guess_ if a prompt is malicious (Semantic Security), Node9
|
|
|
32
32
|
|
|
33
33
|
**AIs are literal.** When you ask an agent to "Fix my disk space," it might decide to run `docker system prune -af`.
|
|
34
34
|
|
|
35
|
-
<p align="center">
|
|
36
|
-
<img src="https://github.com/user-attachments/assets/afae9caa-0605-4cac-929a-c14198383169" width="100%">
|
|
37
|
-
</p>
|
|
38
|
-
|
|
39
35
|
**With Node9, the interaction looks like this:**
|
|
40
36
|
|
|
41
37
|
1. **🤖 AI attempts a "Nuke":** `Bash("docker system prune -af --volumes")`
|