Data Anomaly Detector

PassAudited by ClawScan on May 1, 2026.

Overview

The skill appears purpose-aligned for analyzing construction data, with only a normal local file-access note for user-provided datasets and exports.

This skill looks safe to use for construction data anomaly analysis. Treat the input files as potentially sensitive business data, provide only the files you want analyzed, and check any export destination before saving results.

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 you point the skill at the wrong file or export location, local project data could be read or written unintentionally.

Why it was flagged

The skill requests local filesystem access. This matches its documented workflow of processing user-provided construction data files, but it still means the agent may read or write local files during use.

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

Only provide file paths for datasets you intend to analyze, and review any requested export path before allowing the agent to write results.