forked from OpenIntegrityProject/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOUTPUT-TEST-audit_inception_commit.txt
More file actions
875 lines (844 loc) · 43.9 KB
/
OUTPUT-TEST-audit_inception_commit.txt
File metadata and controls
875 lines (844 loc) · 43.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
=== TEST-audit_inception_commit.sh v0.1.05 ===
Parsing command line parameters...
Starting tests for audit_inception_commit-POC.sh
Target script: /Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh
Cleaning up test directories...
Test directories prepared at /Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox
Setting up test environment...
Creating valid test repository...
Checking GitHub CLI availability...
GitHub CLI found
GitHub CLI is authenticated as ChristopherA
Test environment setup completed
===== Testing help and basic functionality =====
TEST: Help display (short)
✅ PASSED
TEST: Help display (long)
✅ PASSED
TEST: Basic repository audit
✅ PASSED
===== Testing CLI options =====
TEST: Verbose mode
✅ PASSED
TEST: Debug mode
✅ PASSED
TEST: Quiet mode
✅ PASSED
TEST: No color option
✅ PASSED
TEST: Force color option
✅ PASSED
TEST: No prompt option
✅ PASSED
TEST: Interactive option
✅ PASSED
TEST: Combined options (verbose + debug)
✅ PASSED
===== Testing error cases =====
TEST: Invalid option
✅ PASSED
TEST: Invalid directory
✅ PASSED
TEST: Non-repository directory
✅ PASSED
===== Testing identity verification =====
TEST: Identity verification
✅ PASSED
===== Testing environment variables =====
TEST: NO_COLOR environment variable
✅ PASSED
TEST: FORCE_COLOR environment variable
✅ PASSED
TEST: CI environment variable
✅ PASSED
===== Testing GitHub integration =====
Creating local repository with inception commit at: /Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/oi-temp-test-repo-1741138864
Creating GitHub repository from local repository: oi-temp-test-repo-1741138864
TEST: Full GitHub integration
✅ PASSED
TEST: GitHub standards compliance check
✅ PASSED
TEST: GitHub integration with verbose mode
✅ PASSED
Cleaning up GitHub repository
⚠️ Warning: Failed to delete temporary GitHub repository. Please delete manually:
gh repo delete ChristopherA/oi-temp-test-repo-1741138864 --yes
===== TEST SUMMARY =====
Total tests: 21
Passed: 21
Failed: 0
🎉 ALL TESTS PASSED! 🎉
All tests completed successfully.
=== TEST-audit_inception_commit.sh v0.1.05 ===
Parsing command line parameters...
Verbose mode enabled
Starting tests for audit_inception_commit-POC.sh
Target script: /Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh
Cleaning up test directories...
Test directories prepared at /Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox
Setting up test environment...
Creating valid test repository...
Checking GitHub CLI availability...
GitHub CLI found
GitHub CLI is authenticated as ChristopherA
Test environment setup completed
===== Testing help and basic functionality =====
TEST: Help display (short)
COMMAND: "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh" -h
audit_inception_commit-POC.sh v0.1.05 - Progressive Trust Audit for Git Repository Inception Commits
CURRENT LIMITATIONS:
Requires external commands: Git 2.34+, OpenSSH 8.2+, gh CLI (optional)
USAGE:
audit_inception_commit-POC.sh [options]
OPTIONS:
-C, --chdir <path> Change to specified directory before execution
-v, --verbose Enable detailed progress messages
-q, --quiet Suppress non-essential output
-d, --debug Show debug information for troubleshooting
-n, --no-color Disable colored output
-c, --color Force colored output
-p, --no-prompt Run non-interactively
-i, --interactive Force interactive prompts
-h, --help Show this help message
AUDIT PHASES:
Phase 2 (Wholeness) Assesses structural integrity and message format
Phase 3 (Proofs) Verifies cryptographic SSH signatures
Phase 4 (References) Affirms committer identity against authorized keys
Phase 5 (Requirements) Audits GitHub community standards compliance
EXAMPLES:
Standard audit:
audit_inception_commit-POC.sh -C /path/to/repo
Detailed output:
audit_inception_commit-POC.sh --verbose -C /path/to/repo
Non-interactive mode:
audit_inception_commit-POC.sh --quiet --no-prompt -C /path/to/repo
EXIT CODE: 0 (Expected: 0)
✅ PASSED
TEST: Help display (long)
COMMAND: "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh" --help
audit_inception_commit-POC.sh v0.1.05 - Progressive Trust Audit for Git Repository Inception Commits
CURRENT LIMITATIONS:
Requires external commands: Git 2.34+, OpenSSH 8.2+, gh CLI (optional)
USAGE:
audit_inception_commit-POC.sh [options]
OPTIONS:
-C, --chdir <path> Change to specified directory before execution
-v, --verbose Enable detailed progress messages
-q, --quiet Suppress non-essential output
-d, --debug Show debug information for troubleshooting
-n, --no-color Disable colored output
-c, --color Force colored output
-p, --no-prompt Run non-interactively
-i, --interactive Force interactive prompts
-h, --help Show this help message
AUDIT PHASES:
Phase 2 (Wholeness) Assesses structural integrity and message format
Phase 3 (Proofs) Verifies cryptographic SSH signatures
Phase 4 (References) Affirms committer identity against authorized keys
Phase 5 (Requirements) Audits GitHub community standards compliance
EXAMPLES:
Standard audit:
audit_inception_commit-POC.sh -C /path/to/repo
Detailed output:
audit_inception_commit-POC.sh --verbose -C /path/to/repo
Non-interactive mode:
audit_inception_commit-POC.sh --quiet --no-prompt -C /path/to/repo
EXIT CODE: 0 (Expected: 0)
✅ PASSED
TEST: Basic repository audit
COMMAND: "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh" -C "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/valid_repo"
[36m
Inception Commit Audit Report(B[m
[36m💡 Wholeness Assessment:(B[m
[32m ✅ Repository Structure: Inception commit found(B[m
[32m ✅ Content Assessment: Commit is empty as required(B[m
[32m ✅ Format Assessment: Commit message meets requirements(B[m
[36m💡 Cryptographic Proofs:(B[m
[32m ✅ SSH Signature: Verified(B[m
[36m💡 Trust References:(B[m
[32m ✅ Identity Check: Committer matches key fingerprint(B[m
[35m⚠️ Repository not on GitHub or 'gh' CLI not authenticated.(B[m
[35m⚠️ Run 'gh auth login' to authenticate with GitHub.(B[m
[36m💡
Trust Assessment Results:(B[m
[36m ✅ Wholeness (structure, content, format) - Phase 2(B[m
[36m ✅ Cryptographic Proofs (signature) - Phase 3(B[m
[36m ✅ Trust References (identity) - Phase 4(B[m
[36m ✅ Community Standards (GitHub) - Phase 5(B[m
[36m(B[m
[32m🎯 Audit Complete: Git repo at `valid_repo` (DID: did:repo:db4aa88ff1ebef2d5aafe355c452a96b7c7d1bcf)
in compliance with Open Integrity specification for Inception Commits.(B[m
EXIT CODE: 0 (Expected: 0)
✅ PASSED
===== Testing CLI options =====
TEST: Verbose mode
COMMAND: "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh" --verbose -C "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/valid_repo"
[36m
Inception Commit Audit Report(B[m
[33mEvaluating overall inception commit compliance with standards...(B[m
[33m(B[m
[36m💡 Wholeness Assessment:(B[m
[33m(Progressive Trust Phase 2)(B[m
[33m 📌 Assessing repository structure...(B[m
[33m 📘 Found inception commit db4aa88ff1ebef2d5aafe355c452a96b7c7d1bcf(B[m
[32m ✅ Repository Structure: Inception commit found(B[m
[33m(B[m
[33m 📌 Assessing commit content...(B[m
[33m 📘 Tree hash matches empty commit requirements(B[m
[32m ✅ Content Assessment: Commit is empty as required(B[m
[33m(B[m
[33m 📌 Assessing message format...(B[m
[33m 📘 Found required initialization message and sign-off(B[m
[32m ✅ Format Assessment: Commit message meets requirements(B[m
[33m(B[m
[36m💡 Cryptographic Proofs:(B[m
[33m(Progressive Trust Phase 3)(B[m
[33m 📌 Authenticating SSH signature...(B[m
[33m 📘 Performing multi-step signature verification...(B[m
[33m 📘 Step 1: Checking signature format...(B[m
[33m 📘 ✓ Recognized SSH signature format found(B[m
[33m 📘 Step 2: Checking allowed_signers...(B[m
[33m 📘 Assessing inception-only repository (using global configuration)(B[m
[33m 📘 Using allowed signers from global configuration(B[m
[33m 📘 Current configuration (at /Users/christophera/.ssh/allowed_signers):(B[m
[33m 📘 @ChristopherA namespaces="file,git" ssh-ed25519
AAAAC3NzaC1lZDI1NTE5AAAAICM+YMv6FoadhtecFcrESpq5ZIhxZzYIKky8C+3Xk0Sy
sign_id_ed25519-athena.local-christophera(B[m
[33m 📘 ✓ allowed_signers file found and readable(B[m
[33m 📘 Step 3: Verifying signature...(B[m
[33m 📘 ✓ Signature cryptographically verified(B[m
[33m 📘 ✓ Using ED25519 key:
SHA256:a61TkTtLFGEYOmdRMbpYGkZwXw2QUrGkAWp3dok8jcw(B[m
[32m ✅ SSH Signature: Verified(B[m
[33m(B[m
[36m💡 Trust References:(B[m
[33m(Progressive Trust Phase 4)(B[m
[33m 📌 Affirming identity references...(B[m
[33m 📘 Extracting key fingerprint...(B[m
[33m 📘 Matched committer name to fingerprint(B[m
[32m ✅ Identity Check: Committer matches key fingerprint(B[m
[33m(B[m
[33m Other useful local git commands (for reference):(B[m
[33m View inception commit details: git log db4aa88 -1(B[m
[33m View inception commit structure: git cat-file -p db4aa88(B[m
[33m Verify inception commit signature: git verify-commit db4aa88(B[m
[33m(B[m
[35m⚠️ Repository not on GitHub or 'gh' CLI not authenticated.(B[m
[35m⚠️ Run 'gh auth login' to authenticate with GitHub.(B[m
[33m
Trust Assessment Summary:(B[m
[33m ✅ Phase 2 assessment: structure (local - affects exit code)(B[m
[33m ✅ Phase 2 assessment: content (local - affects exit code)(B[m
[33m ✅ Phase 2 assessment: format (local - affects exit code)(B[m
[33m ✅ Phase 3 assessment: signature (local - affects exit code)(B[m
[33m ✅ Phase 4 assessment: identity (remote - warning only)(B[m
[33m ✅ Phase 5 assessment: standards (remote - warning only)(B[m
PhaseNum=5
[32m🎯 Audit Complete: Git repo at `valid_repo` (DID: did:repo:db4aa88ff1ebef2d5aafe355c452a96b7c7d1bcf)
in compliance with Open Integrity specification for Inception Commits.(B[m
[33m (Progressive Trust phases 1-5 passed.)(B[m
EXIT CODE: 0 (Expected: 0)
✅ PASSED
TEST: Debug mode
COMMAND: "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh" --debug -C "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/valid_repo"
[34m🛠️ Framework argument processing:(B[m
[34m🛠️ Verbose Mode: 0(B[m
[34m🛠️ Debug Mode: 1(B[m
[34m🛠️ Quiet Mode: 0(B[m
[34m🛠️ Color Enabled: 1(B[m
[34m🛠️ Prompt Enabled: 1(B[m
[34m🛠️ Changed working directory to: /Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/valid_repo(B[m
[34m🛠️ Domain argument processing complete(B[m
[34m🛠️ Working Directory: /Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/valid_repo(B[m
[34m🛠️ Starting script execution:(B[m
[34m🛠️ - Script path: /Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh(B[m
[34m🛠️ - Arguments: --debug -C /Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/valid_repo(B[m
[34m🛠️ - Working directory: /Users/christophera/Documents/Workspace/github/openintegrityproject/core/sandbox/valid_repo(B[m
[36m
Inception Commit Audit Report(B[m
[36m💡 Wholeness Assessment:(B[m
[32m ✅ Repository Structure: Inception commit found(B[m
[32m ✅ Content Assessment: Commit is empty as required(B[m
[32m ✅ Format Assessment: Commit message meets requirements(B[m
[36m💡 Cryptographic Proofs:(B[m
[34m 🛠️ oi_Authenticate_Ssh_Signature: Starting with commit
db4aa88ff1ebef2d5aafe355c452a96b7c7d1bcf(B[m
[34m 🛠️ Repository has 1 commits(B[m
[34m 🛠️ Reading commit object(B[m
[34m 🛠️ Extracting signature block(B[m
[34m 🛠️ Signature extracted(B[m
[34m 🛠️ Git configuration status:(B[m
[34m 🛠️ gpg.ssh.allowedSignersFile:
/Users/christophera/.ssh/allowed_signers(B[m
[34m 🛠️ File: /Users/christophera/.ssh/allowed_signers (159 bytes)(B[m
[34m 🛠️ Running git verify-commit(B[m
[34m 🛠️ git verify-commit output: Good "git" signature for @ChristopherA
with ED25519 key SHA256:a61TkTtLFGEYOmdRMbpYGkZwXw2QUrGkAWp3dok8jcw(B[m
[34m 🛠️ Extracting key details(B[m
[32m ✅ SSH Signature: Verified(B[m
[36m💡 Trust References:(B[m
[32m ✅ Identity Check: Committer matches key fingerprint(B[m
[35m⚠️ Repository not on GitHub or 'gh' CLI not authenticated.(B[m
[35m⚠️ Run 'gh auth login' to authenticate with GitHub.(B[m
[34m🛠️ Exit code from execute_Audit_Phases: 0(B[m
[36m💡
Trust Assessment Results:(B[m
[36m ✅ Wholeness (structure, content, format) - Phase 2(B[m
[36m ✅ Cryptographic Proofs (signature) - Phase 3(B[m
[36m ✅ Trust References (identity) - Phase 4(B[m
[36m ✅ Community Standards (GitHub) - Phase 5(B[m
[36m(B[m
[34m🛠️ Making exit code decision. AuditExitCode=0, Exit_Status_Success=0(B[m
[32m🎯 Audit Complete: Git repo at `valid_repo` (DID: did:repo:db4aa88ff1ebef2d5aafe355c452a96b7c7d1bcf)
in compliance with Open Integrity specification for Inception Commits.(B[m
[34m🛠️ Returning Exit_Status_Success=0(B[m
[34m🛠️ Cleanup completed successfully.(B[m
EXIT CODE: 0 (Expected: 0)
✅ PASSED
TEST: Quiet mode
COMMAND: "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh" --quiet -C "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/valid_repo"
[32m🎯 Audit Complete: Git repo at `valid_repo` (DID: did:repo:db4aa88ff1ebef2d5aafe355c452a96b7c7d1bcf)
in compliance with Open Integrity specification for Inception Commits.(B[m
EXIT CODE: 0 (Expected: 0)
✅ PASSED
TEST: No color option
COMMAND: "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh" --no-color -C "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/valid_repo"
[36m
Inception Commit Audit Report(B[m
[36m💡 Wholeness Assessment:(B[m
[32m ✅ Repository Structure: Inception commit found(B[m
[32m ✅ Content Assessment: Commit is empty as required(B[m
[32m ✅ Format Assessment: Commit message meets requirements(B[m
[36m💡 Cryptographic Proofs:(B[m
[32m ✅ SSH Signature: Verified(B[m
[36m💡 Trust References:(B[m
[32m ✅ Identity Check: Committer matches key fingerprint(B[m
[35m⚠️ Repository not on GitHub or 'gh' CLI not authenticated.(B[m
[35m⚠️ Run 'gh auth login' to authenticate with GitHub.(B[m
[36m💡
Trust Assessment Results:(B[m
[36m ✅ Wholeness (structure, content, format) - Phase 2(B[m
[36m ✅ Cryptographic Proofs (signature) - Phase 3(B[m
[36m ✅ Trust References (identity) - Phase 4(B[m
[36m ✅ Community Standards (GitHub) - Phase 5(B[m
[36m(B[m
[32m🎯 Audit Complete: Git repo at `valid_repo` (DID: did:repo:db4aa88ff1ebef2d5aafe355c452a96b7c7d1bcf)
in compliance with Open Integrity specification for Inception Commits.(B[m
EXIT CODE: 0 (Expected: 0)
✅ PASSED
TEST: Force color option
COMMAND: "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh" --color -C "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/valid_repo"
[36m
Inception Commit Audit Report(B[m
[36m💡 Wholeness Assessment:(B[m
[32m ✅ Repository Structure: Inception commit found(B[m
[32m ✅ Content Assessment: Commit is empty as required(B[m
[32m ✅ Format Assessment: Commit message meets requirements(B[m
[36m💡 Cryptographic Proofs:(B[m
[32m ✅ SSH Signature: Verified(B[m
[36m💡 Trust References:(B[m
[32m ✅ Identity Check: Committer matches key fingerprint(B[m
[35m⚠️ Repository not on GitHub or 'gh' CLI not authenticated.(B[m
[35m⚠️ Run 'gh auth login' to authenticate with GitHub.(B[m
[36m💡
Trust Assessment Results:(B[m
[36m ✅ Wholeness (structure, content, format) - Phase 2(B[m
[36m ✅ Cryptographic Proofs (signature) - Phase 3(B[m
[36m ✅ Trust References (identity) - Phase 4(B[m
[36m ✅ Community Standards (GitHub) - Phase 5(B[m
[36m(B[m
[32m🎯 Audit Complete: Git repo at `valid_repo` (DID: did:repo:db4aa88ff1ebef2d5aafe355c452a96b7c7d1bcf)
in compliance with Open Integrity specification for Inception Commits.(B[m
EXIT CODE: 0 (Expected: 0)
✅ PASSED
TEST: No prompt option
COMMAND: "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh" --no-prompt -C "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/valid_repo"
[36m
Inception Commit Audit Report(B[m
[36m💡 Wholeness Assessment:(B[m
[32m ✅ Repository Structure: Inception commit found(B[m
[32m ✅ Content Assessment: Commit is empty as required(B[m
[32m ✅ Format Assessment: Commit message meets requirements(B[m
[36m💡 Cryptographic Proofs:(B[m
[32m ✅ SSH Signature: Verified(B[m
[36m💡 Trust References:(B[m
[32m ✅ Identity Check: Committer matches key fingerprint(B[m
[35m⚠️ Repository not on GitHub or 'gh' CLI not authenticated.(B[m
[35m⚠️ Run 'gh auth login' to authenticate with GitHub.(B[m
[36m💡
Trust Assessment Results:(B[m
[36m ✅ Wholeness (structure, content, format) - Phase 2(B[m
[36m ✅ Cryptographic Proofs (signature) - Phase 3(B[m
[36m ✅ Trust References (identity) - Phase 4(B[m
[36m ✅ Community Standards (GitHub) - Phase 5(B[m
[36m(B[m
[32m🎯 Audit Complete: Git repo at `valid_repo` (DID: did:repo:db4aa88ff1ebef2d5aafe355c452a96b7c7d1bcf)
in compliance with Open Integrity specification for Inception Commits.(B[m
EXIT CODE: 0 (Expected: 0)
✅ PASSED
TEST: Interactive option
COMMAND: echo N | "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh" --interactive -C "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/valid_repo"
[36m
Inception Commit Audit Report(B[m
[36m💡 Wholeness Assessment:(B[m
[32m ✅ Repository Structure: Inception commit found(B[m
[32m ✅ Content Assessment: Commit is empty as required(B[m
[32m ✅ Format Assessment: Commit message meets requirements(B[m
[36m💡 Cryptographic Proofs:(B[m
[32m ✅ SSH Signature: Verified(B[m
[36m💡 Trust References:(B[m
[32m ✅ Identity Check: Committer matches key fingerprint(B[m
[35m⚠️ Repository not on GitHub or 'gh' CLI not authenticated.(B[m
[35m⚠️ Run 'gh auth login' to authenticate with GitHub.(B[m
[36m💡
Trust Assessment Results:(B[m
[36m ✅ Wholeness (structure, content, format) - Phase 2(B[m
[36m ✅ Cryptographic Proofs (signature) - Phase 3(B[m
[36m ✅ Trust References (identity) - Phase 4(B[m
[36m ✅ Community Standards (GitHub) - Phase 5(B[m
[36m(B[m
[32m🎯 Audit Complete: Git repo at `valid_repo` (DID: did:repo:db4aa88ff1ebef2d5aafe355c452a96b7c7d1bcf)
in compliance with Open Integrity specification for Inception Commits.(B[m
EXIT CODE: 0 (Expected: 0)
✅ PASSED
TEST: Combined options (verbose + debug)
COMMAND: "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh" --verbose --debug -C "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/valid_repo"
[34m🛠️ Framework argument processing:(B[m
[34m🛠️ Verbose Mode: 1(B[m
[34m🛠️ Debug Mode: 1(B[m
[34m🛠️ Quiet Mode: 0(B[m
[34m🛠️ Color Enabled: 1(B[m
[34m🛠️ Prompt Enabled: 1(B[m
[34m🛠️ Changed working directory to: /Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/valid_repo(B[m
[34m🛠️ Domain argument processing complete(B[m
[34m🛠️ Working Directory: /Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/valid_repo(B[m
[34m🛠️ Starting script execution:(B[m
[34m🛠️ - Script path: /Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh(B[m
[34m🛠️ - Arguments: --verbose --debug -C /Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/valid_repo(B[m
[34m🛠️ - Working directory: /Users/christophera/Documents/Workspace/github/openintegrityproject/core/sandbox/valid_repo(B[m
[36m
Inception Commit Audit Report(B[m
[33mEvaluating overall inception commit compliance with standards...(B[m
[33m(B[m
[36m💡 Wholeness Assessment:(B[m
[33m(Progressive Trust Phase 2)(B[m
[33m 📌 Assessing repository structure...(B[m
[33m 📘 Found inception commit db4aa88ff1ebef2d5aafe355c452a96b7c7d1bcf(B[m
[32m ✅ Repository Structure: Inception commit found(B[m
[33m(B[m
[33m 📌 Assessing commit content...(B[m
[33m 📘 Tree hash matches empty commit requirements(B[m
[32m ✅ Content Assessment: Commit is empty as required(B[m
[33m(B[m
[33m 📌 Assessing message format...(B[m
[33m 📘 Found required initialization message and sign-off(B[m
[32m ✅ Format Assessment: Commit message meets requirements(B[m
[33m(B[m
[36m💡 Cryptographic Proofs:(B[m
[33m(Progressive Trust Phase 3)(B[m
[33m 📌 Authenticating SSH signature...(B[m
[34m 🛠️ oi_Authenticate_Ssh_Signature: Starting with commit
db4aa88ff1ebef2d5aafe355c452a96b7c7d1bcf(B[m
[33m 📘 Performing multi-step signature verification...(B[m
[34m 🛠️ Repository has 1 commits(B[m
[33m 📘 Step 1: Checking signature format...(B[m
[34m 🛠️ Reading commit object(B[m
[34m 🛠️ Extracting signature block(B[m
[34m 🛠️ Signature extracted(B[m
[33m 📘 ✓ Recognized SSH signature format found(B[m
[33m 📘 Step 2: Checking allowed_signers...(B[m
[34m 🛠️ Git configuration status:(B[m
[34m 🛠️ gpg.ssh.allowedSignersFile:
/Users/christophera/.ssh/allowed_signers(B[m
[33m 📘 Assessing inception-only repository (using global configuration)(B[m
[34m 🛠️ File: /Users/christophera/.ssh/allowed_signers (159 bytes)(B[m
[33m 📘 Using allowed signers from global configuration(B[m
[33m 📘 Current configuration (at /Users/christophera/.ssh/allowed_signers):(B[m
[33m 📘 @ChristopherA namespaces="file,git" ssh-ed25519
AAAAC3NzaC1lZDI1NTE5AAAAICM+YMv6FoadhtecFcrESpq5ZIhxZzYIKky8C+3Xk0Sy
sign_id_ed25519-athena.local-christophera(B[m
[33m 📘 ✓ allowed_signers file found and readable(B[m
[33m 📘 Step 3: Verifying signature...(B[m
[34m 🛠️ Running git verify-commit(B[m
[34m 🛠️ git verify-commit output: Good "git" signature for @ChristopherA
with ED25519 key SHA256:a61TkTtLFGEYOmdRMbpYGkZwXw2QUrGkAWp3dok8jcw(B[m
[34m 🛠️ Extracting key details(B[m
[33m 📘 ✓ Signature cryptographically verified(B[m
[33m 📘 ✓ Using ED25519 key:
SHA256:a61TkTtLFGEYOmdRMbpYGkZwXw2QUrGkAWp3dok8jcw(B[m
[32m ✅ SSH Signature: Verified(B[m
[33m(B[m
[36m💡 Trust References:(B[m
[33m(Progressive Trust Phase 4)(B[m
[33m 📌 Affirming identity references...(B[m
[33m 📘 Extracting key fingerprint...(B[m
[33m 📘 Matched committer name to fingerprint(B[m
[32m ✅ Identity Check: Committer matches key fingerprint(B[m
[33m(B[m
[33m Other useful local git commands (for reference):(B[m
[33m View inception commit details: git log db4aa88 -1(B[m
[33m View inception commit structure: git cat-file -p db4aa88(B[m
[33m Verify inception commit signature: git verify-commit db4aa88(B[m
[33m(B[m
[35m⚠️ Repository not on GitHub or 'gh' CLI not authenticated.(B[m
[35m⚠️ Run 'gh auth login' to authenticate with GitHub.(B[m
[34m🛠️ Exit code from execute_Audit_Phases: 0(B[m
[33m
Trust Assessment Summary:(B[m
[33m ✅ Phase 2 assessment: structure (local - affects exit code)(B[m
[33m ✅ Phase 2 assessment: content (local - affects exit code)(B[m
[33m ✅ Phase 2 assessment: format (local - affects exit code)(B[m
[33m ✅ Phase 3 assessment: signature (local - affects exit code)(B[m
[33m ✅ Phase 4 assessment: identity (remote - warning only)(B[m
[33m ✅ Phase 5 assessment: standards (remote - warning only)(B[m
PhaseNum=5
[34m🛠️ Making exit code decision. AuditExitCode=0, Exit_Status_Success=0(B[m
[32m🎯 Audit Complete: Git repo at `valid_repo` (DID: did:repo:db4aa88ff1ebef2d5aafe355c452a96b7c7d1bcf)
in compliance with Open Integrity specification for Inception Commits.(B[m
[33m (Progressive Trust phases 1-5 passed.)(B[m
[34m🛠️ Returning Exit_Status_Success=0(B[m
[34m🛠️ Cleanup completed successfully.(B[m
EXIT CODE: 0 (Expected: 0)
✅ PASSED
===== Testing error cases =====
TEST: Invalid option
COMMAND: "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh" --invalid-option 2>&1
[31m❌ Unknown option: --invalid-option(B[m
audit_inception_commit-POC.sh v0.1.05 - Progressive Trust Audit for Git Repository Inception Commits
CURRENT LIMITATIONS:
Requires external commands: Git 2.34+, OpenSSH 8.2+, gh CLI (optional)
USAGE:
audit_inception_commit-POC.sh [options]
OPTIONS:
-C, --chdir <path> Change to specified directory before execution
-v, --verbose Enable detailed progress messages
-q, --quiet Suppress non-essential output
-d, --debug Show debug information for troubleshooting
-n, --no-color Disable colored output
-c, --color Force colored output
-p, --no-prompt Run non-interactively
-i, --interactive Force interactive prompts
-h, --help Show this help message
AUDIT PHASES:
Phase 2 (Wholeness) Assesses structural integrity and message format
Phase 3 (Proofs) Verifies cryptographic SSH signatures
Phase 4 (References) Affirms committer identity against authorized keys
Phase 5 (Requirements) Audits GitHub community standards compliance
EXAMPLES:
Standard audit:
audit_inception_commit-POC.sh -C /path/to/repo
Detailed output:
audit_inception_commit-POC.sh --verbose -C /path/to/repo
Non-interactive mode:
audit_inception_commit-POC.sh --quiet --no-prompt -C /path/to/repo
EXIT CODE: 0 (Expected: 0)
✅ PASSED
TEST: Invalid directory
COMMAND: "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh" -C /path/does/not/exist 2>&1
[31m❌ Invalid directory path: /path/does/not/exist(B[m
[31m❌ Failed to parse domain arguments(B[m
EXIT CODE: 1 (Expected: 1)
✅ PASSED
TEST: Non-repository directory
COMMAND: "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh" -C "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/invalid_repo" 2>&1
[36m
Inception Commit Audit Report(B[m
[36m💡 Wholeness Assessment:(B[m
[32m ✅ Repository Structure: Inception commit found(B[m
[32m ✅ Content Assessment: Commit is empty as required(B[m
[32m ✅ Format Assessment: Commit message meets requirements(B[m
[36m💡 Cryptographic Proofs:(B[m
[32m ✅ SSH Signature: Verified(B[m
[36m💡 Trust References:(B[m
[32m ✅ Identity Check: Committer matches key fingerprint(B[m
[36m💡 Community Standards:(B[m
[36m 🌐 GitHub-specific compliance check available(B[m
[36m💡
Trust Assessment Results:(B[m
[36m ✅ Wholeness (structure, content, format) - Phase 2(B[m
[36m ✅ Cryptographic Proofs (signature) - Phase 3(B[m
[36m ✅ Trust References (identity) - Phase 4(B[m
[36m ✅ Community Standards (GitHub) - Phase 5(B[m
[36m(B[m
[32m🎯 Audit Complete: Git repo at `invalid_repo` (DID: did:repo:69c8659959f1a6aa281bdc1b8653b381e741b3f6)
in compliance with Open Integrity specification for Inception Commits.(B[m
EXIT CODE: 0 (Expected: 0)
✅ PASSED
===== Testing identity verification =====
TEST: Identity verification
COMMAND: "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh" --verbose -C "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/valid_repo"
[36m
Inception Commit Audit Report(B[m
[33mEvaluating overall inception commit compliance with standards...(B[m
[33m(B[m
[36m💡 Wholeness Assessment:(B[m
[33m(Progressive Trust Phase 2)(B[m
[33m 📌 Assessing repository structure...(B[m
[33m 📘 Found inception commit db4aa88ff1ebef2d5aafe355c452a96b7c7d1bcf(B[m
[32m ✅ Repository Structure: Inception commit found(B[m
[33m(B[m
[33m 📌 Assessing commit content...(B[m
[33m 📘 Tree hash matches empty commit requirements(B[m
[32m ✅ Content Assessment: Commit is empty as required(B[m
[33m(B[m
[33m 📌 Assessing message format...(B[m
[33m 📘 Found required initialization message and sign-off(B[m
[32m ✅ Format Assessment: Commit message meets requirements(B[m
[33m(B[m
[36m💡 Cryptographic Proofs:(B[m
[33m(Progressive Trust Phase 3)(B[m
[33m 📌 Authenticating SSH signature...(B[m
[33m 📘 Performing multi-step signature verification...(B[m
[33m 📘 Step 1: Checking signature format...(B[m
[33m 📘 ✓ Recognized SSH signature format found(B[m
[33m 📘 Step 2: Checking allowed_signers...(B[m
[33m 📘 Assessing inception-only repository (using global configuration)(B[m
[33m 📘 Using allowed signers from global configuration(B[m
[33m 📘 Current configuration (at /Users/christophera/.ssh/allowed_signers):(B[m
[33m 📘 @ChristopherA namespaces="file,git" ssh-ed25519
AAAAC3NzaC1lZDI1NTE5AAAAICM+YMv6FoadhtecFcrESpq5ZIhxZzYIKky8C+3Xk0Sy
sign_id_ed25519-athena.local-christophera(B[m
[33m 📘 ✓ allowed_signers file found and readable(B[m
[33m 📘 Step 3: Verifying signature...(B[m
[33m 📘 ✓ Signature cryptographically verified(B[m
[33m 📘 ✓ Using ED25519 key:
SHA256:a61TkTtLFGEYOmdRMbpYGkZwXw2QUrGkAWp3dok8jcw(B[m
[32m ✅ SSH Signature: Verified(B[m
[33m(B[m
[36m💡 Trust References:(B[m
[33m(Progressive Trust Phase 4)(B[m
[33m 📌 Affirming identity references...(B[m
[33m 📘 Extracting key fingerprint...(B[m
[33m 📘 Matched committer name to fingerprint(B[m
[32m ✅ Identity Check: Committer matches key fingerprint(B[m
[33m(B[m
[33m Other useful local git commands (for reference):(B[m
[33m View inception commit details: git log db4aa88 -1(B[m
[33m View inception commit structure: git cat-file -p db4aa88(B[m
[33m Verify inception commit signature: git verify-commit db4aa88(B[m
[33m(B[m
[35m⚠️ Repository not on GitHub or 'gh' CLI not authenticated.(B[m
[35m⚠️ Run 'gh auth login' to authenticate with GitHub.(B[m
[33m
Trust Assessment Summary:(B[m
[33m ✅ Phase 2 assessment: structure (local - affects exit code)(B[m
[33m ✅ Phase 2 assessment: content (local - affects exit code)(B[m
[33m ✅ Phase 2 assessment: format (local - affects exit code)(B[m
[33m ✅ Phase 3 assessment: signature (local - affects exit code)(B[m
[33m ✅ Phase 4 assessment: identity (remote - warning only)(B[m
[33m ✅ Phase 5 assessment: standards (remote - warning only)(B[m
PhaseNum=5
[32m🎯 Audit Complete: Git repo at `valid_repo` (DID: did:repo:db4aa88ff1ebef2d5aafe355c452a96b7c7d1bcf)
in compliance with Open Integrity specification for Inception Commits.(B[m
[33m (Progressive Trust phases 1-5 passed.)(B[m
EXIT CODE: 0 (Expected: 0)
✅ PASSED
===== Testing environment variables =====
TEST: NO_COLOR environment variable
COMMAND: NO_COLOR=1 "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh" -C "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/valid_repo"
[36m
Inception Commit Audit Report(B[m
[36m💡 Wholeness Assessment:(B[m
[32m ✅ Repository Structure: Inception commit found(B[m
[32m ✅ Content Assessment: Commit is empty as required(B[m
[32m ✅ Format Assessment: Commit message meets requirements(B[m
[36m💡 Cryptographic Proofs:(B[m
[32m ✅ SSH Signature: Verified(B[m
[36m💡 Trust References:(B[m
[32m ✅ Identity Check: Committer matches key fingerprint(B[m
[35m⚠️ Repository not on GitHub or 'gh' CLI not authenticated.(B[m
[35m⚠️ Run 'gh auth login' to authenticate with GitHub.(B[m
[36m💡
Trust Assessment Results:(B[m
[36m ✅ Wholeness (structure, content, format) - Phase 2(B[m
[36m ✅ Cryptographic Proofs (signature) - Phase 3(B[m
[36m ✅ Trust References (identity) - Phase 4(B[m
[36m ✅ Community Standards (GitHub) - Phase 5(B[m
[36m(B[m
[32m🎯 Audit Complete: Git repo at `valid_repo` (DID: did:repo:db4aa88ff1ebef2d5aafe355c452a96b7c7d1bcf)
in compliance with Open Integrity specification for Inception Commits.(B[m
EXIT CODE: 0 (Expected: 0)
✅ PASSED
TEST: FORCE_COLOR environment variable
COMMAND: FORCE_COLOR=1 "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh" -C "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/valid_repo"
[36m
Inception Commit Audit Report(B[m
[36m💡 Wholeness Assessment:(B[m
[32m ✅ Repository Structure: Inception commit found(B[m
[32m ✅ Content Assessment: Commit is empty as required(B[m
[32m ✅ Format Assessment: Commit message meets requirements(B[m
[36m💡 Cryptographic Proofs:(B[m
[32m ✅ SSH Signature: Verified(B[m
[36m💡 Trust References:(B[m
[32m ✅ Identity Check: Committer matches key fingerprint(B[m
[35m⚠️ Repository not on GitHub or 'gh' CLI not authenticated.(B[m
[35m⚠️ Run 'gh auth login' to authenticate with GitHub.(B[m
[36m💡
Trust Assessment Results:(B[m
[36m ✅ Wholeness (structure, content, format) - Phase 2(B[m
[36m ✅ Cryptographic Proofs (signature) - Phase 3(B[m
[36m ✅ Trust References (identity) - Phase 4(B[m
[36m ✅ Community Standards (GitHub) - Phase 5(B[m
[36m(B[m
[32m🎯 Audit Complete: Git repo at `valid_repo` (DID: did:repo:db4aa88ff1ebef2d5aafe355c452a96b7c7d1bcf)
in compliance with Open Integrity specification for Inception Commits.(B[m
EXIT CODE: 0 (Expected: 0)
✅ PASSED
TEST: CI environment variable
COMMAND: CI=1 "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh" -C "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/valid_repo"
[36m
Inception Commit Audit Report(B[m
[36m💡 Wholeness Assessment:(B[m
[32m ✅ Repository Structure: Inception commit found(B[m
[32m ✅ Content Assessment: Commit is empty as required(B[m
[32m ✅ Format Assessment: Commit message meets requirements(B[m
[36m💡 Cryptographic Proofs:(B[m
[32m ✅ SSH Signature: Verified(B[m
[36m💡 Trust References:(B[m
[32m ✅ Identity Check: Committer matches key fingerprint(B[m
[35m⚠️ Repository not on GitHub or 'gh' CLI not authenticated.(B[m
[35m⚠️ Run 'gh auth login' to authenticate with GitHub.(B[m
[36m💡
Trust Assessment Results:(B[m
[36m ✅ Wholeness (structure, content, format) - Phase 2(B[m
[36m ✅ Cryptographic Proofs (signature) - Phase 3(B[m
[36m ✅ Trust References (identity) - Phase 4(B[m
[36m ✅ Community Standards (GitHub) - Phase 5(B[m
[36m(B[m
[32m🎯 Audit Complete: Git repo at `valid_repo` (DID: did:repo:db4aa88ff1ebef2d5aafe355c452a96b7c7d1bcf)
in compliance with Open Integrity specification for Inception Commits.(B[m
EXIT CODE: 0 (Expected: 0)
✅ PASSED
===== Testing GitHub integration =====
Creating local repository with inception commit at: /Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/oi-temp-test-repo-1741138886
Creating GitHub repository from local repository: oi-temp-test-repo-1741138886
TEST: Full GitHub integration
COMMAND: "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh" -C "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/oi-temp-test-repo-1741138886"
[36m
Inception Commit Audit Report(B[m
[36m💡 Wholeness Assessment:(B[m
[32m ✅ Repository Structure: Inception commit found(B[m
[32m ✅ Content Assessment: Commit is empty as required(B[m
[32m ✅ Format Assessment: Commit message meets requirements(B[m
[36m💡 Cryptographic Proofs:(B[m
[32m ✅ SSH Signature: Verified(B[m
[36m💡 Trust References:(B[m
[32m ✅ Identity Check: Committer matches key fingerprint(B[m
[36m💡 Community Standards:(B[m
[36m 🌐 GitHub-specific compliance check available(B[m
[36m💡
Trust Assessment Results:(B[m
[36m ✅ Wholeness (structure, content, format) - Phase 2(B[m
[36m ✅ Cryptographic Proofs (signature) - Phase 3(B[m
[36m ✅ Trust References (identity) - Phase 4(B[m
[36m ✅ Community Standards (GitHub) - Phase 5(B[m
[36m(B[m
[32m🎯 Audit Complete: Git repo at `oi-temp-test-repo-1741138886` (DID: did:repo:3498ca0842fd071c3f1abbbb87be390600500142)
in compliance with Open Integrity specification for Inception Commits.(B[m
EXIT CODE: 0 (Expected: 0)
✅ PASSED
TEST: GitHub standards compliance check
COMMAND: echo 'Y' | "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh" --interactive -C "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/oi-temp-test-repo-1741138886"
[36m
Inception Commit Audit Report(B[m
[36m💡 Wholeness Assessment:(B[m
[32m ✅ Repository Structure: Inception commit found(B[m
[32m ✅ Content Assessment: Commit is empty as required(B[m
[32m ✅ Format Assessment: Commit message meets requirements(B[m
[36m💡 Cryptographic Proofs:(B[m
[32m ✅ SSH Signature: Verified(B[m
[36m💡 Trust References:(B[m
[32m ✅ Identity Check: Committer matches key fingerprint(B[m
[36m💡 Community Standards:(B[m
[36m 🌐 GitHub-specific compliance check available(B[m
[36m💡
Trust Assessment Results:(B[m
[36m ✅ Wholeness (structure, content, format) - Phase 2(B[m
[36m ✅ Cryptographic Proofs (signature) - Phase 3(B[m
[36m ✅ Trust References (identity) - Phase 4(B[m
[36m ✅ Community Standards (GitHub) - Phase 5(B[m
[36m(B[m
[32m🎯 Audit Complete: Git repo at `oi-temp-test-repo-1741138886` (DID: did:repo:3498ca0842fd071c3f1abbbb87be390600500142)
in compliance with Open Integrity specification for Inception Commits.(B[m
EXIT CODE: 0 (Expected: 0)
✅ PASSED
TEST: GitHub integration with verbose mode
COMMAND: "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/audit_inception_commit-POC.sh" --verbose -C "/Users/christophera/Documents/Workspace/github/openintegrityproject/core/src/../sandbox/oi-temp-test-repo-1741138886"
[36m
Inception Commit Audit Report(B[m
[33mEvaluating overall inception commit compliance with standards...(B[m
[33m(B[m
[36m💡 Wholeness Assessment:(B[m
[33m(Progressive Trust Phase 2)(B[m
[33m 📌 Assessing repository structure...(B[m
[33m 📘 Found inception commit 3498ca0842fd071c3f1abbbb87be390600500142(B[m
[32m ✅ Repository Structure: Inception commit found(B[m
[33m(B[m
[33m 📌 Assessing commit content...(B[m
[33m 📘 Tree hash matches empty commit requirements(B[m
[32m ✅ Content Assessment: Commit is empty as required(B[m
[33m(B[m
[33m 📌 Assessing message format...(B[m
[33m 📘 Found required initialization message and sign-off(B[m
[32m ✅ Format Assessment: Commit message meets requirements(B[m
[33m(B[m
[36m💡 Cryptographic Proofs:(B[m
[33m(Progressive Trust Phase 3)(B[m
[33m 📌 Authenticating SSH signature...(B[m
[33m 📘 Performing multi-step signature verification...(B[m
[33m 📘 Step 1: Checking signature format...(B[m
[33m 📘 ✓ Recognized SSH signature format found(B[m
[33m 📘 Step 2: Checking allowed_signers...(B[m
[33m 📘 Assessing inception-only repository (using global configuration)(B[m
[33m 📘 Using allowed signers from global configuration(B[m
[33m 📘 Current configuration (at /Users/christophera/.ssh/allowed_signers):(B[m
[33m 📘 @ChristopherA namespaces="file,git" ssh-ed25519
AAAAC3NzaC1lZDI1NTE5AAAAICM+YMv6FoadhtecFcrESpq5ZIhxZzYIKky8C+3Xk0Sy
sign_id_ed25519-athena.local-christophera(B[m
[33m 📘 ✓ allowed_signers file found and readable(B[m
[33m 📘 Step 3: Verifying signature...(B[m
[33m 📘 ✓ Signature cryptographically verified(B[m
[33m 📘 ✓ Using ED25519 key:
SHA256:a61TkTtLFGEYOmdRMbpYGkZwXw2QUrGkAWp3dok8jcw(B[m
[32m ✅ SSH Signature: Verified(B[m
[33m(B[m
[36m💡 Trust References:(B[m
[33m(Progressive Trust Phase 4)(B[m
[33m 📌 Affirming identity references...(B[m
[33m 📘 Extracting key fingerprint...(B[m
[33m 📘 Matched committer name to fingerprint(B[m
[32m ✅ Identity Check: Committer matches key fingerprint(B[m
[33m(B[m
[33m Other useful local git commands (for reference):(B[m
[33m View inception commit details: git log 3498ca0 -1(B[m
[33m View inception commit structure: git cat-file -p 3498ca0(B[m
[33m Verify inception commit signature: git verify-commit 3498ca0(B[m
[33m(B[m
[36m💡 Community Standards:(B[m
[33m(Progressive Trust Phase 5)(B[m
[36m 🌐 GitHub-specific compliance check available(B[m
[33m 📘 GitHub standards compliance URL available for review:(B[m
[33mhttps://github.com/ChristopherA/oi-temp-test-repo-1741138886/commit/3498ca0842fd071c3f1abbbb87be390600500142(B[m
[33m
Trust Assessment Summary:(B[m
[33m ✅ Phase 2 assessment: structure (local - affects exit code)(B[m
[33m ✅ Phase 2 assessment: content (local - affects exit code)(B[m
[33m ✅ Phase 2 assessment: format (local - affects exit code)(B[m
[33m ✅ Phase 3 assessment: signature (local - affects exit code)(B[m
[33m ✅ Phase 4 assessment: identity (remote - warning only)(B[m
[33m ✅ Phase 5 assessment: standards (remote - warning only)(B[m
PhaseNum=5
[32m🎯 Audit Complete: Git repo at `oi-temp-test-repo-1741138886` (DID: did:repo:3498ca0842fd071c3f1abbbb87be390600500142)
in compliance with Open Integrity specification for Inception Commits.(B[m
[33m (Progressive Trust phases 1-5 passed.)(B[m
EXIT CODE: 0 (Expected: 0)
✅ PASSED
Cleaning up GitHub repository
⚠️ Warning: Failed to delete temporary GitHub repository. Please delete manually:
gh repo delete ChristopherA/oi-temp-test-repo-1741138886 --yes
===== TEST SUMMARY =====
Total tests: 21
Passed: 21
Failed: 0
🎉 ALL TESTS PASSED! 🎉
All tests completed successfully.