Dgn To Excel
PassAudited by ClawScan on May 1, 2026.
Overview
This appears to be a purpose-aligned DGN-to-Excel helper, but users should verify the local DgnExporter.exe tool because it is referenced but not supplied or declared by the package.
Before installing, confirm you trust the DgnExporter.exe that will be used, keep conversions limited to intended DGN files or folders, and review any batch-processing command before allowing it to run.
Findings (3)
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.
If the local converter executable is missing, outdated, or from an untrusted source, conversions may fail or run code the skill package itself did not supply.
The skill depends on a local executable for conversion, but the package is instruction-only and does not provide an install source or declared required binary for that tool.
DgnExporter.exe <input_dgn>
Install or use DgnExporter.exe only from a trusted source and confirm its path before allowing the agent to run it.
The agent may read selected DGN files and write Excel output files; batch use could process many project files.
The skill requires local file read/write access to perform its stated conversion task.
Filesystem permission required for reading DGN files and writing Excel output
Use explicit input folders and output paths, and review batch commands before running them on large or sensitive project directories.
Using the skill can cause the agent to run a local converter program on user-selected files.
The artifacts disclose local command execution to invoke the converter; this is central to the conversion workflow rather than hidden behavior.
subprocess.run() is used solely for invoking the DGN converter CLI tool
Approve converter execution only when you recognize the executable and the target DGN file path.
