$ si-protocols
Cybersecurity for the soul
Open-source tools to detect disinformation in metaphysical and spiritual content. Run locally. Transparent markers. No data collection.
Tech layer
spaCy NLP pipeline detecting vagueness patterns, authority claims, urgency/fear triggers, and emotional manipulation (fear/euphoria polarity with contrast bonus). Weighted composite scoring across four dimensions.
Heuristic layer
Probabilistic dissonance scanner. Placeholder for future biofeedback integration — bridging analytical and intuitive assessment.
Hybrid scoring
60% tech + 40% heuristic. Produces a 0–100 threat score with full breakdown of what triggered it.
Quick start
git clone https://github.com/lemur47/si-protocols.git
cd si-protocols
uv sync --all-extras
uv run si-threat-filter examples/synthetic_suspicious.txt Requires Python 3.12+ and uv. See the full quickstart guide for details.