Scan Report
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.
Use with caution
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.
Attack Chain 3 steps
⬡
Escalation Skill is distributed as documentation-only package with no code
SKILL.md:1⬡
Escalation Installation instructions redirect user to clone unverified external repository
SKILL.md:31◉
Impact User blindly executes pip install and python app.py from an untrusted third-party repository, gaining full shell access to the environment
SKILL.md:30Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Medium | No implementation code present Doc Mismatch | SKILL.md:30 |
| Medium | Installation points to unverified external repository Doc Mismatch | SKILL.md:31 |
| Low | Package metadata mismatch Doc Mismatch | skill.json:3 |
File Tree
2 files · 1.2 KB · 58 lines Markdown 1f · 51L
JSON 1f · 7L
├─
skill.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ 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)