Ai Intelligent Asset Management

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: ai-intelligent-asset-management Version: 1.0.0 The skill bundle contains only metadata and documentation for an IT asset management system. There is no executable code, functional logic, or suspicious instructions in SKILL.md or skill.json. The content is purely descriptive and lacks any indicators of malicious intent or security vulnerabilities.

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 commands, they may install and run code and Python dependencies that were not examined in the provided artifact set.

Why it was flagged

The reviewed package contains no code files or install spec, but the README-style instructions tell the user to fetch dependencies and run code from an external repository that was not part of this review.

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

Before following the install commands, verify the GitHub repository, review its requirements and source code, and run it in an isolated environment if possible.