Batch Cad Converter
PendingStatic analysis audit pending.
Overview
No static analysis result has been recorded yet. Pattern checks will appear here once the artifact has been analyzed.
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.
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.
