@safebrowse/core 0.1.2-rc.1 → 0.1.2

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.
Files changed (3) hide show
  1. package/LICENSE +15 -15
  2. package/README.md +22 -22
  3. package/package.json +47 -47
package/LICENSE CHANGED
@@ -1,15 +1,15 @@
1
- SafeBrowse Non-Commercial License 1.0
2
-
3
- Copyright (c) 2026 RobKang1234. All rights reserved.
4
-
5
- This package is licensed for non-commercial use only.
6
-
7
- You may use, copy, modify, and redistribute this package for
8
- non-commercial purposes only, provided that you preserve this license
9
- notice and all copyright notices.
10
-
11
- Commercial use is prohibited without prior written permission from the
12
- copyright holder.
13
-
14
- The full license text is distributed in the repository root `LICENSE`
15
- file for SafeBrowse.
1
+ SafeBrowse Non-Commercial License 1.0
2
+
3
+ Copyright (c) 2026 RobKang1234. All rights reserved.
4
+
5
+ This package is licensed for non-commercial use only.
6
+
7
+ You may use, copy, modify, and redistribute this package for
8
+ non-commercial purposes only, provided that you preserve this license
9
+ notice and all copyright notices.
10
+
11
+ Commercial use is prohibited without prior written permission from the
12
+ copyright holder.
13
+
14
+ The full license text is distributed in the repository root `LICENSE`
15
+ file for SafeBrowse.
package/README.md CHANGED
@@ -1,22 +1,22 @@
1
- # `@safebrowse/core`
2
-
3
- Core SafeBrowse runtime for browser-use agents.
4
-
5
- ## Install
6
-
7
- ```bash
8
- npm install @safebrowse/core
9
- ```
10
-
11
- ## What it provides
12
-
13
- - Observation sanitization
14
- - Action evaluation
15
- - Artifact brokering
16
- - Tool onboarding and callback verification
17
- - Memory write evaluation
18
- - Replay bundle construction
19
-
20
- See the repository README for full architecture and user guidance:
21
-
22
- - https://github.com/RobKang1234/safebrowse-sdk#readme
1
+ # `@safebrowse/core`
2
+
3
+ Core SafeBrowse runtime for browser-use agents.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ npm install @safebrowse/core
9
+ ```
10
+
11
+ ## What it provides
12
+
13
+ - Observation sanitization
14
+ - Action evaluation
15
+ - Artifact brokering
16
+ - Tool onboarding and callback verification
17
+ - Memory write evaluation
18
+ - Replay bundle construction
19
+
20
+ See the repository README for full architecture and user guidance:
21
+
22
+ - https://github.com/RobKang1234/safebrowse-sdk#readme
package/package.json CHANGED
@@ -1,47 +1,47 @@
1
- {
2
- "name": "@safebrowse/core",
3
- "version": "0.1.2-rc.1",
4
- "description": "Core SafeBrowse policy runtime for browser-use agents",
5
- "license": "SEE LICENSE IN LICENSE",
6
- "type": "module",
7
- "main": "dist/index.js",
8
- "types": "dist/index.d.ts",
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/RobKang1234/safebrowse-sdk.git",
12
- "directory": "packages/core"
13
- },
14
- "homepage": "https://github.com/RobKang1234/safebrowse-sdk#readme",
15
- "bugs": {
16
- "url": "https://github.com/RobKang1234/safebrowse-sdk/issues"
17
- },
18
- "keywords": [
19
- "agent-security",
20
- "browser-agents",
21
- "middleware",
22
- "policy-engine",
23
- "safebrowse"
24
- ],
25
- "publishConfig": {
26
- "access": "public",
27
- "provenance": false
28
- },
29
- "engines": {
30
- "node": "\u003e=22.0.0"
31
- },
32
- "exports": {
33
- ".": {
34
- "types": "./dist/index.d.ts",
35
- "import": "./dist/index.js"
36
- }
37
- },
38
- "files": [
39
- "dist",
40
- "README.md"
41
- ],
42
- "scripts": {
43
- "build": "tsc -p tsconfig.json",
44
- "typecheck": "tsc -p tsconfig.json --noEmit"
45
- },
46
- "sideEffects": false
47
- }
1
+ {
2
+ "name": "@safebrowse/core",
3
+ "version": "0.1.2",
4
+ "description": "Core SafeBrowse policy runtime for browser-use agents",
5
+ "license": "SEE LICENSE IN LICENSE",
6
+ "type": "module",
7
+ "main": "dist/index.js",
8
+ "types": "dist/index.d.ts",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/RobKang1234/safebrowse-sdk.git",
12
+ "directory": "packages/core"
13
+ },
14
+ "homepage": "https://github.com/RobKang1234/safebrowse-sdk#readme",
15
+ "bugs": {
16
+ "url": "https://github.com/RobKang1234/safebrowse-sdk/issues"
17
+ },
18
+ "keywords": [
19
+ "agent-security",
20
+ "browser-agents",
21
+ "middleware",
22
+ "policy-engine",
23
+ "safebrowse"
24
+ ],
25
+ "publishConfig": {
26
+ "access": "public",
27
+ "provenance": true
28
+ },
29
+ "engines": {
30
+ "node": ">=22.0.0"
31
+ },
32
+ "exports": {
33
+ ".": {
34
+ "types": "./dist/index.d.ts",
35
+ "import": "./dist/index.js"
36
+ }
37
+ },
38
+ "files": [
39
+ "dist",
40
+ "README.md"
41
+ ],
42
+ "scripts": {
43
+ "build": "tsc -p tsconfig.json",
44
+ "typecheck": "tsc -p tsconfig.json --noEmit"
45
+ },
46
+ "sideEffects": false
47
+ }