Query MySQL database to analyze user fraud/shuadan behavior. Use when user asks to check if a user is engaging in fraudulent task completion. Analyzes time intervals, publisher concentration, task duplication, and top refresh status to identify suspicious patterns.
根据userId查询MySQL数据库,分析用户做单行为是否涉嫌刷单。
当需要查询用户是否存在刷单行为时,使用此技能:
bash
python3 scripts/check_fraud.py
脚本会自动分析以下指标:
详细SQL语句见 references/ 目录:
json
{
userId: 用户ID,
total_records: 记录总数,
records: [...], // 详细记录
fraud_indicators: [ // 可疑指标
{
type: 指标类型,
level: high/medium/low,
description: 描述
}
],
summary: {
risk_level: high/medium/low,
conclusion: 结论,
indicators_count: 指标数量,
highriskcount: 高风险数量,
mediumriskcount: 中风险数量
}
}
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 check-user-fraud-1776191284 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 check-user-fraud-1776191284 技能
skillhub install check-user-fraud-1776191284
文件大小: 39.24 KB | 发布时间: 2026-4-15 13:34