@aryaminus/controlkeel 0.3.62 → 0.3.64

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
@@ -26,7 +26,7 @@ Main project docs:
26
26
 
27
27
  - [Repository README](https://github.com/aryaminus/controlkeel#readme)
28
28
  - [Getting started](https://github.com/aryaminus/controlkeel/blob/main/docs/getting-started.md)
29
- - [Direct host installs](https://github.com/aryaminus/controlkeel/blob/main/docs/direct-host-installs.md)
29
+ - [Agent integrations](https://github.com/aryaminus/controlkeel/blob/main/docs/agent-integrations.md)
30
30
  - [Support matrix](https://github.com/aryaminus/controlkeel/blob/main/docs/support-matrix.md)
31
31
 
32
32
  You can also install the same bootstrap package from GitHub Packages:
@@ -43,7 +43,7 @@ This package uses a lazy download model for maximum security:
43
43
 
44
44
  - No install scripts (removed postinstall)
45
45
  - No environment variable access (hardcoded configuration)
46
- - Base64-encoded URL construction (prevents scanner detection)
46
+ - Plain GitHub Release URLs for transparent scanner and reviewer visibility
47
47
  - SHA-256 checksum verification for all downloads
48
48
 
49
49
  The native binary is downloaded on first use rather than during installation. For detailed information about security practices, see [SECURITY.md](SECURITY.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aryaminus/controlkeel",
3
- "version": "0.3.62",
3
+ "version": "0.3.64",
4
4
  "description": "Bootstrap installer for the ControlKeel native CLI - a control plane for agent-generated software delivery.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
package/server.json CHANGED
@@ -7,12 +7,12 @@
7
7
  "url": "https://github.com/aryaminus/controlkeel.git",
8
8
  "source": "github"
9
9
  },
10
- "version": "0.3.62",
10
+ "version": "0.3.64",
11
11
  "packages": [
12
12
  {
13
13
  "registryType": "npm",
14
14
  "identifier": "@aryaminus/controlkeel",
15
- "version": "0.3.62",
15
+ "version": "0.3.64",
16
16
  "runtimeHint": "npx",
17
17
  "transport": {
18
18
  "type": "stdio"