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.

What this means

A bad or untrusted converter program could run with the user's local permissions during conversion.

Why it was flagged

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.

Skill content
subprocess.run() is used for invoking format-specific CLI converters
Recommendation

Use only trusted, locally installed CAD/BIM converters and confirm the input/output directories and conversion options before running a batch.

What this means

The safety and correctness of conversions depend on converter programs already present on the user's machine.

Why it was flagged

The skill depends on external local converter tools, but the artifacts do not provide an install specification or pinned trusted sources for those tools.

Skill content
Each converter must be installed locally
Recommendation

Install converters from official vendor sources, avoid unknown executables, and verify which converter will be used before processing important files.