@absolutejs/agent-sandbox
Advanced tools
@@ -1,1 +0,9 @@ | ||
| export declare const manifest: import("@absolutejs/manifest").PackageManifest<unknown, never>; | ||
| export declare const manifest: Omit<import("@absolutejs/manifest").PackageManifest<unknown, never>, "contract" | "settings" | "tools"> & (({ | ||
| contract: 1; | ||
| tools?: Record<string, import("@absolutejs/manifest").LegacyManifestTool<never>> | undefined; | ||
| } | { | ||
| contract: 2; | ||
| tools?: Record<string, import("@absolutejs/manifest").AuthorizedManifestTool<never>> | undefined; | ||
| }) & { | ||
| settings: import("@sinclair/typebox").TObject<{}>; | ||
| }); |
+4
-0
@@ -32,2 +32,6 @@ // @bun | ||
| }, | ||
| integration: { | ||
| description: "The host must issue narrow expiring grants and bind only the HTTP, filesystem, process, and credential adapters its isolation boundary can enforce.", | ||
| mode: "code-first" | ||
| }, | ||
| settings: Type.Object({}), | ||
@@ -34,0 +38,0 @@ wiring: [] |
@@ -33,2 +33,6 @@ { | ||
| }, | ||
| "integration": { | ||
| "description": "The host must issue narrow expiring grants and bind only the HTTP, filesystem, process, and credential adapters its isolation boundary can enforce.", | ||
| "mode": "code-first" | ||
| }, | ||
| "settings": { | ||
@@ -35,0 +39,0 @@ "type": "object", |
+2
-2
| { | ||
| "name": "@absolutejs/agent-sandbox", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "Deny-by-default capability grants and provider-neutral HTTP, filesystem, process, and credential-safe action adapters for AI agents.", | ||
@@ -43,3 +43,3 @@ "type": "module", | ||
| "dependencies": { | ||
| "@absolutejs/manifest": "^0.3.0", | ||
| "@absolutejs/manifest": "^0.7.3", | ||
| "@sinclair/typebox": "^0.34.0" | ||
@@ -46,0 +46,0 @@ }, |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
25921
3.09%567
2.9%+ Added
- Removed
Updated