pipelane-server (shiveshnavin/pipelane-server) is an MCP server listed on the M8ven Trust Index. It scores 38 out of 100, grade F. It declares 4 tools. No publisher has claimed this listing.

F
Warning
38/100

pipelane-server

An extremely light Scheduler and Orchestrator with Agentic AI MCP support

Warning. Serious findings were identified. Review the full report before connecting. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

shiveshnavin

Source: github_repo_search

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 17 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: GEMINI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes16 tools · 12 behind config

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

get-task-definition

Get the definition and required inputs for a specific task

get-task-variations

Get all available variations for a specific task

check-available-tasks

Check supported tasks

how-to-use-instructions

Return the Pipelane usage instructions reference.

list-pipelanesbehind config

List all existing pipelanes (workflows). By default the large 'input' field is omitted from each pipelane; set show_details=true to include it.

get-pipelane-definitionbehind config

Get the full definition of a specific pipelane (workflow) by name, including its 'input' field and all its tasks.

create-or-update-pipelanebehind config

Create or update a pipelane workflow configuration. Provide an existing name to update (upsert). Use check-available-tasks → get-task-variations → get-task-definition to build correct task inputs.

rename-pipelanebehind config

Rename an existing pipelane. Updates all associated tasks and the cron scheduler entry.

clone-pipelanebehind config

Clone an existing pipelane (and all its tasks) under a new name.

delete-pipelanebehind config

Delete a pipelane workflow

delete-pipelane-taskbehind config

Delete a specific task from a pipelane.

create-or-update-pipelane-taskbehind config

Create or update a single task within a pipelane. Provide oldTaskName to rename an existing task. Use check-available-tasks -> get-task-variations -> get-task-definition to build the correct input.

get-pipelane-executionsbehind config

Get execution history for a specific pipelane

get-pipelane-execution-detailsbehind config

Get detailed output and tasks of a specific pipelane execution

trigger-pipelane-executionbehind config

Trigger the execution of an existing pipelane (workflow) by name. Returns the execution record created.

stop-pipelane-executionbehind config

Stop a running pipelane execution by its instance/execution ID.

// known CVEs in dependencies17 high5 medium8 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@apollo/server@4.10.2GHSA-mp6q-xf9x-fwf7

Apollo Serve vulnerable to Denial of Service with `startStandaloneServer`

high@modelcontextprotocol/sdk@1.11.0GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.11.0GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.11.0GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highaxios@1.6.8GHSA-35jp-ww65-95wh

axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretGEMINI_API_KEY
configPIPELANE_HTTPS_CERT_PATH
configPIPELANE_HTTPS_KEY_PATH
configPIPELANE_HTTPS_PORT
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

16/16 tools missing one or more hints — get-task-definition (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get-task-variations (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); check-available-tasks (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +13 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tool test coverage

Only 0/16 tools referenced in tests (0%)

Write tests that reference each tool by name so every tool has at least one test.

No eval / new Function

1 eval() or new Function() call — dynamic code execution

Replace eval / Function with explicit parsing or safer alternatives.

Shell command execution

1 call in production code run through a shell (server/pipe-tasks/ShellTask.ts:67)

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

No arbitrary install scripts

Has postinstall/preinstall script — runs arbitrary code on npm install

Remove postinstall/preinstall hooks unless they’re essential.

Production dependencies are patched

0 critical, 17 high severity in production deps — @apollo/server@4.10.2 (high), @modelcontextprotocol/sdk@1.11.0 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dependency freshness

4/19 production deps abandoned (no release in 2+ years): json2csv@2023-01-21 (3.6y), path@2023-05-20 (3.3y), async-lock@2023-12-22 (2.7y)

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 8 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/shiveshnavin/pipelane-server?variant=verified)](https://m8ven.ai/mcp/shiveshnavin/pipelane-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 9acb291159ff04df8d98cd4737f1c17a6c1e2904
code hash: 3f50e245c41597dc72c914d9e6055c6415e60d7085dc7b662c6ecedc5a1e8da6
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client