product-antifraud
Installation
SKILL.md
Product Antifraud -- Log-Based Fraud Detection
| Aspect | Detail |
|---|---|
| Purpose | Rule-based fraud detection from application logs (registration + auth flows) |
| Approach | Pure Python + pandas -- counting, grouping, threshold problems |
| Not for | ML classification -- use at moderate volumes (~50K entries/day) |
| Outputs | Markdown report + CSV alerts for security teams |