Ai Intelligent Audit System

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 these setup commands, they would be trusting external code and dependencies that were not part of this reviewed package.

Why it was flagged

The documented setup depends on an external GitHub repository and dependency file that are not included or pinned in the provided artifacts.

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

Review the referenced repository and requirements before running them, and prefer a pinned commit or versioned release with matching install metadata.

What this means

Users could assume a more official provenance than the supplied metadata establishes.

Why it was flagged

The package metadata lists this author, while SKILL.md says “作者:OpenClaw Skills Team” and the registry source is unknown, creating a provenance ambiguity rather than a confirmed malicious claim.

Skill content
"author": "yang1002378395-cmyk"
Recommendation

Verify the publisher and repository ownership before trusting the installation instructions, and align the author/source metadata with the documentation.