PawFlow-Agents (allcolor/PawFlow-Agents) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 10 tools. No publisher has claimed this listing.

C
Warning
74/100

PawFlow-Agents

PawFlow (Platform for Agentic Workflows) Self-hosted agent runtime for real infrastructure. Run durable AI agents against your own files, tools, browsers, desktops, services, and workflows with relay-backed execution, shared context, multi-provider agents, and deterministic flows.

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

⚡ 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

allcolor

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
🚨
Code appears obfuscated
2 files are unreadable to a human reviewer. Cannot audit what they do.
🔐
You'll be asked for 9 credentials: PAWFLOW_INTERNAL_TOKEN, PAWFLOW_TOOL_RELAY_TOKEN, PAWFLOW_GATEWAY_KEY, PAWFLOW_MCP_API_KEY, PAWFLOW_AG_LEAF_KEY, PAWFLOW_CCI_LEAF_KEY, PAWFLOW_CCI_SESSION_TOKEN, PAWFLOW_CCI_EVENT_TOKEN, OPENAI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes10 tools

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_initial_context

Return the complete PawFlow context visible to this published agent as a bootstrap document, plus the current sequence cursor.

get_context_updates

Return messages newly visible to this agent after a sequence cursor, plus the new cursor.

send_user_message

Persist one user message addressed to this published agent. message_id is required and makes retries idempotent.

send_agent_message

Persist one response produced by this external published agent. message_id is required and makes retries idempotent. reply_to_message_id correlates responses to injected PawFlow turns.

get_tool_schema

Get the full parameter schema for a PawFlow tool, or list all available tools. Call with tool_name to get the schema.

use_tool

Execute a PawFlow tool. Call get_tool_schema first. arguments_json must be a JSON object encoded as a string; use '{}' for no arguments.

pawflow_relay_connect

Connect the configured local project directory to this PawFlow MCP conversation.

pawflow_relay_disconnect

Disconnect this CLI's local project relay without disabling the MCP server.

pawflow_relay_status

Show the local and PawFlow-side status of this CLI project relay. Never returns secrets.

pawflow_relay_reconnect

Rotate the relay lease and reconnect the configured local project directory.

// 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.
configPAWFLOW_RELAY_BIN
configPAWFLOW_RELAY_DEV_IMAGE_REPO
configPAWFLOW_RELAY_DOCKER
configPAWFLOW_RELAY_IMAGE_TAG
configPAWFLOW_RELAY_PYTHON
configPAWFLOW_RELAY_RUNTIME_ROOT
configPAWFLOW_RELAY_WSL_DISTRO
configPAWFLOW_VERSIONrelease from GitHub. Pass --version "$" to pin a specific release.
configPYTHON
configBACKUP_PASSPHRASE
🔐 secretPAWFLOW_INTERNAL_TOKEN
configCLAUDE_CONFIG_DIR
configCODEX_HOME
configPAWFLOW_TOOL_RELAY_URL
🔐 secretPAWFLOW_TOOL_RELAY_TOKEN
configPAWFLOW_USER_ID
configPAWFLOW_CONVERSATION_ID
configPAWFLOW_AGENT_NAME
configPAWFLOW_SERVER
🔐 secretPAWFLOW_GATEWAY_KEY
configPAWFLOW_RELAY_INSECURE
configPAWFLOW_MCP_URL
configPAWFLOW_RELAY_DIR
configPAWFLOW_MCP_CLIENT_NAME
🔐 secretPAWFLOW_MCP_API_KEY
configJCODE_HOME
configJCODE_HOOK_PAYLOAD
configPAWFLOW_UI_EXTENSIONS_DISABLED
configXDG_DATA_HOME
configPAWFLOW_AG_UPSTREAM_HOST
configPAWFLOW_AG_UPSTREAM_PORT
configPAWFLOW_AG_PROXY_HOST
configPAWFLOW_AG_PROXY_PORT
configPAWFLOW_AG_LEAF_CERT
🔐 secretPAWFLOW_AG_LEAF_KEY
configPAWFLOW_AG_OBSERVER_LOG
configPAWFLOW_AG_OBSERVER_STDERR
configPAWFLOW_AG_OBSERVER_STDERR_MAX_BYTES
configPAWFLOW_AG_OBSERVER_STDERR_CHECK_SECONDS
configPAWFLOW_AG_OBSERVER_LOG_B64
configPAWFLOW_AG_OBSERVER_MAX_B64_BYTES
configPAWFLOW_AG_OBSERVER_MAX_BODY_BYTES
configPAWFLOW_AG_UPSTREAM_IPS
configPAWFLOW_APPROVAL_FAIL_OPEN
configPAWFLOW_ANTHROPIC_UPSTREAM_HOST
configPAWFLOW_ANTHROPIC_UPSTREAM_PORT
configPAWFLOW_ANTHROPIC_UPSTREAM_SCHEME
configPAWFLOW_CCI_PROXY_HOST
configPAWFLOW_CCI_PROXY_PORT
configPAWFLOW_CCI_LEAF_CERT
🔐 secretPAWFLOW_CCI_LEAF_KEY
🔐 secretPAWFLOW_CCI_SESSION_TOKEN
configHOSTNAME
configPAWFLOW_CCI_EVENT_URL
🔐 secretPAWFLOW_CCI_EVENT_TOKEN
configPAWFLOW_CCI_PROXY_LOG
configPAWFLOW_CCI_PROXY_LOG_MAX_BYTES
configPAWFLOW_CCI_PROXY_LOG_CHECK_SECONDS
configPAWFLOW_CCI_PROXY_WIRE_LOG
configPAWFLOW_CCI_PROXY_WIRE_LOG_ALL
configPAWFLOW_CCI_HOOK_CLIENT
configPAWFLOW_CCI_INJECTED_PROMPTS
configPAWFLOW_ANTHROPIC_UPSTREAM_IPS
configCOMSPEC
configDISPLAY
configPAWFLOW_OPENCODE_BIN
configPAWFLOW_SCREEN_MODE
configPAWFLOW_ANTIGRAVITY_IMAGE
configPAWFLOW_GEMINI_IMAGE
configPAWFLOW_ANTIGRAVITY_BIN
configPAWFLOW_AGY_SKIP_MCP_PRIME
configPAWFLOW_SERVER_LOG_DIR
configPAWFLOW_RUN_UID
configPAWFLOW_RUN_GID
configPAWFLOW_FUSE_TRACE
configLOCAL_STT_MODEL
🔐 secretOPENAI_API_KEY
configPAWFLOW_CTX_CACHE_MAX_MESSAGES
configPAWFLOW_CTX_CACHE_MAX_CHARS
configPAWFLOW_CTX_CACHE_MAX_CONVS
configPAWFLOW_CONV_LOCK_DIAG_MS
configPAWFLOW_CONV_GIT_RETENTION_DAYS
configPAWFLOW_CONV_GIT_RETENTION_COMMITS
configPAWFLOW_CONV_GIT_RETENTION_INTERVAL_SEC
configPAWFLOW_HOT_METADATA_FLUSH_INTERVAL_SEC
configPAWFLOW_HOT_METADATA_FLUSH_MSG_DELTA
configPAWFLOW_DEFAULT_MODELS_FILE
configPAWFLOW_DATA_DIR
configPAWFLOW_HOST_DATA_DIR
// quality suggestions

Tool annotations

6/10 tools have annotations

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

All four hints declared on every tool

8/10 tools missing one or more hints — get_initial_context (missing: destructiveHint, idempotentHint); get_context_updates (missing: destructiveHint, idempotentHint); get_tool_schema (missing: destructiveHint, idempotentHint), +5 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.

Shell command execution

3 calls in production code run through a shell (pawflow-vscode/src/relay/manager.ts:224, pawflow-vscode/src/relay/manager.ts:235, pawflow-vscode/src/relay/manager.ts:254)

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

Readable source code

2 files are minified or bundled, which is usually build output rather than concealment

Ship unminified, readable source.

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 4 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/allcolor/pawflow-agents?variant=verified)](https://m8ven.ai/mcp/allcolor/pawflow-agents)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: ea63adbc968e10e88774d4d64e3aed2d68342bae
code hash: 0611af7b8bcdc35063a66c527d321eb19abed1f253a715274a7c831912cc6227
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