teoat
deploy: sync from main Sun Jan 11 18:43:53 WIT 2026
4a2ab42
{
"name": "structuring",
"version": "1.0.0",
"namespace": "378x492/detection/fraud/structuring",
"description": "Detects transaction structuring (smurfing)",
"author": "378x492 Team",
"entry_point": "plugin.py:StructuringPlugin",
"dependencies": {},
"capabilities": [
"fraud_detection"
],
"config_schema": {
"reporting_limit": {
"type": "number",
"default": 10000.0
},
"structuring_threshold": {
"type": "number",
"default": 0.9
},
"time_window_days": {
"type": "integer",
"default": 30
}
}
}