Airmcp MCP Server

airmcp npm v2.16.5 Source verified

Published by heznpc — publish provenance cryptographically ties this package to that repository. That is proof of origin, not an official vendor package.

Approval-gated local action runtime for Apple workspaces, with profile-based modules, progressive MCP tool exposure, audit logs, HITL approval, and Mac app automation.

Trust grade
A
90/100
Last scanned get badge →
Trust
A · 90/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
Critical
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 = 90/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 − 10 = 90. 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
−10 capability blast radius (critical) — client exposure if the model is manipulated

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 16

critical Completed toxic-flow trifecta across toolsMTC-FLOW-002

This server (without client built-ins) exposes a complete data-exfiltration chain: get_unread_count ⇒ gws_drive_list ⇒ cloudflow_trigger. Untrusted input is ingested, private data is read, and it can be sent to an external sink — and at least one leg is a direct schema wire (⇒), where a producer's output drops straight into a free-text parameter of the next tool, so the chain needs little agent cooperation. Static analysis proves the primitive exists, not that a specific run will occur.

Fix: Remove one leg of the trifecta: isolate untrusted-input tools from secret-reading tools and from egress tools, or require human approval between them.

Location: flow get_unread_count → gws_drive_list → cloudflow_trigger

high Shell/command execution in server code (dist/cli/codex-mcp.js)MTC-SRC-002

In the server's implementation (`dist/cli/codex-mcp.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: ecFileSync } from "node:child_process"; import { randomUUID } from "node:crypto"; import { chmodSync, existsSync, readFi

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/cli/codex-mcp.js

high Shell/command execution in server code (dist/cli/connect.js)MTC-SRC-002

In the server's implementation (`dist/cli/connect.js:3`): 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: rt { spawn } from "node:child_process"; import { IDENTITY } from "../shared/constants.js"; const DEFAULT_URL = `http://1

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/cli/connect.js

high Shell/command execution in server code (dist/cli/doctor.js)MTC-SRC-002

In the server's implementation (`dist/cli/doctor.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: ecFileSync } from "node:child_process"; import { MODULE_NAMES, OPT_IN_MODULE_NAMES, NPM_PACKAGE_NAME, MCP_CLIENT

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/cli/doctor.js

high Shell/command execution in server code (dist/google/gws.js)MTC-SRC-002

In the server's implementation (`dist/google/gws.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: port { execFile } from "child_process"; import { promisify } from "util"; import { TIMEOUT, BUFFER, CONCURRENCY } from "

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/google/gws.js

high Shell/command execution in server code (dist/shared/addon-operations.js)MTC-SRC-002

In the server's implementation (`dist/shared/addon-operations.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: ecFileSync } from "node:child_process"; import { existsSync, mkdirSync, readFileSync, readdirSync, statSync, writeFileSy

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/shared/addon-operations.js

high Shell/command execution in server code (dist/shared/config.js)MTC-SRC-002

In the server's implementation (`dist/shared/config.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: ecFileSync } from "node:child_process"; import { join } from "node:path"; import { release } from "node:os"; import { HO

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/shared/config.js

high Shell/command execution in server code (dist/shared/jxa.js)MTC-SRC-002

In the server's implementation (`dist/shared/jxa.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 { TIMEOUT, BUFFER, CONCURRENCY } from "./constants.js"; import { Semaphor

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/shared/jxa.js

high Shell/command execution in server code (dist/shared/swift.js)MTC-SRC-002

In the server's implementation (`dist/shared/swift.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: rt { spawn } from "node:child_process"; import { access } from "node:fs/promises"; import { resolve, dirname } from "nod

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/shared/swift.js

high Shell/command execution in server code (dist/shortcuts/tools.js)MTC-SRC-002

In the server's implementation (`dist/shortcuts/tools.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 { runJxa } from "../shared/jxa.js"

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/shortcuts/tools.js

medium Unconstrained URL/host parameter "url" on "cloudflow_trigger"MTC-CAP-007

Tool "cloudflow_trigger" takes a URL/host parameter "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 cloudflow_trigger · inputSchema.properties.url

medium Tool "move_file" can modify the filesystemMTC-CAP-002

Tool "move_file" can write, overwrite or delete files (keyword "move_file" in tool name). Verify it is scoped to a safe directory.

Fix: Constrain file operations to an explicit, non-sensitive root; reject path traversal.

Location: tool move_file

medium Dynamic module load from a non-literal (dist/shared/module-loader.js)MTC-SRC-005

In the server's implementation (`dist/shared/module-loader.js:50`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: ry { return await import(externalSpec); } catch (error) { const resolvedFromPrefix = resolveAddonPackage

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/shared/module-loader.js

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

Tool "move_file" 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 move_file

low Unconstrained path parameter "path" on "list_directory"MTC-CAP-008

Tool "list_directory" takes a path parameter "path" with no constraint. Without a canonicalize-and-contain check (not visible statically), this permits ../ traversal outside the intended root.

Fix: Resolve and verify the path stays within an allowed root; reject traversal sequences.

Location: tool list_directory · inputSchema.properties.path

low Shell/command execution in packaging/dev tooling (dist/shared/setup.js)MTC-SRC-002

In a packaging/dev/install script (shipped, but not the server runtime) (`dist/shared/setup.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: rt { spawn } from "node:child_process"; import { open, stat } from "node:fs/promises"; import { join } from "node:path";

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/shared/setup.js

Tools 200

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

  • cloudflow_triggernetwork egress
  • get_unread_countingests untrusted input
  • gws_drive_listreads sensitive data
  • list_directoryreads sensitive data
  • move_filewrites files
  • read_messageingests untrusted input
  • send_filenetwork egress
  • send_messagenetwork egress
  • activate_tabno sensitive capability
  • add_bookmarkno sensitive capability
Show 190 more tools ↓
  • add_contact_emailno sensitive capability
  • add_contact_phoneno sensitive capability
  • add_to_albumno sensitive capability
  • add_to_playlistno sensitive capability
  • add_to_reading_listno sensitive capability
  • ai_agentno sensitive capability
  • ai_chatno sensitive capability
  • ai_plan_metricsno sensitive capability
  • ai_statusno sensitive capability
  • audit_logno sensitive capability
  • audit_summaryno sensitive capability
  • bulk_move_notesno sensitive capability
  • classify_imageno sensitive capability
  • close_tabno sensitive capability
  • compare_notesno sensitive capability
  • complete_reminderno sensitive capability
  • connect_bluetoothno sensitive capability
  • create_albumno sensitive capability
  • create_contactno sensitive capability
  • create_directoryno sensitive capability
  • create_eventno sensitive capability
  • create_folderno sensitive capability
  • create_noteno sensitive capability
  • create_playlistno sensitive capability
  • create_recurring_eventno sensitive capability
  • create_recurring_reminderno sensitive capability
  • create_reminderno sensitive capability
  • create_reminder_listno sensitive capability
  • delete_contactno sensitive capability
  • delete_eventno sensitive capability
  • delete_noteno sensitive capability
  • delete_photosno sensitive capability
  • delete_playlistno sensitive capability
  • delete_reminderno sensitive capability
  • delete_reminder_listno sensitive capability
  • disconnect_bluetoothno sensitive capability
  • drop_pinno sensitive capability
  • flag_messageno sensitive capability
  • generate_imageno sensitive capability
  • generate_planno sensitive capability
  • generate_structuredno sensitive capability
  • generate_textno sensitive capability
  • geocodeno sensitive capability
  • get_bluetooth_stateno sensitive capability
  • get_current_locationno sensitive capability
  • get_current_tabno sensitive capability
  • get_directionsno sensitive capability
  • get_file_infono sensitive capability
  • get_location_permissionno sensitive capability
  • get_photo_infono sensitive capability
  • get_ratingno sensitive capability
  • get_track_infono sensitive capability
  • get_upcoming_eventsno sensitive capability
  • gws_calendar_createno sensitive capability
  • gws_calendar_listno sensitive capability
  • gws_docs_readno sensitive capability
  • gws_drive_readno sensitive capability
  • gws_drive_searchno sensitive capability
  • gws_gmail_listno sensitive capability
  • gws_gmail_readno sensitive capability
  • gws_gmail_sendno sensitive capability
  • gws_people_searchno sensitive capability
  • gws_rawno sensitive capability
  • gws_sheets_readno sensitive capability
  • gws_sheets_writeno sensitive capability
  • gws_statusno sensitive capability
  • gws_tasks_createno sensitive capability
  • gws_tasks_listno sensitive capability
  • health_authorizeno sensitive capability
  • health_heart_rateno sensitive capability
  • health_sleepno sensitive capability
  • health_summaryno sensitive capability
  • health_today_stepsno sensitive capability
  • import_photono sensitive capability
  • keynote_add_slideno sensitive capability
  • keynote_close_documentno sensitive capability
  • keynote_create_documentno sensitive capability
  • keynote_export_pdfno sensitive capability
  • keynote_get_slideno sensitive capability
  • keynote_list_documentsno sensitive capability
  • keynote_list_slidesno sensitive capability
  • keynote_set_presenter_notesno sensitive capability
  • keynote_start_slideshowno sensitive capability
  • list_accountsno sensitive capability
  • list_albumsno sensitive capability
  • list_bookmarksno sensitive capability
  • list_calendarsno sensitive capability
  • list_chatsno sensitive capability
  • list_contactsno sensitive capability
  • list_eventsno sensitive capability
  • list_favoritesno sensitive capability
  • list_foldersno sensitive capability
  • list_group_membersno sensitive capability
  • list_groupsno sensitive capability
  • list_mailboxesno sensitive capability
  • list_messagesno sensitive capability
  • list_notesno sensitive capability
  • list_participantsno sensitive capability
  • list_photosno sensitive capability
  • list_playlistsno sensitive capability
  • list_podcast_episodesno sensitive capability
  • list_podcast_showsno sensitive capability
  • list_reading_listno sensitive capability
  • list_reminder_listsno sensitive capability
  • list_remindersno sensitive capability
  • list_tabsno sensitive capability
  • list_tracksno sensitive capability
  • local_llm_generateno sensitive capability
  • local_llm_statusno sensitive capability
  • mark_message_readno sensitive capability
  • memory_forgetno sensitive capability
  • memory_putno sensitive capability
  • memory_queryno sensitive capability
  • memory_statsno sensitive capability
  • move_messageno sensitive capability
  • move_noteno sensitive capability
  • now_playingno sensitive capability
  • numbers_add_sheetno sensitive capability
  • numbers_close_documentno sensitive capability
  • numbers_create_documentno sensitive capability
  • numbers_export_pdfno sensitive capability
  • numbers_get_cellno sensitive capability
  • numbers_get_formulano sensitive capability
  • numbers_list_documentsno sensitive capability
  • numbers_list_sheetsno sensitive capability
  • numbers_list_tablesno sensitive capability
  • numbers_read_cellsno sensitive capability
  • numbers_rename_sheetno sensitive capability
  • numbers_set_cellno sensitive capability
  • open_addressno sensitive capability
  • open_urlno sensitive capability
  • pages_close_documentno sensitive capability
  • pages_create_documentno sensitive capability
  • pages_export_pdfno sensitive capability
  • pages_get_body_textno sensitive capability
  • pages_list_documentsno sensitive capability
  • pages_open_documentno sensitive capability
  • pages_set_body_textno sensitive capability
  • play_playlistno sensitive capability
  • play_podcast_episodeno sensitive capability
  • play_trackno sensitive capability
  • playback_controlno sensitive capability
  • podcast_now_playingno sensitive capability
  • podcast_playback_controlno sensitive capability
  • proofread_textno sensitive capability
  • query_photosno sensitive capability
  • read_chatno sensitive capability
  • read_contactno sensitive capability
  • read_eventno sensitive capability
  • read_noteno sensitive capability
  • read_page_contentno sensitive capability
  • read_reminderno sensitive capability
  • recent_filesno sensitive capability
  • remove_from_playlistno sensitive capability
  • reply_mailno sensitive capability
  • reverse_geocodeno sensitive capability
  • rewrite_textno sensitive capability
  • run_javascriptno sensitive capability
  • scan_bluetoothno sensitive capability
  • scan_documentno sensitive capability
  • scan_notesno sensitive capability
  • search_chatsno sensitive capability
  • search_contactsno sensitive capability
  • search_eventsno sensitive capability
  • search_filesno sensitive capability
  • search_locationno sensitive capability
  • search_messagesno sensitive capability
  • search_nearbyno sensitive capability
  • search_notesno sensitive capability
  • search_photosno sensitive capability
  • search_podcast_episodesno sensitive capability
  • search_remindersno sensitive capability
  • search_tabsno sensitive capability
  • search_tracksno sensitive capability
  • send_mailno sensitive capability
  • set_dislikedno sensitive capability
  • set_favoritedno sensitive capability
  • set_file_tagsno sensitive capability
  • set_ratingno sensitive capability
  • set_shuffleno sensitive capability
  • share_locationno sensitive capability
  • summarize_contextno sensitive capability
  • summarize_textno sensitive capability
  • tag_contentno sensitive capability
  • today_eventsno sensitive capability
  • trash_fileno sensitive capability
  • update_contactno sensitive capability
  • update_eventno sensitive capability
  • update_noteno sensitive capability
  • update_reminderno 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 5

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
v2.16.5 latest A 90/100 16 1.13.0 2026-09-07
v2.16.4 A 90/100 15 1.12.1 2026-08-13
v2.16.3 A 90/100 15 1.12.1 2026-08-03
v2.16.2 A 90/100 15 1.12.1 2026-07-31
v2.15.0 A 93/100 12 1.12.1 2026-07-29

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 · 90/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/airmcp/badge.svg)](https://mcptrustchecker.com/registry/airmcp)
HTML
<a href="https://mcptrustchecker.com/registry/airmcp"><img src="https://mcptrustchecker.com/registry/airmcp/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/airmcp/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 airmcp --online

Use the free API → How scoring works

More in Productivity & Workflow