ai-intelligent-helpdesk
Skill provides only documentation with no actual implementation code; installation instructions reference a non-existent remote repository and nonexistent local files (requirements.txt, app.py), constituting doc-to-code mismatch and potential social engineering.
为什么得出这个结论
1/4 个维度触发声明资源与推断能力基本一致。
当前没有明显的高危外联或执行信号。
报告包含 3 步攻击链,另有 0 项高危或严重发现。
没有完整依赖信息,供应链判断需要保留弹性。
攻击链
delivery · SKILL.md:1
delivery · SKILL.md:31
最终危害 · SKILL.md:30
风险分是怎么被拉高的
SKILL.md describes a full FastAPI application with ticket management, smart dispatching, and knowledge base, but the package contains zero implementation files
SKILL.md references pip install -r requirements.txt and python app.py, but neither requirements.txt nor app.py exist in the package
Install instruction clones https://github.com/openclaw-skills/ai-intelligent-helpdesk — an unverified external source with no code review possible
skill.json author field 'yang1002378395-cmyk' appears to be an auto-generated or obfuscated identifier with no verifiable identity
最关键的证据
No implementation code present
The package declares a FastAPI-based enterprise helpdesk system but contains only documentation files (SKILL.md, skill.json). No Python source files, no requirements.txt, no app.py — the entire implementation is absent. This makes independent security verification impossible.
SKILL.md:30 Installation points to unverified external repository
The install instructions direct users to `git clone https://github.com/openclaw-skills/ai-intelligent-helpdesk` — a third-party repository that has not been security reviewed. The user is expected to download and execute code from this external source blindly.
SKILL.md:31 Package metadata mismatch
skill.json has 'author': 'yang1002378395-cmyk' (likely an auto-generated identifier) and 'description': 'AI intelligent ai-intelligent-helpdesk' which is a near-duplicate tautology, suggesting non-professional packaging. Combined with the missing code, this weakens trust in the skill's provenance.
skill.json:3 声明能力 vs 实际能力
没有检测到能力矩阵。
可疑产物与外联
没有提取到明显 IOC。
依赖与供应链
没有结构化依赖告警。
文件构成
SKILL.md skill.json