@amaster.ai/pi-security 0.1.2-beta.13 → 0.1.2-beta.15

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 CHANGED
@@ -1,5 +1,7 @@
1
1
  # Pi Security
2
2
 
3
+ ![pi-security preview](https://raw.githubusercontent.com/TGYD-helige/pi/master/packages/pi-security/preview.png)
4
+
3
5
  `@amaster.ai/pi-security` provides a sandbox-aware security policy engine and a Pi extension entry point.
4
6
 
5
7
  The core engine classifies tool calls into resources (files, shell commands, network access), assesses risk, and applies profile rules to decide whether a call is allowed, denied, or requires human approval. Profiles are built from two orthogonal axes — **sandbox** (what tools are exposed) and **approval** (when to ask the user) — inspired by Codex.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amaster.ai/pi-security",
3
- "version": "0.1.2-beta.13",
3
+ "version": "0.1.2-beta.15",
4
4
  "description": "Pi extension for resource-aware security policy engine and tool authorization",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -32,9 +32,11 @@
32
32
  "files": [
33
33
  "dist",
34
34
  "examples",
35
+ "preview.png",
35
36
  "README.md"
36
37
  ],
37
38
  "pi": {
39
+ "image": "https://raw.githubusercontent.com/TGYD-helige/pi/master/packages/pi-security/preview.png",
38
40
  "extensions": [
39
41
  "./dist/index.js"
40
42
  ]
@@ -48,7 +50,7 @@
48
50
  "directory": "packages/pi-security"
49
51
  },
50
52
  "dependencies": {
51
- "@amaster.ai/pi-shared": "0.1.2-beta.13"
53
+ "@amaster.ai/pi-shared": "0.1.2-beta.15"
52
54
  },
53
55
  "peerDependencies": {
54
56
  "@earendil-works/pi-coding-agent": ">=0.74.0"
package/preview.png ADDED
Binary file