Batch Cad Converter
PassAudited by ClawScan on May 10, 2026.
Overview
The skill is coherent for batch CAD conversion, but it relies on local file access and locally installed converter programs that users should trust.
Before installing, confirm you are comfortable granting filesystem access for the CAD/BIM folders you choose, and only use trusted converter executables from known sources. Run batches on a narrow project directory and review the generated report and error log.
Findings (2)
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.
A bad or untrusted converter program could run with the user's local permissions during conversion.
The skill expects the agent to invoke local converter programs. This is purpose-aligned for CAD conversion, but users should ensure the selected converter binaries and arguments are trusted.
subprocess.run() is used for invoking format-specific CLI converters
Use only trusted, locally installed CAD/BIM converters and confirm the input/output directories and conversion options before running a batch.
The safety and correctness of conversions depend on converter programs already present on the user's machine.
The skill depends on external local converter tools, but the artifacts do not provide an install specification or pinned trusted sources for those tools.
Each converter must be installed locally
Install converters from official vendor sources, avoid unknown executables, and verify which converter will be used before processing important files.
