Gitflic MCP Server

gitflic-mcp npm v1.0.0

Published by an unidentified publisher — 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.

Trust grade
A
93/100
Last scanned get badge →
Trust
A · 93/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.
A Why this grade threat 100 − adoption risk = 93/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 − 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:

PointsAdoption-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.

Findings 9

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

This server (without client built-ins) exposes a complete data-exfiltration chain: download_generic_artifact → compare_branches → create_issue. Untrusted input is ingested, private data is read, and it can be sent to an external sink via the agent composing the tools (→). 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 download_generic_artifact → compare_branches → create_issue

high Read-and-egress in one tool: "create_webhook"MTC-FLOW-003

Tool "create_webhook" can both read sensitive data and send data to an external destination. Even without an explicit untrusted-input leg, this is a single-call data-exfiltration path if the model is ever manipulated.

Fix: Separate reading from sending; require explicit user confirmation before egress of file/secret contents.

Location: flow create_webhook

high Read-and-egress in one tool: "update_webhook"MTC-FLOW-003

Tool "update_webhook" can both read sensitive data and send data to an external destination. Even without an explicit untrusted-input leg, this is a single-call data-exfiltration path if the model is ever manipulated.

Fix: Separate reading from sending; require explicit user confirmation before egress of file/secret contents.

Location: flow update_webhook

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

Tool "create_webhook" 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 create_webhook · inputSchema.properties.url

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

Tool "update_webhook" 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 update_webhook · inputSchema.properties.url

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

Tool "unlink_issue_file" can write, overwrite or delete files (keyword "unlink" 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 unlink_issue_file

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

Tool "unlink_issue_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 unlink_issue_file

low Unconstrained path parameter "filepath" on "list_files"MTC-CAP-008

Tool "list_files" takes a path parameter "filepath" 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_files · inputSchema.properties.filepath

low Unconstrained path parameter "directory" on "list_files_recursive"MTC-CAP-008

Tool "list_files_recursive" takes a path parameter "directory" 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_files_recursive · inputSchema.properties.directory

Tools 112

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

  • create_webhooknetwork egressreads sensitive data
  • update_webhooknetwork egressreads sensitive data
  • compare_branchesreads sensitive data
  • create_issuenetwork egress
  • create_issue_relationnetwork egress
  • delete_webhooknetwork egress
  • download_generic_artifactingests untrusted input
  • get_latest_releaseingests untrusted input
  • get_releaseingests untrusted input
  • list_filesreads sensitive data
Show 102 more tools ↓
  • list_files_recursivereads sensitive data
  • list_issue_filesreads sensitive data
  • list_issuesingests untrusted input
  • list_package_filesreads sensitive data
  • list_package_versionsingests untrusted input
  • unlink_issue_filewrites files
  • update_releaseingests untrusted input
  • upload_generic_artifactingests untrusted input
  • add_issue_commentno sensitive capability
  • approve_merge_requestno sensitive capability
  • cancel_jobno sensitive capability
  • cancel_merge_requestno sensitive capability
  • cancel_pipelineno sensitive capability
  • change_company_member_roleno sensitive capability
  • change_member_roleno sensitive capability
  • change_team_member_roleno sensitive capability
  • change_team_roleno sensitive capability
  • close_merge_requestno sensitive capability
  • compare_branch_fileno sensitive capability
  • create_branchno sensitive capability
  • create_companyno sensitive capability
  • create_merge_requestno sensitive capability
  • create_mr_discussionno sensitive capability
  • create_projectno sensitive capability
  • create_releaseno sensitive capability
  • create_tagno sensitive capability
  • create_teamno sensitive capability
  • delete_branchno sensitive capability
  • delete_issueno sensitive capability
  • delete_issue_commentno sensitive capability
  • delete_issue_relationno sensitive capability
  • delete_mr_discussionno sensitive capability
  • delete_packageno sensitive capability
  • delete_projectno sensitive capability
  • delete_releaseno sensitive capability
  • diff_commitsno sensitive capability
  • edit_issue_commentno sensitive capability
  • find_mr_by_commitno sensitive capability
  • fork_projectno sensitive capability
  • get_branchno sensitive capability
  • get_commitno sensitive capability
  • get_commit_filesno sensitive capability
  • get_companyno sensitive capability
  • get_default_branchno sensitive capability
  • get_file_contentno sensitive capability
  • get_issueno sensitive capability
  • get_jobno sensitive capability
  • get_meno sensitive capability
  • get_merge_requestno sensitive capability
  • get_mr_discussionno sensitive capability
  • get_projectno sensitive capability
  • get_tagno sensitive capability
  • get_teamno sensitive capability
  • get_userno sensitive capability
  • get_webhookno sensitive capability
  • invite_company_memberno sensitive capability
  • invite_project_memberno sensitive capability
  • invite_project_teamno sensitive capability
  • invite_team_memberno sensitive capability
  • link_issue_fileno sensitive capability
  • list_branchesno sensitive capability
  • list_cicd_variablesno sensitive capability
  • list_commitsno sensitive capability
  • list_companiesno sensitive capability
  • list_company_membersno sensitive capability
  • list_issue_commentsno sensitive capability
  • list_issue_relationsno sensitive capability
  • list_job_artifactsno sensitive capability
  • list_merge_requestsno sensitive capability
  • list_mr_discussionsno sensitive capability
  • list_my_companiesno sensitive capability
  • list_packagesno sensitive capability
  • list_pipeline_jobsno sensitive capability
  • list_pipelinesno sensitive capability
  • list_project_membersno sensitive capability
  • list_project_runnersno sensitive capability
  • list_projectsno sensitive capability
  • list_releasesno sensitive capability
  • list_shared_companiesno sensitive capability
  • list_shared_projectsno sensitive capability
  • list_shared_teamsno sensitive capability
  • list_tagsno sensitive capability
  • list_team_membersno sensitive capability
  • list_teamsno sensitive capability
  • list_user_projectsno sensitive capability
  • list_webhooksno sensitive capability
  • merge_merge_requestno sensitive capability
  • remove_company_memberno sensitive capability
  • remove_project_memberno sensitive capability
  • remove_project_teamno sensitive capability
  • remove_team_memberno sensitive capability
  • reply_mr_discussionno sensitive capability
  • resolve_mr_discussionno sensitive capability
  • restart_jobno sensitive capability
  • restart_pipelineno sensitive capability
  • search_projectsno sensitive capability
  • setup_push_mirrorno sensitive capability
  • start_pipelineno sensitive capability
  • trigger_mirror_updateno sensitive capability
  • update_issueno sensitive capability
  • update_merge_requestno sensitive capability
  • update_projectno sensitive capability

Toxic flows 3

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

What this scan could not see

Versions 1

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

Use the free API → How scoring works

More in Developer Tools