Ai Intelligent Ar Vr Platform

PassAudited by ClawScan on May 1, 2026.

Overview

No malicious behavior is shown in the supplied artifacts, but the skill’s manual install instructions ask users to clone, install, and run an external Python project.

Treat this as a lightweight instruction page rather than a fully reviewed AR/VR platform. Before installing, inspect the linked GitHub repository and dependency list, and run it only in an environment where you are comfortable executing external Python code.

Findings (2)

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.