Data Anomaly Detector
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.
NoteHigh Confidence
ASI02: Tool Misuse and ExploitationWhat 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.
