-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest_report.json
More file actions
27 lines (27 loc) · 618 Bytes
/
test_report.json
File metadata and controls
27 lines (27 loc) · 618 Bytes
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
{
"total_findings": 1,
"severity_counts": {
"pass": 0,
"warning": 1,
"violation": 0,
"critical": 0
},
"principle_counts": {
"reflection_over_prediction": 0,
"presence_over_productivity": 0,
"symbolic_continuity": 0,
"trust_by_design": 1,
"explicit_uncertainty": 0
},
"compliance_score": 0.9,
"findings": [
{
"principle": "trust_by_design",
"severity": "warning",
"message": "Wildcard imports hide dependencies",
"location": null,
"recommendation": "Use explicit imports for transparency"
}
],
"file_path": "tools/README.md"
}