node9-ai 2.8.0 → 2.8.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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -108,12 +108,12 @@ What it checks:
|
|
|
108
108
|
|
|
109
109
|
```yaml
|
|
110
110
|
# .github/workflows/agent-security.yml
|
|
111
|
-
- uses: node9-ai/
|
|
111
|
+
- uses: node9-ai/node9-proxy@v2
|
|
112
112
|
with:
|
|
113
113
|
fail-on: high # or 'never' to just comment
|
|
114
114
|
```
|
|
115
115
|
|
|
116
|
-
Marketplace: **[node9 Agent Security
|
|
116
|
+
Marketplace: **[node9 Agent Security](https://github.com/marketplace/actions/node9-agent-security)**
|
|
117
117
|
|
|
118
118
|
## Live monitoring
|
|
119
119
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node9-ai",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.1",
|
|
4
4
|
"description": "Security layer for AI coding agents — intercepts dangerous tool calls before they execute",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"node9-ai": "bin/node9.js"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@node9/proxy": "2.8.
|
|
28
|
+
"@node9/proxy": "2.8.1"
|
|
29
29
|
},
|
|
30
30
|
"type": "module",
|
|
31
31
|
"engines": {
|