-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-shell.provenance.json
More file actions
42 lines (42 loc) · 1.32 KB
/
package-shell.provenance.json
File metadata and controls
42 lines (42 loc) · 1.32 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
{
"schema_version": "sourceos.process-provenance.v0.1",
"process_identity": {
"pid": 52613,
"ppid": 1,
"uid_class": "user",
"gid_class": "staff",
"parent_command_class": "interactive_shell",
"environment_class": "user_interactive",
"launch_reason": "interactive",
"exit": {
"observed": true,
"exit_code": 0,
"signal": null,
"runtime_ms": 98,
"termination_reason": "clean_exit"
}
},
"executable_identity": {
"path_class": "package_manager",
"display_path": "package-managed shell binary",
"exact_path_ref": "sealed:exact_executable_path",
"content_hash": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
"package_origin": "package_manager",
"package_receipt_ref": "pkg:homebrew/bash/5.3.9",
"signature_state": "valid",
"signer_display": "package-manager verified local binary",
"trust_mode": "local_first",
"network_lookup": "not_attempted"
},
"causality": {
"trace_id": "trace_shell_launch_20260504_192158",
"root_event_id": "evt_shell_launch_20260504_192158",
"parent_event_id": null,
"span_id": "span_shell_launch_provenance"
},
"privacy": {
"tier": "user_private",
"redaction_policy": "preserve_causality",
"secret_fields": ["exact_executable_path", "raw_command_args"]
}
}