@starkscan/cli 0.1.0-alpha.0 → 0.1.0-alpha.1

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
@@ -15,6 +15,20 @@ One-off agent run:
15
15
  npx @starkscan/cli@alpha doctor
16
16
  ```
17
17
 
18
+ For unattended agents or production services, pin a smoked exact version instead
19
+ of floating on `@alpha`.
20
+
21
+ ## Trust status
22
+
23
+ - npm: <https://www.npmjs.com/package/@starkscan/cli>
24
+ - source organization: <https://github.com/starknet-innovation>
25
+ - Socket signal: <https://socket.dev/npm/package/@starkscan/cli>
26
+
27
+ Socket is an external package-risk signal, not a formal Starkscan security
28
+ certificate. Starkscan package promotion also requires bundled-artifact checksum
29
+ verification, npm Trusted Publishing/provenance, and the launch gates documented
30
+ at `/docs/build/package-trust` on the deployed docs host.
31
+
18
32
  The wrapper uses bundled native artifacts when they are present in the published package, verifies downloaded or bundled archives against checksums in the release manifest, rejects malformed archives, caches the native `starkscan` binary, and forwards all arguments to it. It does not require a Rust toolchain or repository access.
19
33
 
20
34
  MCP client setup uses the same package. `print-config` emits machine-readable
@@ -1,34 +1,34 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-05-28T07:50:25Z",
3
+ "generatedAt": "2026-05-28T10:16:34Z",
4
4
  "artifacts": [
5
5
  {
6
6
  "name": "starkscan-darwin-aarch64.tar.gz",
7
7
  "platform": "darwin-aarch64",
8
8
  "target": "darwin-aarch64",
9
9
  "archive": "starkscan-darwin-aarch64.tar.gz",
10
- "sha256": "ab12b551feb00ea3680b098dae25345f96fb22a1715c7f576488fd02ee6120e7"
10
+ "sha256": "26e55c13e3b8665ba058e0032007c8277ce187dc5710d8ac4e5e50686a46f00a"
11
11
  },
12
12
  {
13
13
  "name": "starkscan-darwin-x86_64.tar.gz",
14
14
  "platform": "darwin-x86_64",
15
15
  "target": "darwin-x86_64",
16
16
  "archive": "starkscan-darwin-x86_64.tar.gz",
17
- "sha256": "d2eb41a1a8c70cfe2ba064fcc018b4c2c34ea7b1d2fc2f61a004ed365d8a43d6"
17
+ "sha256": "46d03132446a46b54dcb9f529c2547a9c1c0f7615d5022c70caceea0ba1be014"
18
18
  },
19
19
  {
20
20
  "name": "starkscan-linux-aarch64.tar.gz",
21
21
  "platform": "linux-aarch64",
22
22
  "target": "linux-aarch64",
23
23
  "archive": "starkscan-linux-aarch64.tar.gz",
24
- "sha256": "18e93c6e3ccbce6d9084607f8f86c729b8cb6a67a65d05e566be8f8ad066e250"
24
+ "sha256": "8b3a1febf6ed7c4469a2703f1e29bc64a1d28bc6af538f3c80e6d739ea89c30d"
25
25
  },
26
26
  {
27
27
  "name": "starkscan-linux-x86_64.tar.gz",
28
28
  "platform": "linux-x86_64",
29
29
  "target": "linux-x86_64",
30
30
  "archive": "starkscan-linux-x86_64.tar.gz",
31
- "sha256": "1a97868b0096dc491c0b6b2f7b41e5056d9581c4117010f25ae769ee9e14bd03"
31
+ "sha256": "4d48f2ecb220961574577b5b20c3272fddbd5c35aa4972391b8de718da85f807"
32
32
  }
33
33
  ]
34
34
  }
@@ -0,0 +1 @@
1
+ 26e55c13e3b8665ba058e0032007c8277ce187dc5710d8ac4e5e50686a46f00a starkscan-darwin-aarch64.tar.gz
@@ -0,0 +1 @@
1
+ 46d03132446a46b54dcb9f529c2547a9c1c0f7615d5022c70caceea0ba1be014 starkscan-darwin-x86_64.tar.gz
@@ -0,0 +1 @@
1
+ 8b3a1febf6ed7c4469a2703f1e29bc64a1d28bc6af538f3c80e6d739ea89c30d starkscan-linux-aarch64.tar.gz
@@ -0,0 +1 @@
1
+ 4d48f2ecb220961574577b5b20c3272fddbd5c35aa4972391b8de718da85f807 starkscan-linux-x86_64.tar.gz
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@starkscan/cli",
3
3
  "private": false,
4
- "version": "0.1.0-alpha.0",
4
+ "version": "0.1.0-alpha.1",
5
5
  "description": "npm/npx launcher for the prebuilt Starkscan explorer CLI.",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -1 +0,0 @@
1
- ab12b551feb00ea3680b098dae25345f96fb22a1715c7f576488fd02ee6120e7 starkscan-darwin-aarch64.tar.gz
@@ -1 +0,0 @@
1
- d2eb41a1a8c70cfe2ba064fcc018b4c2c34ea7b1d2fc2f61a004ed365d8a43d6 starkscan-darwin-x86_64.tar.gz
@@ -1 +0,0 @@
1
- 18e93c6e3ccbce6d9084607f8f86c729b8cb6a67a65d05e566be8f8ad066e250 starkscan-linux-aarch64.tar.gz
@@ -1 +0,0 @@
1
- 1a97868b0096dc491c0b6b2f7b41e5056d9581c4117010f25ae769ee9e14bd03 starkscan-linux-x86_64.tar.gz