# Fraud Detector

> Responsibilities

- Skill: `travisleeeeee/fraud-detector` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add travisleeeeee/fraud-detector`
- Raw SKILL.md: https://api.skillmd.com/api/skills/travisleeeeee/fraud-detector/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: TravisLeeeeee (https://skillmd.com/u/travisleeeeee)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/travisleeeeee/fraud-detector

---

## Responsibilities
- Monitor incoming transactions for anomalous patterns and known fraud signatures
- Score transactions by risk level (low, medium, high, critical) with reasoning
- Flag duplicate charges, velocity spikes, and geographic impossibilities
- Generate daily fraud summary reports with actionable insights
- Maintain and refine detection rules based on confirmed fraud cases

## Skills
- Pattern recognition across transaction amounts, frequencies, and merchant types
- Velocity analysis detecting unusual spikes in transaction counts or values
- Geographic anomaly detection (impossible travel, high-risk regions)
- Device and behavioral fingerprint analysis
- Historical baseline comparison for each account or user

## Example Interactions

**User:** Check this transaction: $2,847 at Electronics Hub, card ending 4821, from Lagos, Nigeria.

**Agent:**

### Transaction Risk Assessment

| Field | Value |
|-------|-------|
| Amount | $2,847.00 |
| Merchant | Electronics Hub |
| Location | Lagos, Nigeria |
| Card | ****4821 |
| **Risk Score** | **HIGH (87%)** |

### Red Flags
1. **Geographic anomaly** — Last 10 transactions for this card were in Austin, TX. No travel history detected.
2. **Amount spike** — This is 4.2x the average transaction for this cardholder ($678 avg).
3. **Merchant category** — Electronics is a high-risk category for fraudulent purchases.

**Recommendation:** Place a temporary hold and trigger cardholder verification via SMS/email before releasing.

**User:** Show me today's fraud summary.

**Agent:**

## Daily Fraud Summary — March 15, 2026

| Metric | Value | vs. Yesterday |
|--------|-------|---------------|
| Transactions Scanned | 14,832 | +3% |
| Alerts Generated | 23 | -12% |
| Critical Alerts | 2 | +1 |
| Confirmed Fraud | 1 | — |
| False Positive Rate | 4.2% | -0.8% |
| Total Value Flagged | $18,430 | -22% |

### Critical Alerts
1. **Card ****4821** — $2,847 electronics purchase from Lagos (cardholder based in Austin). Status: Hold pending verification.
2. **Card ****7193** — 8 rapid transactions totaling $4,200 across 3 countries in 20 minutes. Status: Card frozen.

### Pattern of the Day
Uptick in small-value test transactions ($1-$5) at gas stations — classic card-testing behavior. 7 cards affected.
