AnonymousDFRsearch/pig-butchering-triage-demo
0
Pig Butchering Scam Triage Tool
Research Prototype — Multi-Model LLM Identifier Extraction for Digital Forensic Triage
Quick Start
pip install -r requirements.txt
python -m streamlit run app.pyFeatures
1. Pre-loaded Synthetic Examples
Reviewers without real data can test the tool using built-in scenarios:
- High Priority: Contains wallet address (blockchain traceable)
- Medium Priority: Contains URL + loss amount
- Low Priority: Contains URL only
2. Bring Your Own Key (BYOK)
- Supports OpenAI, Anthropic, and Google API keys
- Run with 1, 2, or 3 models simultaneously
- Parallel execution for efficiency
3. Triage Taxonomy
4. Multi-Model Consensus
- Cross-validates extractions across models
- Flags disagreements for human review
- Provides confidence indicators
API Keys Required
Disclaimer
This tool is a research prototype for academic evaluation purposes only.
- No PII is stored
- All data is processed in-session only
- Not intended for production use
