fraud-patterns

Compute weighted fraud risk scores for VorstersNV orders using VPN, device, account, and geo signals.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/koenvorster/Personal_project_VorstersNV --skill fraud-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fraud-patterns
Source: https://github.com/koenvorster/Personal_project_VorstersNV/tree/main/.claude/skills/fraud-patterns
Command: npx skills add https://github.com/koenvorster/Personal_project_VorstersNV --skill fraud-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fraud risk assessment and decision support for VorstersNV orders, enabling automated risk scoring, blocking, and escalation when fraud signals are detected.

Core Features & Use Cases

  • Risk scoring: compute a weighted risk score from multiple signals (IP, device fingerprint, account age, chargebacks).
  • Decision flows: auto-approve, review, or block orders and notify fraud teams.
  • Compliance and logging: GDPR-safe logging and anonymization considerations.

Quick Start

Configure the fraud-detection pipeline to score new orders and automatically block high-risk transactions.

Frequently Asked Questions about fraud-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate a fraud risk score for e-commerce orders?

Fraud risk scoring computes a weighted risk score from multiple signals including IP, device fingerprint, account age, chargebacks, and geo-location to assess transaction safety and trigger approve, review, or block actions.

What signals are used in automated fraud detection for high-value transactions?

Automated fraud detection uses VPN detection, device fingerprinting, account age, chargeback history, and geo-location checks as multi-signal inputs to quantify risk and block suspicious high-value transactions.

Can I automatically block high-risk orders based on chargeback history and VPN detection?

Yes, you can automatically block high-risk orders by applying a multi-signal risk model that evaluates chargebacks, VPN usage, and device fingerprints to trigger event-driven actions and notify fraud teams.

How does GDPR-compliant fraud logging work when assessing new account risk?

GDPR-compliant fraud logging ensures anonymization considerations are applied when recording risk assessment events for new accounts, protecting user data while maintaining audit trails for suspicious activity.

Does this fraud detection pipeline support velocity checks for order intake?

The fraud detection pipeline supports velocity checks alongside device fingerprint and geo-location validation to assess order intake, new accounts, and suspicious activity for automated risk-based decisions.

What is the best way to automate order approvals and reviews using a risk score?

The best way to automate order decisions is implementing a multi-signal risk model that computes a weighted risk score to determine whether to auto-approve, review, or block transactions and notify fraud teams.