-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreport-sensitive-fields.json
More file actions
74 lines (74 loc) · 5.54 KB
/
report-sensitive-fields.json
File metadata and controls
74 lines (74 loc) · 5.54 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
{
"schema_version": "0.1",
"inventory_version": "0.1",
"classifications": [
"secret_value",
"credential_metadata",
"free_text",
"path_metadata",
"schema_metadata",
"hash_only",
"public_control_metadata"
],
"fields": [
{"surface": "report", "path": "schema_version", "classification": "public_control_metadata"},
{"surface": "report", "path": "report_schema_version", "classification": "public_control_metadata"},
{"surface": "report", "path": "run_id", "classification": "hash_only"},
{"surface": "report", "path": "manifest_dir", "classification": "path_metadata"},
{"surface": "report", "path": "project", "classification": "free_text"},
{"surface": "report", "path": "agent", "classification": "free_text"},
{"surface": "report", "path": "environment", "classification": "public_control_metadata"},
{"surface": "report", "path": "summary", "classification": "public_control_metadata"},
{"surface": "report", "path": "release_decision", "classification": "public_control_metadata"},
{"surface": "report", "path": "capability_facts", "classification": "free_text"},
{"surface": "report", "path": "declared_intentions", "classification": "free_text"},
{"surface": "report", "path": "misalignments", "classification": "free_text"},
{"surface": "report", "path": "release_consequence", "classification": "free_text"},
{"surface": "report", "path": "suggested_scenarios", "classification": "free_text"},
{"surface": "report", "path": "tool_surface", "classification": "public_control_metadata"},
{"surface": "report", "path": "tool_surface_facts", "classification": "hash_only"},
{"surface": "report", "path": "tool_surface_diff", "classification": "hash_only"},
{"surface": "report", "path": "action_surface_facts", "classification": "schema_metadata"},
{"surface": "report", "path": "action_surface_diff", "classification": "schema_metadata"},
{"surface": "report", "path": "api_surface", "classification": "schema_metadata"},
{"surface": "report", "path": "anthropic_surface", "classification": "schema_metadata"},
{"surface": "report", "path": "frameworks", "classification": "schema_metadata"},
{"surface": "report", "path": "codex_plugin_surface", "classification": "schema_metadata"},
{"surface": "report", "path": "baseline", "classification": "path_metadata"},
{"surface": "report", "path": "findings", "classification": "free_text"},
{"surface": "report", "path": "recommended_actions", "classification": "free_text"},
{"surface": "report", "path": "generated_reports", "classification": "path_metadata"},
{"surface": "report", "path": "loaded_policy_packs", "classification": "path_metadata"},
{"surface": "report", "path": "loaded_plugins", "classification": "path_metadata"},
{"surface": "report", "path": "loaded_adapters", "classification": "path_metadata"},
{"surface": "report", "path": "tool_inventory", "classification": "credential_metadata"},
{"surface": "report", "path": "source_warnings", "classification": "free_text"},
{"surface": "report", "path": "agent_summary", "classification": "free_text"},
{"surface": "report", "path": "policy_audit", "classification": "free_text"},
{"surface": "report", "path": "privacy_audit", "classification": "public_control_metadata"},
{"surface": "report", "path": "heuristics_filter", "classification": "public_control_metadata"},
{"surface": "report", "path": "reviewer_summary", "classification": "public_control_metadata"},
{"surface": "report", "path": "capability_change", "classification": "public_control_metadata"},
{"surface": "report", "path": "protected_surface_changes", "classification": "path_metadata"},
{"surface": "report", "path": "effective_policy", "classification": "public_control_metadata"},
{"surface": "report", "path": "human_ack", "classification": "free_text"},
{"surface": "report", "path": "verifier_summary", "classification": "public_control_metadata"},
{"surface": "report", "path": "findings[].evidence", "classification": "free_text"},
{"surface": "report", "path": "findings[].title", "classification": "free_text"},
{"surface": "report", "path": "findings[].source", "classification": "path_metadata"},
{"surface": "report", "path": "tool_inventory[].auth_scopes", "classification": "credential_metadata"},
{"surface": "packet", "path": "packet.project", "classification": "free_text"},
{"surface": "packet", "path": "packet.agent", "classification": "free_text"},
{"surface": "packet", "path": "packet.release_decision", "classification": "free_text"},
{"surface": "packet", "path": "packet.capability_intent", "classification": "free_text"},
{"surface": "packet", "path": "packet.high_risk_surface", "classification": "credential_metadata"},
{"surface": "packet", "path": "packet.tool_surface_diff", "classification": "hash_only"},
{"surface": "packet", "path": "packet.action_surface_diff", "classification": "schema_metadata"},
{"surface": "packet", "path": "packet.approval_coverage", "classification": "public_control_metadata"},
{"surface": "packet", "path": "packet.idempotency_risk", "classification": "public_control_metadata"},
{"surface": "packet", "path": "packet.scope_coverage", "classification": "credential_metadata"},
{"surface": "packet", "path": "packet.human_in_the_loop", "classification": "path_metadata"},
{"surface": "packet", "path": "packet.dynamic_scenarios", "classification": "free_text"},
{"surface": "packet", "path": "packet.not_proven", "classification": "free_text"}
]
}