Ai Intelligent Ar Vr Platform

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: ai-intelligent-ar-vr-platform Version: 1.0.0 The skill bundle consists entirely of metadata and documentation for an AR/VR development platform. There is no executable code, suspicious network activity, or prompt-injection attempts found in SKILL.md or skill.json. The installation instructions are standard for a Python-based project and do not contain malicious payloads.

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.