Create manifest.json
Browse files- manifest.json +15 -0
manifest.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"artifact": "passive_osint_control_panel",
|
| 3 |
+
"version": "0.1.0",
|
| 4 |
+
"assumptions": [
|
| 5 |
+
"inputs are untrusted",
|
| 6 |
+
"external interaction is gated",
|
| 7 |
+
"logs never contain raw indicators"
|
| 8 |
+
],
|
| 9 |
+
"invariants": [
|
| 10 |
+
"validation must run before enrichment",
|
| 11 |
+
"hashing must precede logging",
|
| 12 |
+
"unauthorized modules must not execute"
|
| 13 |
+
],
|
| 14 |
+
"created_at": "ISO8601"
|
| 15 |
+
}
|