Dwg To Dxf Converter
AdvisoryAudited by Static analysis on May 8, 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
Conversion may fail if ODA is not installed, or could run an unexpected executable if an untrusted ODAFileConverter is present on the system PATH.
Why it was flagged
The script runs an external converter executable, including one found on PATH, while the metadata declares no required binaries and the manifest does not include tools/oda.
Skill content
INTERNAL_ODA = BASE_DIR / "tools" / "oda" / "ODAFileConverter.exe" ... found = shutil.which("ODAFileConverter.exe") or shutil.which("ODAFileConverter")Recommendation
Install ODA File Converter from the official source, verify the executable path before use, and consider declaring the dependency and Windows-only requirement in metadata.
