AI IT Helpdesk

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Installing the skill as documented may execute code from a remote repository rather than only the reviewed instruction-only package.

Why it was flagged

The documented setup relies on cloning and running an external Python project and dependencies that are not included in the submitted artifact package. This is purpose-aligned for an app-style helpdesk tool, but users should verify the external source before running it.

Skill content
git clone https://github.com/openclaw-skills/ai-intelligent-helpdesk
cd ai-intelligent-helpdesk
pip install -r requirements.txt
python app.py
Recommendation

Inspect the GitHub repository and requirements before installation, pin a trusted commit or release when possible, and run it in an isolated Python environment.