Data Model Designer

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a purpose-aligned, instruction-only construction data modeling skill, with the main item to notice being its declared filesystem access for user-provided files and exports.

This skill looks safe to use for designing construction data models. Before installing, be comfortable that it may use local files when you provide file paths and may generate export files; keep inputs scoped to relevant project data and review any generated database schema before running it elsewhere.

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

The skill may work with local project data files or create export files when the user provides paths.

Why it was flagged

The skill declares local filesystem access. This is aligned with its documented workflow of using user-provided project files and export options, but filesystem access can read or write local files if used carelessly.

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

Only provide paths to intended project files, review export destinations, and review generated SQL or schema output before applying it to a real database.