Data Model Designer
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.
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.
