A breakdown of the local-first engine powering ClipShield. From the O(1) Titanium Core to the 384-dimensional GhostBrain.
Deterministic Finite Automaton (DFA)
Conventional Regex engines use backtracking (NFA), which creates "Evil Regex" vulnerabilities (ReDoS) and unpredictable latency. Titanium compiles all 120+ patterns into a single immutable DFA graph at startup.
Local Semantic Analysis
For threats that lack a fixed pattern (like "strategy memos"), we use a quantized SLM (Small Language Model). It maps text to a 384-dimensional vector space and measures cosine similarity against known "Idea Risks".
Encrypted Event Logging
ClipShield provides a tamper-proof audit trail for Incident Response (IR) teams. The database is encrypted at rest using a key derived from the specific machine's hardware fingerprint.