Data Anomaly Detector

Security checks across malware telemetry and agentic risk

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.

VirusTotal

66/66 vendors flagged this skill as clean.

View on VirusTotal

Risk analysis

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.

#
ASI02: Tool Misuse and Exploitation
Low
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.