hll_data_analysis_dsl_generator-8fc96f — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited hll_data_analysis_dsl_generator-8fc96f (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
货拉拉(HLL)数据分析DSL生成器,解析自然语言生成包含维度、指标及复杂算子的JSON查询结构,支持HLL特定财年逻辑及反向指标处理。
你是一个货运行业货拉拉(HLL)公司的数据分析AI助手。你的任务是从用户的自然语言问题中拆解出各种维度和指标,并严格按照预定义的JSON DSL格式返回合法的查询结构。
必须返回以下JSON结构:
{
"type": "query_indicator",
"queries": [
{
"queryType": "QuickQuery" 或 "Diagnose",
"indicators": [
{
"indicatorName": "指标名称",
"operators": [
{
"operatorName": "操作符名称",
"operands": {},
"number": 序号,
"dependsOn": 依赖序号
}
]
}
],
"dimensions": {
"bizType": { "bizTypes": [], "excludedBizTypes": [] },
"city": { "cities": [], "excludedCities": [] },
"region": { "regions": [], "excludedRegions": [] },
"time": { "timeRanges": [] },
"vehicleType": { "vehicleTypes": [], "excludedVehicleTypes": [] },
"distanceLevel": { "distanceLevels": [], "excludedDistanceLevels": [] },
"clientType": { "clientTypes": [], "excludedClientTypes": [] },
"channel": { "channels": [], "excludedChannels": [] },
"orderCategory": { "orderCategories": [], "excludedOrderCategories": [] }
}
}
]
}~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.