Data Source Audit

PassAudited by ClawScan on May 1, 2026.

Overview

The provided artifacts show a coherent instruction-only construction data audit skill, with purpose-aligned file handling but no evidence of hidden execution, exfiltration, or destructive behavior.

This looks safe to install from the provided artifacts, but use it only with intended construction audit files, avoid giving broad filesystem paths, and confirm the package source/version before processing sensitive business data.

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 invoked with broad or sensitive paths, the agent could read or create local files related to business data audits.

Why it was flagged

The skill requests filesystem access, which is expected for reading user-provided audit files and writing exports, but it still gives the agent local file handling authority.

Skill content
"permissions": ["filesystem"]
Recommendation

Provide only the specific files or folders needed for the audit, and review any generated export before sharing it.

What this means

This does not show unsafe behavior, but it may make it harder to confirm package provenance and exact version identity.

Why it was flagged

The registry metadata reports an unknown source, and the included claw.json separately lists version 2.0.0, creating a minor provenance/version consistency point for users to verify.

Skill content
Version: 2.1.0; Source: unknown
Recommendation

Verify the publisher, homepage, and installed version before using the skill with sensitive construction or business data.