@seiva-ai/mcp-server
npm
v0.3.0
Source verified
Published by joaopedromano-source — publish provenance cryptographically ties this package to that repository. That is proof of origin, not an official vendor package.
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 − 6 = 94. 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 |
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 (`checkout_tools.js:18`): 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 { existsSync } from "node:fs"; import { createRequire } from "node:module
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 checkout_tools.js
Tool "seiva_write_file" can write, overwrite or delete files (keyword "write_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 seiva_write_file
Tool "seiva_edit_file_diff" can write, overwrite or delete files (keyword "edit_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 seiva_edit_file_diff
Tool "seiva_write_files" can write, overwrite or delete files (keyword "write_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 seiva_write_files
Tool "seiva_delete_file" can write, overwrite or delete files (keyword "delete_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 seiva_delete_file
Tool "seiva_write_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 seiva_write_file
Tool "seiva_edit_file_diff" 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 seiva_edit_file_diff
Tool "seiva_write_files" 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 seiva_write_files
Tool "seiva_delete_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 seiva_delete_file
Each tool and what it can reach — statically extracted from the published source.
seiva_delete_filewrites filesseiva_edit_file_diffwrites filesseiva_get_logsreads sensitive dataseiva_list_builtin_toolsingests untrusted inputseiva_list_filesreads sensitive dataseiva_read_filereads sensitive dataseiva_write_filewrites filesseiva_write_fileswrites filesseiva_acquire_app_lockno sensitive capabilityseiva_analyze_external_projectno sensitive capabilityseiva_app_build_localno sensitive capabilityseiva_app_checkout_statusno sensitive capabilityseiva_app_pullno sensitive capabilityseiva_app_pushno sensitive capabilityseiva_archive_agentno sensitive capabilityseiva_archive_skillno sensitive capabilityseiva_archive_toolno sensitive capabilityseiva_build_appno sensitive capabilityseiva_count_recordsno sensitive capabilityseiva_create_agentno sensitive capabilityseiva_create_appno sensitive capabilityseiva_create_credentialno sensitive capabilityseiva_create_recordno sensitive capabilityseiva_create_scheduleno sensitive capabilityseiva_create_skillno sensitive capabilityseiva_create_toolno sensitive capabilityseiva_create_workspaceno sensitive capabilityseiva_delete_agentno sensitive capabilityseiva_delete_recordno sensitive capabilityseiva_delete_scheduleno sensitive capabilityseiva_delete_skillno sensitive capabilityseiva_delete_toolno sensitive capabilityseiva_describe_datapack_tableno sensitive capabilityseiva_enable_builtin_toolno sensitive capabilityseiva_execute_toolno sensitive capabilityseiva_fire_scheduleno sensitive capabilityseiva_generate_migration_planno sensitive capabilityseiva_get_agentno sensitive capabilityseiva_get_appno sensitive capabilityseiva_get_app_lockno sensitive capabilityseiva_get_app_runtime_errorsno sensitive capabilityseiva_get_app_usageno sensitive capabilityseiva_get_build_logsno sensitive capabilityseiva_get_contextno sensitive capabilityseiva_get_instructionsno sensitive capabilityseiva_get_project_contextno sensitive capabilityseiva_get_recordno sensitive capabilityseiva_get_scheduleno sensitive capabilityseiva_get_session_logsno sensitive capabilityseiva_get_skillno sensitive capabilityseiva_get_toolno sensitive capabilityseiva_grant_app_datano sensitive capabilityseiva_import_env_varsno sensitive capabilityseiva_import_project_filesno sensitive capabilityseiva_list_agentsno sensitive capabilityseiva_list_app_agentsno sensitive capabilityseiva_list_app_data_grantsno sensitive capabilityseiva_list_appsno sensitive capabilityseiva_list_available_datapacksno sensitive capabilityseiva_list_credentialsno sensitive capabilityseiva_list_instructionsno sensitive capabilityseiva_list_membersno sensitive capabilityseiva_list_partnership_agentsno sensitive capabilityseiva_list_partnership_skillsno sensitive capabilityseiva_list_partnership_toolsno sensitive capabilityseiva_list_pending_approvalsno sensitive capabilityseiva_list_recordsno sensitive capabilityseiva_list_schedulesno sensitive capabilityseiva_list_skillsno sensitive capabilityseiva_list_toolsno sensitive capabilityseiva_list_versionsno sensitive capabilityseiva_list_workspacesno sensitive capabilityseiva_pause_scheduleno sensitive capabilityseiva_publish_agentno sensitive capabilityseiva_publish_appno sensitive capabilityseiva_publish_skillno sensitive capabilityseiva_publish_toolno sensitive capabilityseiva_release_app_lockno sensitive capabilityseiva_renew_app_lockno sensitive capabilityseiva_request_datapack_grantno sensitive capabilityseiva_request_external_dependencyno sensitive capabilityseiva_resume_scheduleno sensitive capabilityseiva_revoke_app_datano sensitive capabilityseiva_schedule_statsno sensitive capabilityseiva_select_workspaceno sensitive capabilityseiva_set_app_permissionsno sensitive capabilityseiva_set_member_roleno sensitive capabilityseiva_tool_checkout_statusno sensitive capabilityseiva_tool_pullno sensitive capabilityseiva_tool_pushno sensitive capabilityseiva_update_agentno sensitive capabilityseiva_update_appno sensitive capabilityseiva_update_recordno sensitive capabilityseiva_update_scheduleno sensitive capabilityseiva_update_skillno sensitive capabilityseiva_update_toolno sensitive capabilityseiva_upload_app_assetno sensitive capabilityScan 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 |
|---|---|---|---|---|
v0.3.0 latest |
A 94/100 | 9 | 1.9.0 | 2026-07-24 |
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 @seiva-ai/mcp-server --online
Security scan results for the 1stay MCP server.
Security scan results for the Adguard Home MCP server.
Security scan results for the Ado Browser MCP server.
Security scan results for the Adobe Experience Dev MCP server.
Security scan results for the Aemet MCP server.
Security scan results for the Affinity Mcp Bridge MCP server.