CoolFace
Apppublic

AnonymousDFRsearch/pig-butchering-triage-demo

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
App README

Pig Butchering Scam Triage Tool

Research Prototype — Multi-Model LLM Identifier Extraction for Digital Forensic Triage

Quick Start

bash
pip install -r requirements.txt
python -m streamlit run app.py

Features

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

StatusCriteriaForensic Value
ACTIONABLE_HIGHWallet address presentDirect blockchain tracing
ACTIONABLE_MEDIUMURL + Loss amountInfrastructure analysis
ACTIONABLE_LOWURL onlyLimited domain intelligence
FAILNOIDENTIFIERSNoneNon-actionable

4. Multi-Model Consensus

  • —Cross-validates extractions across models
  • —Flags disagreements for human review
  • —Provides confidence indicators

API Keys Required

ProviderModelKey Format
OpenAIGPT-5.2sk-...
AnthropicClaude Sonnet 4.5sk-ant-...
GoogleGemini 3 ProAIza...

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