@idevelopers/agentlock 0.1.3 → 0.1.4

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.
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "category": "development",
16
16
  "source": "./",
17
- "version": "0.1.3",
17
+ "version": "0.1.4",
18
18
  "homepage": "https://www.npmjs.com/package/@idevelopers/agentlock"
19
19
  }
20
20
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentlock",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Local permission firewall for AI coding agents and MCP tools",
5
5
  "author": {
6
6
  "name": "iDevelopers",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentlock",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Local permission firewall for AI coding agents and MCP tools",
5
5
  "author": "iDevelopers",
6
6
  "license": "MIT",
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ import { registerTools } from "./server.js";
5
5
  async function main() {
6
6
  const server = new McpServer({
7
7
  name: "agentlock",
8
- version: "0.1.3",
8
+ version: "0.1.4",
9
9
  });
10
10
  registerTools(server);
11
11
  const transport = new StdioServerTransport();
@@ -37,7 +37,7 @@ AgentLock is live and production-validated. It is not yet independently security
37
37
  ## Certification Path
38
38
 
39
39
  1. Run the CI matrix on every release branch.
40
- 2. Keep `npm audit --audit-level=moderate` clean before publish.
40
+ 2. Keep full `npm audit` clean before publish.
41
41
  3. Add signed release provenance and npm provenance publishing.
42
42
  4. Commission an independent security review focused on MCP boundaries, command execution, redaction, license enforcement, and policy bypasses.
43
43
  5. Add a public vulnerability disclosure channel.
@@ -75,6 +75,23 @@ Validation results:
75
75
  - A fresh unlicensed temp HOME remained blocked from Pro tools.
76
76
  - After subscription revoke and full refund, the same key returned `tier=free` in a fresh temp HOME and Pro tools were blocked.
77
77
 
78
+ ## Enterprise Readiness Hardening
79
+
80
+ Completed on 2026-08-29 and published as public npm version `0.1.4`:
81
+
82
+ - added `SECURITY.md`
83
+ - added `docs/THREAT_MODEL.md`
84
+ - added `docs/ENTERPRISE_READINESS.md`
85
+ - added `docs/CROSS_PLATFORM_VALIDATION.md`
86
+ - added GitHub Actions CI for Ubuntu, macOS, and Windows on Node 20, 22, and 24
87
+ - added `npm run audit:security`
88
+ - added `npm run validate`
89
+ - added `npm run smoke:public`
90
+ - updated the public package tarball to include the security and readiness docs
91
+ - refreshed dependencies and confirmed `npm audit` reports 0 vulnerabilities
92
+ - confirmed `@idevelopers/agentlock@latest` resolves to `0.1.4`
93
+ - confirmed public npm smoke against `@idevelopers/agentlock@latest`
94
+
78
95
  ## Validation Checklist
79
96
 
80
97
  Local source:
@@ -105,8 +122,8 @@ Sandbox payment:
105
122
  Live payment:
106
123
 
107
124
  1. Create AgentLock live product and checkout. Completed 2026-08-29.
108
- 2. Publish `@idevelopers/agentlock`. Completed 2026-08-29 with version `0.1.2`.
109
- 3. Install from a clean temp environment. Completed 2026-08-29 against public npm version `0.1.2`.
125
+ 2. Publish `@idevelopers/agentlock`. Completed 2026-08-29 with version `0.1.2`; hardening docs and CI published as `0.1.4`.
126
+ 3. Install from a clean temp environment. Completed 2026-08-29 against public npm versions `0.1.2`, `0.1.3`, and `0.1.4`.
110
127
  4. Buy the lowest paid recurring tier with a real test purchase. Completed 2026-08-29.
111
128
  5. Activate the issued key locally without pasting it into chat or docs. Completed 2026-08-29.
112
129
  6. Confirm Pro behavior works from public npm. Completed 2026-08-29.
@@ -45,4 +45,4 @@ AgentLock protects local developer workflows where AI coding agents can request
45
45
 
46
46
  ## Validation Evidence
47
47
 
48
- The production runbook records the live purchase, Pro activation, public npm smoke, refund, subscription cancellation, and revoked-license validation for AgentLock `0.1.2`.
48
+ The production runbook records the live purchase, Pro activation, public npm smoke, refund, subscription cancellation, and revoked-license validation for AgentLock `0.1.2`. The enterprise-readiness docs, CI matrix, audit gate, and public smoke script are published in AgentLock `0.1.4`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idevelopers/agentlock",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Local permission firewall for AI coding agents and MCP tools.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: agentlock-workflow
3
3
  description: Use when running AI coding work under AgentLock permission capsules, secret-safe scans, command checks, or guarded command execution.
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  ---
6
6
 
7
7
  # AgentLock Workflow