扫描报告
40 /100
ai-intelligent-helpdesk
Enterprise IT Helpdesk — ticket management + smart dispatching
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.
谨慎使用
Do not use this skill. The package contains no executable code despite claiming to be a FastAPI application. The git clone instruction points to an unverified external repository and may be a social engineering vector. Request the vendor provide the actual source code for security review.
攻击链 3 步
⬡
提权 Skill is distributed as documentation-only package with no code
SKILL.md:1⬡
提权 Installation instructions redirect user to clone unverified external repository
SKILL.md:31◉
影响 User blindly executes pip install and python app.py from an untrusted third-party repository, gaining full shell access to the environment
SKILL.md:30安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 中危 | No implementation code present 文档欺骗 | SKILL.md:30 |
| 中危 | Installation points to unverified external repository 文档欺骗 | SKILL.md:31 |
| 低危 | Package metadata mismatch 文档欺骗 | skill.json:3 |
目录结构
2 文件 · 1.2 KB · 58 行 Markdown 1f · 51L
JSON 1f · 7L
├─
skill.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ No malicious code found — no code exists in this package at all
✓ No sensitive file access observed (no filesystem code present)
✓ No network exfiltration code present (no scripts to analyze)
✓ No credential harvesting logic (no executable code)
✓ No obfuscated payloads (base64, eval, or shell commands)
✓ No supply chain risk via dependencies (no dependency files)