MCP server · trust report

io.github.codeofaxel/kiln

1 check that ran failed — permission scope — so this release can’t be trusted as-is.

Publisher
io.github.codeofaxel
Repository
github.com/codeofaxel/Kiln
Install
pypi:kiln3d, pypi:kiln3d, pypi:kiln3d, pypi:kiln3d, pypi:kiln3d, pypi:kiln3d, pypi:kiln3d, pypi:kiln3d, pypi:kiln3d, pypi:kiln3d, pypi:kiln3d, pypi:kiln3d, pypi:kiln3d, pypi:kiln3d, pypi:kiln3d, pypi:kiln3d, pypi:kiln3d, pypi:kiln3d, pypi:kiln3d, pypi:kiln3d, pypi:kiln3d, pypi:kiln3d, pypi:kiln3d, pypi:kiln3d
Versions
24
Inspected
4 of 6 checks · 65%
Scored
2026-07-21 · rubric 1.0.0

What we checked

Six static checks, weighted by risk. Every result reflects only what could be observed in the published package and repository — never intent.

6 checks1 clean3 flagged2 not inspected
  • Injection surface

    unscannable25% of grade

    Tool descriptions/manifest scanned for instruction-injection patterns (imperatives at the model, hidden text, 'ignore previous', data-exfil URLs).

    No tool descriptions, server instructions, prompts, or resources were fetched; nothing to scan for injection.

  • Supply chain

    pass25% of grade

    Package provenance: namespace verification, repo linkage, maintainer count, account age, postinstall scripts, typosquat distance.

    repository linkage verified

  • Credential hygiene

    warn15% of grade

    How the server takes secrets (env vs plaintext config vs hardcoded); secrets appearing in tool schemas.

    src/kiln/webhooks.py: assigns a literal to secret (my-s…et (len 17)) — non-provider secret literal; prefer environment intake. tests/test_agent_loop.py: contains a hardcoded OpenAI API key (sk-o…45 (len 27)) — in an example/sample file; verify it is not a real key. tests/test_agent_loop.py: assigns a literal to api_key (sk-m…et (len 12)) — non-provider secret literal; prefer environment intake. tests/test_cloud_sync.py: assigns a literal to api_key (test…45 (len 18)) — non-provider secret literal; prefer environment intake. tests/test_cloud_sync.py: assigns a literal to api_key (secr…ng (len 20)) — non-provider secret literal; prefer environment intake. tests/test_firmware_octoprint.py: assigns a literal to API_KEY (test…ey (len 12)) — non-provider secret literal; prefer environment intake. tests/test_firmware_resume.py: assigns a literal to api_key (test…ey (len 12)) — non-provider secret literal; prefer environment intake. tests/test_integration.py: assigns a literal to secret (my-w…et (len 17)) — non-provider secret literal; prefer environment intake. tests/test_marketplaces.py: assigns a literal to api_key (expl…ey (len 12)) — non-provider secret literal; prefer environment intake. tests/test_moonraker_adapter.py: assigns a literal to api_key (my-s…ey (len 13)) — non-provider secret literal; prefer environment intake. tests/test_payment_circle.py: assigns a literal to api_key (LIVE…23 (len 15)) — non-provider secret literal; prefer environment intake. tests/test_payment_circle.py: assigns a literal to api_key (TEST…56 (len 26)) — non-provider secret literal; prefer environment intake. tests/test_payment_circle.py: assigns a literal to api_key (TEST…ef (len 20)) — non-provider secret literal; prefer environment intake. tests/test_threedos_gateway.py: assigns a literal to api_key (expl…ey (len 12)) — non-provider secret literal; prefer environment intake. tests/test_webhooks.py: assigns a literal to secret (supe…ey (len 16)) — non-provider secret literal; prefer environment intake. tests/test_webhooks.py: assigns a literal to secret (anot…et (len 14)) — non-provider secret literal; prefer environment intake. Reads secrets from the environment (e.g. src/kiln/__init__.py) — the recommended intake shape.

  • Permission scope

    fail15% of grade

    Declared tools vs. breadth (filesystem, network, exec); flags shell-exec and unbounded filesystem access.

    HIGH: shell/exec capability AND network egress together — download-and-execute risk (src/kiln/generation/gemini.py: subprocess.* call; src/kiln/agent_loop.py: outbound HTTP/socket call). HIGH: shell/exec capability AND destructive filesystem writes together (src/kiln/generation/gemini.py: subprocess.* call; src/kiln/auto_orient.py: open(…, 'w'/'a'/'x') write-mode file access). discloses shell/exec capability: src/kiln/generation/gemini.py: subprocess.* call discloses shell/exec capability: src/kiln/generation/openscad.py: subprocess.* call discloses shell/exec capability: src/kiln/printers/bambu.py: subprocess.* call discloses shell/exec capability: src/kiln/slicer.py: subprocess.* call discloses dynamic code execution: tests/test_tool_schema.py: uses eval/exec/__import__ discloses broad/destructive filesystem access: src/kiln/auto_orient.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/kiln/backup.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: src/kiln/cli/main.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/kiln/credential_store.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/kiln/credential_store.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: src/kiln/design_cache.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: src/kiln/gcode_encryption.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/kiln/gcode_encryption.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: src/kiln/generation/gemini.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: src/kiln/generation/meshy.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/kiln/generation/openscad.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: src/kiln/generation/stability.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/kiln/generation/tripo3d.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/kiln/generation/validation.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/kiln/model_cache.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: src/kiln/persistence.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/kiln/persistence.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: src/kiln/plugins/monitoring_tools.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/kiln/printers/bambu.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: src/kiln/server.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: src/kiln/slicer.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tests/test_auto_orient.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tests/test_autonomy.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tests/test_backup.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tests/test_credential_store.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tests/test_elegoo_adapter.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tests/test_generation.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tests/test_job_splitter.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tests/test_octoprint_adapter.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tests/test_print_dna.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tests/test_print_monitor.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tests/test_printability.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: tests/test_serial_adapter.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: tests/test_server.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) Capability DISCLOSURE, not a verdict: static analysis sees the primitive is present and reachable, not whether its use is attacker-controlled.

  • Version behavior

    unscannable10% of grade

    Diff of tool definitions between versions; new permissions or changed descriptions in a patch release (the postmark-mcp class).

    no prior version to diff (first sight of io.github.codeofaxel/[email protected]); version-drift / rug-pull cannot be evaluated. Cold-start risk is covered by point-in-time checks (injection_surface, supply_chain, credential_hygiene), not here.

  • Transport config

    warn10% of grade

    Remote servers: TLS and auth mode (none/token/OAuth). Local servers: whether the manifest indicates it phones home.

    manifest/source references telemetry behavior — disclosure

Version history

Each release plotted by grade against the safe line at B. A version that sinks below the line has lost its trusted standing — the shape of a rug-pull.

VersionPublishedGradeScoreInspectedChange
v1.2.0 · current2026-07-12 C72.54/6 · 65%insf→C in v1.2.0
v0.4.02026-03-10 insufficient1/6 · 25%