prime-silo (binary16labs/prime-silo) is an MCP server listed on the M8ven Trust Index. It scores 0 out of 100, grade F. It declares 17 tools. No publisher has claimed this listing.

F
Warning
0/100

prime-silo

The canonical Sovereign AI Agent OS & runtime harness. Built for Model Context Protocol (MCP), Agent-to-Agent (A2A) swarms, and zero-token tax execution.

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

binary16labs

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
🚨
Secret credentials may flow to a network call
2 flows detected: BENNY_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
🚨
Code appears obfuscated
1 file are unreadable to a human reviewer. Cannot audit what they do.
⚠️
Tool descriptions don’t match what handlers do
1 tool describes read intent but its handler mutates — query_csv (line 126: result = eval(query, {"df": df, "pd": pd}))
🔐
You'll be asked for 4 credentials: NEO4J_PASSWORD, BENNY_HMAC_KEY, BENNY_AGENT_API_KEY, OPENAI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// 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.
configBENNY_HOME
configBENNY_LMSTUDIO_ENDPOINTS
configDASH_HOST
configLONGVIEW_THIN_CHARS
configLONGVIEW_WINDOW_CHARS
configLONGVIEW_WORKSPACE
🔐 secretNEO4J_PASSWORD
configNEO4J_URI
configNEO4J_USER
configPRIME_SILO_API
configPRIME_SILO_HOME
configBENNY_OFFLINE
configBENNY_REQUIRE_SIGNATURES
configSSL_CERT_FILE
configTESSERACT_CMD
configBENNY_DEFAULT_MODEL
configBENNY_API_URL
configREPORT_CALL_TIMEOUT
configREPORT_MAX_TOKENS
configREPORT_GROUNDING
configREPORT_GROUNDING_MAXCHARS
configREPORT_HANDOVER_MAXCHARS
configREPORT_FINALIZE
configREPORT_PDF
configT0_SMOKE_DIR
configT0_VENV_PY
configT3_EVAL_OUT
configT3_MERGE_MANIFEST
configT3_GGUF_DIR
configLLAMA_CPP_DIR
configBENNY_T4_JUDGE_MODEL
configBENNY_T4_BASELINE_MODEL
configT5_EVAL_OUT
configT5_PREFS
configT5_PREFS_MANIFEST
configT5_MERGE_MANIFEST
configT5_GGUF_DIR
🔐 secretBENNY_HMAC_KEY
🔐 secretBENNY_AGENT_API_KEY
configBENNY_LOG_FILE
configSPACE_LOG_FILE
configLONGVIEW_LOG_FILE
configBENNY_SYNTH_FILE_TIMEOUT
configBENNY_GRAPH_WRITE_TIMEOUT
configSWARM_MAX_CONCURRENCY
configBENNY_LLM_TIMEOUT
🔐 secretOPENAI_API_KEY
configBENNY_MMDC_CLI
configMARQUEZ_URL
configLINEAGE_NAMESPACE
configBENNY_LINEAGE_ENABLED
configPHOENIX_URL
configSERVICE_NAME
// 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

17/17 tools missing one or more hints — plan_workflow (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); run_workflow (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); stream_events (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +14 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.

Descriptions match behaviour

1 tool describes read intent but its handler mutates — query_csv (line 126: result = eval(query, {"df": df, "pd": pd}))

Rename the tool, rewrite the description, or move the side-effect into a separate clearly-named tool.

Tool test coverage

11/17 tools referenced in tests (65%)

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

No eval / new Function

3 eval() or new Function() calls — dynamic code execution

Replace eval / Function with explicit parsing or safer alternatives.

Readable source code

1 file are minified or bundled, which is usually build output rather than concealment

Ship unminified, readable source.

Secrets never reach shell commands

2 secret values passed to shell commands — possible command injection

Never pass secrets through shell commands. Use library APIs that accept credentials as arguments.

Tool description accuracy

query_csv: description implies read-only but handler writes/deletes/executes

Update tool descriptions to accurately reflect all capabilities — especially write, delete, or execute operations.

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/binary16labs/prime-silo?variant=verified)](https://m8ven.ai/mcp/binary16labs/prime-silo)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: fc92f8cfb2103ca92501559774244db7aad78b5e
code hash: a1a5e72c02912142c6799237d097d857ee82f28dc107e388696e7cc804c2d22a
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