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.

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.