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.
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:
| Points | Adoption-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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Each tool and what it can reach — statically extracted from the published source.
cloudflow_triggernetwork egressget_unread_countingests untrusted inputgws_drive_listreads sensitive datalist_directoryreads sensitive datamove_filewrites filesread_messageingests untrusted inputsend_filenetwork egresssend_messagenetwork egressactivate_tabno sensitive capabilityadd_bookmarkno sensitive capabilityadd_contact_emailno sensitive capabilityadd_contact_phoneno sensitive capabilityadd_to_albumno sensitive capabilityadd_to_playlistno sensitive capabilityadd_to_reading_listno sensitive capabilityai_agentno sensitive capabilityai_chatno sensitive capabilityai_plan_metricsno sensitive capabilityai_statusno sensitive capabilityaudit_logno sensitive capabilityaudit_summaryno sensitive capabilitybulk_move_notesno sensitive capabilityclassify_imageno sensitive capabilityclose_tabno sensitive capabilitycompare_notesno sensitive capabilitycomplete_reminderno sensitive capabilityconnect_bluetoothno sensitive capabilitycreate_albumno sensitive capabilitycreate_contactno sensitive capabilitycreate_directoryno sensitive capabilitycreate_eventno sensitive capabilitycreate_folderno sensitive capabilitycreate_noteno sensitive capabilitycreate_playlistno sensitive capabilitycreate_recurring_eventno sensitive capabilitycreate_recurring_reminderno sensitive capabilitycreate_reminderno sensitive capabilitycreate_reminder_listno sensitive capabilitydelete_contactno sensitive capabilitydelete_eventno sensitive capabilitydelete_noteno sensitive capabilitydelete_photosno sensitive capabilitydelete_playlistno sensitive capabilitydelete_reminderno sensitive capabilitydelete_reminder_listno sensitive capabilitydisconnect_bluetoothno sensitive capabilitydrop_pinno sensitive capabilityflag_messageno sensitive capabilitygenerate_imageno sensitive capabilitygenerate_planno sensitive capabilitygenerate_structuredno sensitive capabilitygenerate_textno sensitive capabilitygeocodeno sensitive capabilityget_bluetooth_stateno sensitive capabilityget_current_locationno sensitive capabilityget_current_tabno sensitive capabilityget_directionsno sensitive capabilityget_file_infono sensitive capabilityget_location_permissionno sensitive capabilityget_photo_infono sensitive capabilityget_ratingno sensitive capabilityget_track_infono sensitive capabilityget_upcoming_eventsno sensitive capabilitygws_calendar_createno sensitive capabilitygws_calendar_listno sensitive capabilitygws_docs_readno sensitive capabilitygws_drive_readno sensitive capabilitygws_drive_searchno sensitive capabilitygws_gmail_listno sensitive capabilitygws_gmail_readno sensitive capabilitygws_gmail_sendno sensitive capabilitygws_people_searchno sensitive capabilitygws_rawno sensitive capabilitygws_sheets_readno sensitive capabilitygws_sheets_writeno sensitive capabilitygws_statusno sensitive capabilitygws_tasks_createno sensitive capabilitygws_tasks_listno sensitive capabilityhealth_authorizeno sensitive capabilityhealth_heart_rateno sensitive capabilityhealth_sleepno sensitive capabilityhealth_summaryno sensitive capabilityhealth_today_stepsno sensitive capabilityimport_photono sensitive capabilitykeynote_add_slideno sensitive capabilitykeynote_close_documentno sensitive capabilitykeynote_create_documentno sensitive capabilitykeynote_export_pdfno sensitive capabilitykeynote_get_slideno sensitive capabilitykeynote_list_documentsno sensitive capabilitykeynote_list_slidesno sensitive capabilitykeynote_set_presenter_notesno sensitive capabilitykeynote_start_slideshowno sensitive capabilitylist_accountsno sensitive capabilitylist_albumsno sensitive capabilitylist_bookmarksno sensitive capabilitylist_calendarsno sensitive capabilitylist_chatsno sensitive capabilitylist_contactsno sensitive capabilitylist_eventsno sensitive capabilitylist_favoritesno sensitive capabilitylist_foldersno sensitive capabilitylist_group_membersno sensitive capabilitylist_groupsno sensitive capabilitylist_mailboxesno sensitive capabilitylist_messagesno sensitive capabilitylist_notesno sensitive capabilitylist_participantsno sensitive capabilitylist_photosno sensitive capabilitylist_playlistsno sensitive capabilitylist_podcast_episodesno sensitive capabilitylist_podcast_showsno sensitive capabilitylist_reading_listno sensitive capabilitylist_reminder_listsno sensitive capabilitylist_remindersno sensitive capabilitylist_tabsno sensitive capabilitylist_tracksno sensitive capabilitylocal_llm_generateno sensitive capabilitylocal_llm_statusno sensitive capabilitymark_message_readno sensitive capabilitymemory_forgetno sensitive capabilitymemory_putno sensitive capabilitymemory_queryno sensitive capabilitymemory_statsno sensitive capabilitymove_messageno sensitive capabilitymove_noteno sensitive capabilitynow_playingno sensitive capabilitynumbers_add_sheetno sensitive capabilitynumbers_close_documentno sensitive capabilitynumbers_create_documentno sensitive capabilitynumbers_export_pdfno sensitive capabilitynumbers_get_cellno sensitive capabilitynumbers_get_formulano sensitive capabilitynumbers_list_documentsno sensitive capabilitynumbers_list_sheetsno sensitive capabilitynumbers_list_tablesno sensitive capabilitynumbers_read_cellsno sensitive capabilitynumbers_rename_sheetno sensitive capabilitynumbers_set_cellno sensitive capabilityopen_addressno sensitive capabilityopen_urlno sensitive capabilitypages_close_documentno sensitive capabilitypages_create_documentno sensitive capabilitypages_export_pdfno sensitive capabilitypages_get_body_textno sensitive capabilitypages_list_documentsno sensitive capabilitypages_open_documentno sensitive capabilitypages_set_body_textno sensitive capabilityplay_playlistno sensitive capabilityplay_podcast_episodeno sensitive capabilityplay_trackno sensitive capabilityplayback_controlno sensitive capabilitypodcast_now_playingno sensitive capabilitypodcast_playback_controlno sensitive capabilityproofread_textno sensitive capabilityquery_photosno sensitive capabilityread_chatno sensitive capabilityread_contactno sensitive capabilityread_eventno sensitive capabilityread_noteno sensitive capabilityread_page_contentno sensitive capabilityread_reminderno sensitive capabilityrecent_filesno sensitive capabilityremove_from_playlistno sensitive capabilityreply_mailno sensitive capabilityreverse_geocodeno sensitive capabilityrewrite_textno sensitive capabilityrun_javascriptno sensitive capabilityscan_bluetoothno sensitive capabilityscan_documentno sensitive capabilityscan_notesno sensitive capabilitysearch_chatsno sensitive capabilitysearch_contactsno sensitive capabilitysearch_eventsno sensitive capabilitysearch_filesno sensitive capabilitysearch_locationno sensitive capabilitysearch_messagesno sensitive capabilitysearch_nearbyno sensitive capabilitysearch_notesno sensitive capabilitysearch_photosno sensitive capabilitysearch_podcast_episodesno sensitive capabilitysearch_remindersno sensitive capabilitysearch_tabsno sensitive capabilitysearch_tracksno sensitive capabilitysend_mailno sensitive capabilityset_dislikedno sensitive capabilityset_favoritedno sensitive capabilityset_file_tagsno sensitive capabilityset_ratingno sensitive capabilityset_shuffleno sensitive capabilityshare_locationno sensitive capabilitysummarize_contextno sensitive capabilitysummarize_textno sensitive capabilitytag_contentno sensitive capabilitytoday_eventsno sensitive capabilitytrash_fileno sensitive capabilityupdate_contactno sensitive capabilityupdate_eventno sensitive capabilityupdate_noteno sensitive capabilityupdate_reminderno 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 |
|---|---|---|---|---|
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 |
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 airmcp --online
MCP AgentChat - 让 AI Agent 通过 Telegram 与用户实时交互:发送消息、图片,等待用户回复
A Model Context Protocol (MCP) server for Airthings Air Quality Monitor devices.
MCP server for Anki
TypeScript package for reading and searching Apple Notes on macOS via direct SQLite access. Includes markdown conversion, attachment support, and offers a local MCP server!
Verified biotech catalyst calendar (PDUFA/AdComm/trial readouts) anchored to official sources.
Appointment booking platform letting agents check provider availability and create bookings.