Ifc Data Extraction
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears to be a local IFC/BIM data extraction helper, with file access used for reading model files and writing exports.
This looks safe to use for local IFC extraction. Before installing, be comfortable granting filesystem access for the specific model files and export locations you choose, and avoid processing confidential BIM files unless you trust the agent environment.
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.
The agent may read IFC model files and create export files such as CSV, Excel, JSON, or DataFrames when asked.
The skill explicitly needs filesystem access to load IFC models and save extracted data. This is expected for the stated purpose, but users should still control which files and output paths are used.
Filesystem permission required for reading IFC and writing exports
Provide only the intended IFC file paths and review where exported files will be written, especially if the BIM model contains sensitive project information.
