@node9/proxy 1.0.12 → 1.0.13
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 +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@node9/proxy)
|
|
6
6
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
7
|
+
[](https://huggingface.co/spaces/Node9ai/node9-security-demo)
|
|
7
8
|
|
|
8
9
|
**Node9** is the execution security layer for the Agentic Era. It encases autonomous AI Agents (Claude Code, Gemini CLI, Cursor, MCP Servers) in a deterministic security wrapper, intercepting dangerous shell commands and tool calls before they execute.
|
|
9
10
|
|
|
@@ -87,6 +88,14 @@ Security posture is resolved using a strict 5-tier waterfall:
|
|
|
87
88
|
|
|
88
89
|
---
|
|
89
90
|
|
|
91
|
+
## 🎮 Try it Live
|
|
92
|
+
|
|
93
|
+
No install needed — test Node9's AST parser against real commands in the browser:
|
|
94
|
+
|
|
95
|
+
[](https://huggingface.co/spaces/Node9ai/node9-security-demo)
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
90
99
|
## 🚀 Quick Start
|
|
91
100
|
|
|
92
101
|
```bash
|