Kiln

SuspiciousAudited by ClawScan on May 13, 2026.

Overview

Kiln appears purpose-aligned, but it gives agents broad autonomous control over real 3D printers and possible fulfillment workflows, which deserves careful review before enabling.

Install only if you are comfortable letting an AI agent control real 3D printers. Verify the external kiln3d package, start with one non-critical printer, require explicit approval for print starts, fleet actions, recovery steps, purchases, and fulfillment, and use scoped/revocable credentials.

Findings (5)

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

An agent could start or alter real printer jobs, interact with heated/moving equipment, consume materials, or trigger fulfillment-related work if configured.

Why it was flagged

This shows the skill is intended to let agents perform high-impact physical and possibly fulfillment-related actions without a human intermediary; the provided artifacts do not clearly define per-action approval requirements.

Skill content
an agent can design a part, slice it, queue it on the right printer, monitor the camera, recover from failures, and ship the result. No human in the middle.
Recommendation

Use explicit approval gates for print starts, cancellations, recovery actions, purchases, and external fulfillment; begin with a single test printer and restrict autonomous invocation.

ConcernMedium Confidence
ASI08: Cascading Failures
What this means

A mistaken or unsafe job could affect multiple printers, sites, or future jobs rather than only one local device.

Why it was flagged

Multi-site fleet control can amplify one bad model, command, or agent decision across multiple printers if containment, rate limits, or approval boundaries are not configured.

Skill content
Fleet management with multi-site, multi-printer support
Recommendation

Limit the initial scope to one printer, require review for bulk/fleet actions, and use site/printer-level permissions and rate limits.

What this means

If exposed or over-scoped, printer credentials could allow unwanted access to printer controls, job queues, or device state.

Why it was flagged

Printer API credentials are expected for printer control and are marked secret, but they can grant meaningful control over a physical device.

Skill content
"KILN_PRINTER_API_KEY", "description": "API key for your printer's REST API", "isSecret": true
Recommendation

Use the least-privileged printer credentials available, store them as secrets, avoid sharing logs that include configuration, and revoke keys if the integration is removed.

What this means

The installed package will determine the actual printer-control behavior, so registry review of the instruction files alone is incomplete.

Why it was flagged

The skill relies on an external PyPI package for runtime behavior; this is normal for the stated purpose, but the executable package contents were not included in the artifact scan.

Skill content
pip install kiln3d
Recommendation

Verify the PyPI package and GitHub repository, pin the intended version, and install in an isolated environment before connecting real printers.

What this means

Bad print data or proprietary design information may be reused in later recommendations or synchronized features if enabled.

Why it was flagged

The artifacts describe persistent learning from print outcomes that may influence future generations; this is purpose-aligned but creates retained context that could be wrong, poisoned, or sensitive.

Skill content
Cross-printer learning, automatic failure recovery, closed-loop AI generation feedback (failed prints auto-improve future generations)
Recommendation

Review retention, cloud sync, and learning settings; disable cross-printer learning for sensitive projects until its boundaries are clear.