codemagic-mcp-server
npm
v1.0.5
Published by todah-zg — no publish provenance, so origin is unverified, but the source is public: the repository link below is self-declared yet readable, so you can inspect the code before adopting it.
MCP server for Codemagic CI/CD and App Store Connect / Google Play — build, sign, and publish mobile apps through AI agents
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 − 7 = 93. 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:
| Points | Adoption-risk factor |
|---|---|
| −6 | capability blast radius (high) — client exposure if the model is manipulated |
| −1 | publisher verification (public source) — no provenance, but the source is public and inspectable |
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.
In the server's implementation (`dist/asc.js:2`): 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: { execFile } from "node:child_process"; import { promisify } from "node:util"; import { createWriteStream } from "node:f
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 dist/asc.js
In the server's implementation (`dist/googleplay.js:1`): 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: { execFile } from "node:child_process"; import { promisify } from "node:util"; import { createWriteStream } from "node:f
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 dist/googleplay.js
In the server's implementation (`dist/index.js:4`): 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: { execFile } from "node:child_process"; import { readFileSync } from "node:fs"; import { promisify } from "node:util"; i
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 dist/index.js
In the server's implementation (`dist/ssh.js:1`): 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: { execFile } from "node:child_process"; import { promisify } from "node:util"; import { mkdtemp, readFile, rm } from "no
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 dist/ssh.js
Untrusted-input tools ([upload_to_testflight, upload_build_to_asc, upload_ios_screenshots, list_builds, get_build, create_public_artifact_url, get_build_logs, upload_to_google_play, get_android_store_listing, upload_android_screenshots, get_test_results]) co-exist with external-action tools ([delete_webhook]). A prompt injection could cause unwanted external actions, though no direct sensitive-data leak path was found.
Evidence: untrusted [upload_to_testflight, upload_build_to_asc, upload_ios_screenshots, list_builds, get_build, create_public_artifact_url, get_build_logs, upload_to_goog
Fix: Require confirmation for state-changing/egress actions triggered after processing untrusted content.
Location: flow upload_to_testflight → delete_webhook
In the server's implementation (`dist/yaml.js:10`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: validatorPromise = fetch("https://codemagic.io/codemagic-schema.json", { signal: AbortSignal.timeout(10
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 dist/yaml.js
Tool "upload_to_testflight" takes a URL/host parameter "ipa_url" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).
Fix: Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.
Location: tool upload_to_testflight · inputSchema.properties.ipa_url
Tool "upload_build_to_asc" takes a URL/host parameter "ipa_url" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).
Fix: Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.
Location: tool upload_build_to_asc · inputSchema.properties.ipa_url
Tool "create_public_artifact_url" takes a URL/host parameter "artifact_url" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).
Fix: Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.
Location: tool create_public_artifact_url · inputSchema.properties.artifact_url
Tool "upload_to_google_play" takes a URL/host parameter "aab_url" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).
Fix: Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.
Location: tool upload_to_google_play · inputSchema.properties.aab_url
Tool "get_test_results" takes a URL/host parameter "artifact_url" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).
Fix: Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.
Location: tool get_test_results · inputSchema.properties.artifact_url
Each tool and what it can reach — statically extracted from the published source.
create_public_artifact_urlingests untrusted inputdelete_webhooknetwork egressget_android_store_listingingests untrusted inputget_buildingests untrusted inputget_build_logsingests untrusted inputget_test_resultsingests untrusted inputlist_buildsingests untrusted inputupload_android_screenshotsingests untrusted inputupload_build_to_ascingests untrusted inputupload_ios_screenshotsingests untrusted inputupload_to_google_playingests untrusted inputupload_to_testflightingests untrusted inputadd_applicationno sensitive capabilityadd_testflight_testerno sensitive capabilityadd_variableno sensitive capabilitycancel_buildno sensitive capabilitycheck_publish_readinessno sensitive capabilitycreate_testflight_groupno sensitive capabilitycreate_variable_groupno sensitive capabilitydelete_cacheno sensitive capabilitydelete_variableno sensitive capabilitydetect_project_typeno sensitive capabilityget_asc_release_statusno sensitive capabilityget_asc_review_statusno sensitive capabilityget_ios_store_listingno sensitive capabilityget_latest_build_numberno sensitive capabilityget_webhook_urlno sensitive capabilityget_yaml_templateno sensitive capabilitylist_applicationsno sensitive capabilitylist_asc_appsno sensitive capabilitylist_asc_buildsno sensitive capabilitylist_cachesno sensitive capabilitylist_google_play_bundlesno sensitive capabilitylist_google_play_reviewsno sensitive capabilitylist_google_play_tracksno sensitive capabilitylist_ios_screenshot_typesno sensitive capabilitylist_teamsno sensitive capabilitylist_testflight_groupsno sensitive capabilitylist_variable_groupsno sensitive capabilitylist_variablesno sensitive capabilitylist_webhooksno sensitive capabilitylist_workflowsno sensitive capabilitylist_yaml_template_typesno sensitive capabilitypingno sensitive capabilityprepare_release_notesno sensitive capabilitypromote_google_play_releaseno sensitive capabilityrelease_versionno sensitive capabilityreply_to_google_play_reviewno sensitive capabilityset_android_data_safetyno sensitive capabilityset_android_store_listingno sensitive capabilityset_export_complianceno sensitive capabilityset_ios_store_listingno sensitive capabilityset_phased_releaseno sensitive capabilityset_rollout_fractionno sensitive capabilityset_version_metadatano sensitive capabilityshare_app_internallyno sensitive capabilitysubmit_beta_reviewno sensitive capabilitysubmit_for_app_store_reviewno sensitive capabilitytrigger_buildno sensitive capabilityupdate_variableno sensitive capabilityvalidate_app_submissionno sensitive capabilityvalidate_codemagic_yamlno sensitive capabilitywait_for_buildno sensitive capabilityCross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).
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.
| Version | Score | Findings | Engine | Scanned |
|---|---|---|---|---|
v1.0.5 latest |
A 93/100 | 11 | 1.13.0 | 2026-09-07 |
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.
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 codemagic-mcp-server --online
Independent packages implementing the same tool, scanned with the same engine. Compare all 2 side by side →
Hotel booking MCP server — 300K+ properties, real confirmation numbers, loyalty programs. Builders monetize every booking via Stripe Connect. The first MCP server that completes real hotel reservations inside AI conversations.
Manage AdGuard Home through AI assistants
Read-only Azure DevOps for MCP clients using only your existing browser session — no PAT, no Azure CLI. Browse work items, pull requests, comments, attachments and Artifacts feeds across every project, repo and feed you can access.
MCP server for Adobe Experience Manager Assets integration development
Servidor MCP para el tiempo oficial de España (API pública OpenData de AEMET). Predicción, observación y avisos como herramientas MCP tipadas.
A standalone MCP stdio bridge for Affinity by Canva's local MCP SSE server.