@tenova/swt3-ai 0.5.6 → 0.5.7

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tenova/swt3-ai",
3
- "version": "0.5.6",
4
- "description": "SWT3 AI Witness SDK: cryptographic attestation for AI inference. 94 procedures, 48 namespaces, 5 languages, 15 profiles. EU AI Act, NIST AI RMF, CMMC, SR 11-7.",
3
+ "version": "0.5.7",
4
+ "description": "SWT3 AI Witness SDK: cryptographic attestation for AI inference. 98 procedures, 51 namespaces, 5 languages, 15 profiles. EU AI Act, NIST AI RMF, CMMC, SR 11-7.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "type": "module",
@@ -0,0 +1,48 @@
1
+ # SWT3 Profile: Multi-Silicon (Cross-Vendor Accelerator Compliance)
2
+ #
3
+ # For workloads running across competing silicon architectures:
4
+ # NVIDIA GPU, Google TPU, AMD MI, AWS Trainium, Intel Gaudi.
5
+ #
6
+ # Covers EU AI Act Art. 12 (automatic logging), NIST AI RMF MG-3.2,
7
+ # and cross-border transfer attestation for multi-vendor infrastructure.
8
+ #
9
+ # When workloads migrate between accelerator vendors, drift detection
10
+ # and performance validation ensure the model behaves consistently.
11
+ # Supply chain attestation captures vendor provenance.
12
+ #
13
+ # Usage:
14
+ # profile: multi-silicon
15
+ # api_key_env: SWT3_API_KEY
16
+ # tenant_id: YOUR_TENANT
17
+ # agent_id: inference-router-v1
18
+
19
+ clearing_level: 1
20
+
21
+ policy:
22
+ require_agent_id: true
23
+ require_signing: true
24
+ min_clearing_level: 1
25
+ required_procedures:
26
+ - AI-HW.1
27
+ - AI-INF.1
28
+ - AI-DRIFT.1
29
+ - AI-ENV.1
30
+ - AI-PERF.1
31
+ - AI-SUPPLY.1
32
+ - AI-MDL.1
33
+ - AI-AUDIT.1
34
+
35
+ hardware:
36
+ require_attestation: true
37
+ attestation_freshness: 1800
38
+
39
+ trust_mesh:
40
+ mode: advisory
41
+ min_trust_level: 2
42
+ require_signature: true
43
+ freshness_window: 1800
44
+
45
+ density_policy:
46
+ min_anchors_per_1000_tokens: 2
47
+ max_chain_gap_seconds: 120
48
+ require_signing_key: true