Ai Intelligent Asset Management

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only asset-management skill does not request credentials or dangerous permissions, but its setup text points users to external code that was not included in the reviewed artifact.

This skill appears to be a benign descriptive stub for an IT asset-management application. The main thing to check before installing is the external GitHub repository and its Python dependencies, because that code was not included in the reviewed artifact.

Findings (1)

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.