Pluglayer MCP Server

pluglayer-mcp PyPI v0.26.9061002.34026277783.1

Published by an unidentified publisher — no publish provenance and no public repository, so the publisher could not be verified and the source cannot be independently located.

PlugLayer MCP server — deploy and manage infrastructure via AI

Trust grade
A
92/100
Last scanned get badge →
Trust
A · 92/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
A Why this grade threat 100 − adoption risk = 92/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:

The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.

2. Client adoption risk — 100 − 8 = 92. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−6 capability blast radius (high) — client exposure if the model is manipulated
−2 publisher verification (unlinked) — no provenance/repo link, but the shipped source was fully read

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 6

high Sensitive-source and external-sink co-existMTC-FLOW-004

Tools that read sensitive data ([get_app_logs, get_logs, get_app_connection_env_vars]) and tools that can send data out ([exec_app_terminal]) are exposed together. An agent can move private data to the sink.

Evidence: sources [get_app_logs, get_logs, get_app_connection_env_vars] → sinks [exec_app_terminal]

Fix: Keep secret-reading and egress capabilities on separate, separately-approved servers.

Location: flow get_app_logs → exec_app_terminal

high Tool "exec_app_terminal" exposes command/code executionMTC-CAP-001

Tool "exec_app_terminal" appears to run shell commands or evaluate code (keyword "exec" in tool name). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.

Fix: Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.

Location: tool exec_app_terminal

high Shell/command execution in server code (pluglayer_mcp/tools/cicd_health.py)MTC-SRC-002

In the server's implementation (`pluglayer_mcp/tools/cicd_health.py:13`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: -> str: completed = subprocess.run( ["git", *args], cwd=repo_path, check=True, captu

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server pluglayer_mcp/tools/cicd_health.py

low Mutating tool "exec_app_terminal" declares no destructiveHintMTC-CAP-005

Tool "exec_app_terminal" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.

Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.

Location: tool exec_app_terminal

low Shell/command execution in packaging/dev tooling (tests/test_codex_plugin_installer.py)MTC-SRC-002

In a packaging/dev/install script (shipped, but not the server runtime) (`tests/test_codex_plugin_installer.py:75`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: : "1", } return subprocess.run( ["bash", str(INSTALLER)], cwd=tmp_path, env=env,

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server tests/test_codex_plugin_installer.py

low Shell/command execution in packaging/dev tooling (tests/test_plugin_component_manifests.py)MTC-SRC-002

In a packaging/dev/install script (shipped, but not the server runtime) (`tests/test_plugin_component_manifests.py:111`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: r), } result = subprocess.run( ["/bin/bash", "-c", cursor_command], env=env, capture_ou

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server tests/test_plugin_component_manifests.py

Tools 96

Each tool and what it can reach — statically extracted from the published source.

  • exec_app_terminalruns code / shell
  • get_app_connection_env_varsreads sensitive data
  • get_app_logsreads sensitive data
  • get_logsreads sensitive data
  • add_custom_domainno sensitive capability
  • analyze_compose_deploy_planno sensitive capability
  • apply_app_env_varsno sensitive capability
  • attach_custom_domainno sensitive capability
  • attach_node_to_projectno sensitive capability
  • check_database_slug_availabilityno sensitive capability
Show 86 more tools ↓
  • check_plugin_updatesno sensitive capability
  • check_slug_availabilityno sensitive capability
  • clone_template_draftno sensitive capability
  • create_databaseno sensitive capability
  • create_projectno sensitive capability
  • create_template_draftno sensitive capability
  • create_template_launch_sessionno sensitive capability
  • delete_appno sensitive capability
  • delete_databaseno sensitive capability
  • delete_deploymentno sensitive capability
  • delete_projectno sensitive capability
  • delete_template_draftno sensitive capability
  • deploy_composeno sensitive capability
  • deploy_imageno sensitive capability
  • deploy_marketplace_templateno sensitive capability
  • detach_custom_domainno sensitive capability
  • detach_node_from_projectno sensitive capability
  • detect_custom_domain_providerno sensitive capability
  • estimate_computeno sensitive capability
  • generate_github_actionsno sensitive capability
  • get_app_access_policyno sensitive capability
  • get_apps_by_projectno sensitive capability
  • get_compose_local_build_commandsno sensitive capability
  • get_compute_summaryno sensitive capability
  • get_current_userno sensitive capability
  • get_database_connection_detailsno sensitive capability
  • get_database_logsno sensitive capability
  • get_deployment_statusno sensitive capability
  • get_domains_by_projectno sensitive capability
  • get_feedbackno sensitive capability
  • get_marketplace_templateno sensitive capability
  • get_my_available_computeno sensitive capability
  • get_my_available_computesno sensitive capability
  • get_my_projectsno sensitive capability
  • get_projectno sensitive capability
  • get_shared_compute_pricingno sensitive capability
  • get_task_statusno sensitive capability
  • get_template_agent_contextno sensitive capability
  • get_template_authoring_schemano sensitive capability
  • get_template_detailsno sensitive capability
  • get_user_contextno sensitive capability
  • inspect_local_github_repono sensitive capability
  • list_attachable_project_nodesno sensitive capability
  • list_database_templatesno sensitive capability
  • list_deploymentsno sensitive capability
  • list_marketplace_templatesno sensitive capability
  • list_my_feedbackno sensitive capability
  • list_my_notificationsno sensitive capability
  • list_my_templatesno sensitive capability
  • list_nodesno sensitive capability
  • list_pluglayer_compute_optionsno sensitive capability
  • list_project_domainsno sensitive capability
  • list_projectsno sensitive capability
  • list_registriesno sensitive capability
  • list_template_categoriesno sensitive capability
  • list_template_launch_sessionsno sensitive capability
  • list_user_databasesno sensitive capability
  • mark_notification_readno sensitive capability
  • plan_dedicated_computeno sensitive capability
  • plan_template_launchno sensitive capability
  • preview_template_composeno sensitive capability
  • redeployno sensitive capability
  • remove_appno sensitive capability
  • remove_databaseno sensitive capability
  • remove_projectno sensitive capability
  • rename_projectno sensitive capability
  • request_extra_computeno sensitive capability
  • restart_appno sensitive capability
  • restart_databaseno sensitive capability
  • rollbackno sensitive capability
  • run_template_agentno sensitive capability
  • submit_feedbackno sensitive capability
  • submit_template_for_approvalno sensitive capability
  • sync_database_env_to_appno sensitive capability
  • update_app_access_policyno sensitive capability
  • update_app_domainno sensitive capability
  • update_app_from_templateno sensitive capability
  • update_database_accessno sensitive capability
  • update_my_feedbackno sensitive capability
  • update_pluginno sensitive capability
  • update_project_metadatano sensitive capability
  • update_template_draftno sensitive capability
  • update_user_contextno sensitive capability
  • upload_image_archive_and_deployno sensitive capability
  • upload_image_archive_and_redeploy_appno sensitive capability
  • verify_custom_domainno sensitive capability

Toxic flows 1

Cross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).

What this scan could not see

Versions 9

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v0.26.9061002.34026277783.1 latest A 92/100 6 1.13.0 2026-09-07
v0.26.9051318.33968518121.1 A 92/100 6 1.13.0 2026-09-06
v0.26.9040104.33824287778.1 A 92/100 6 1.13.0 2026-09-04
v0.26.9010301.33464684368.1 A 92/100 6 1.13.0 2026-09-01
v0.26.8310203.33349476653.1 A 92/100 5 1.13.0 2026-08-31
Show 4 more versions ↓
v0.26.8240616.32696597087.1 A 92/100 5 1.13.0 2026-08-25
v0.26.7311221.30630288023.1 A 92/100 5 1.12.1 2026-08-01
v0.26.7261403.30205305251.1 A 92/100 5 1.12.1 2026-07-27
v0.26.72002 A 92/100 4 1.9.0 2026-07-23

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: A · 92/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/pluglayer-mcp/badge.svg)](https://mcptrustchecker.com/registry/pluglayer-mcp)
HTML
<a href="https://mcptrustchecker.com/registry/pluglayer-mcp"><img src="https://mcptrustchecker.com/registry/pluglayer-mcp/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/pluglayer-mcp/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan pluglayer-mcp --online --registry pypi

Use the free API → How scoring works

More in Cloud & DevOps