Ai Intelligent Ar Vr Platform

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

If the user follows the setup, they may install dependencies from code that was not part of this artifact review.

Why it was flagged

The skill is submitted as instruction-only, but its setup points to an external repository and dependency file that are not included in the reviewed artifacts.

Skill content
git clone https://github.com/openclaw-skills/ai-intelligent-ar-vr-platform
cd ai-intelligent-ar-vr-platform
pip install -r requirements.txt
Recommendation

Review the external repository, requirements file, and package provenance before running the install commands.

What this means

Running the command will execute code from the cloned project on the user’s machine.

Why it was flagged

The documentation tells the user to execute a Python application after cloning the external project. This appears to be a manual, purpose-aligned setup step, not automatic execution by the skill.

Skill content
python app.py
Recommendation

Only run the application after inspecting or trusting the cloned source, preferably in a controlled development environment.