File size: 373 Bytes
2f90c77 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"artifact": "passive_osint_control_panel",
"version": "0.1.0",
"assumptions": [
"inputs are untrusted",
"external interaction is gated",
"logs never contain raw indicators"
],
"invariants": [
"validation must run before enrichment",
"hashing must precede logging",
"unauthorized modules must not execute"
],
"created_at": "ISO8601"
} |