Ai Intelligent Audit System

PassAudited by ClawScan on May 1, 2026.

Overview

This is mostly an instruction-only audit-system description; the main caution is that its setup text asks users to clone, install, and run an external Python project whose code is not included here.

Before installing, confirm that the GitHub repository is the intended trusted source, inspect its requirements and app code, and avoid providing sensitive audit or financial data until the external implementation and publisher are verified.

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 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.