@panguard-ai/panguard-guard 1.8.20 → 1.8.21
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.
|
@@ -1644,9 +1644,11 @@
|
|
|
1644
1644
|
max-width: 640px;
|
|
1645
1645
|
"
|
|
1646
1646
|
>
|
|
1647
|
-
Detection and blocking of malicious tool calls
|
|
1648
|
-
|
|
1649
|
-
|
|
1647
|
+
Detection and blocking of high-confidence malicious tool calls run
|
|
1648
|
+
<strong>automatically once Guard is up</strong> — Guard blocks the critical /
|
|
1649
|
+
high-confidence calls it detects whether this is armed or not. (Your agent’s
|
|
1650
|
+
built-in tools are guarded after you restart the agent to load the hook.)
|
|
1651
|
+
This switch controls only Guard’s <strong>automatic OS-level responses</strong>
|
|
1650
1652
|
(block IP, isolate file, kill process): armed lets them run, disarmed keeps Guard to
|
|
1651
1653
|
detect-and-log for those. Each such response stays off until you configure it under
|
|
1652
1654
|
enforcementPolicy, so arming is safe by default.
|
|
@@ -1689,7 +1691,7 @@
|
|
|
1689
1691
|
<span data-i18n="layer_title">Detection Layers</span>
|
|
1690
1692
|
</h3>
|
|
1691
1693
|
<div class="desc">
|
|
1692
|
-
Layers A and B are deterministic and
|
|
1694
|
+
Layers A and B are deterministic and run automatically once Guard is up (your agent's built-in tools after you restart the agent to load the hook). Layer C is optional — bring your own LLM
|
|
1693
1695
|
(cloud API or local model). It is advisory (flags for review, never auto-blocks) and
|
|
1694
1696
|
stays off until you connect one. It runs only on events A and B already flagged, not on
|
|
1695
1697
|
every action, so cloud use is typically a few cents a month — and a local model (Ollama)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panguard-ai/panguard-guard",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.21",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"js-yaml": "^4.1.0",
|
|
47
47
|
"ws": "^8.21.0",
|
|
48
48
|
"zod": "^3.24.0",
|
|
49
|
-
"@panguard-ai/core": "1.8.14",
|
|
50
49
|
"@panguard-ai/atr": "1.8.14",
|
|
51
|
-
"@panguard-ai/
|
|
50
|
+
"@panguard-ai/core": "1.8.14",
|
|
52
51
|
"@panguard-ai/panguard-skill-auditor": "1.8.19",
|
|
53
52
|
"@panguard-ai/panguard-trap": "1.8.14",
|
|
54
53
|
"@panguard-ai/security-hardening": "1.8.14",
|
|
54
|
+
"@panguard-ai/panguard-mcp": "1.8.21",
|
|
55
55
|
"@panguard-ai/scan-core": "1.8.14"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|