aden-hive (SinShine5/aden-hive) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 45 tools. No publisher has claimed this listing.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
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
SinShine5
Source: github_code
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.
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.
create_sessionCreate a new agent building session. Call this first before building an agent.
list_sessionsList all saved agent building sessions.
load_session_by_idLoad a previously saved agent building session by its ID.
delete_sessionDelete a saved agent building session.
set_goalDefine the goal for the agent. Goals are the source of truth - they define what success looks like.
add_nodeAdd a node to the agent graph. Nodes are units of work that process inputs and produce outputs.
add_edgeConnect two nodes with an edge. Edges define how execution flows between nodes.
update_nodeUpdate an existing node in the agent graph. Only provided fields will be updated.
delete_nodeDelete a node from the agent graph. Also removes all edges connected to this node.
delete_edgeDelete an edge from the agent graph.
validate_graphValidate the complete graph. Checks for unreachable nodes, missing connections, and context flow.
export_graphExport the validated graph as a GraphSpec for GraphExecutor.
get_session_statusGet the current status of the build session.
add_mcp_serverRegister an MCP server as a tool source for this agent.
list_mcp_serversList all registered MCP servers for this agent.
list_mcp_toolsList tools available from registered MCP servers.
remove_mcp_serverRemove a registered MCP server.
test_nodeTest a single node with sample inputs. Use this during HITL approval to show humans what the node actually does before they approve it.
test_graphTest the complete agent graph with sample inputs. Use this during final approval to show humans the full execution flow before they approve the agent.
add_evaluation_ruleAdd an evaluation rule for the HybridJudge.
list_evaluation_rulesList all configured evaluation rules for the HybridJudge.
remove_evaluation_ruleRemove an evaluation rule.
create_planCreate a plan for flexible execution.
validate_planValidate a plan structure before execution.
simulate_plan_executionSimulate plan execution without actually running it.
generate_constraint_testsGet constraint test guidelines for a goal.
generate_success_testsGet success criteria test guidelines for a goal.
run_testsRun pytest on agent test files.
debug_testRun a specific test with verbose output for debugging.
list_testsList tests for an agent by scanning Python test files.
load_exported_planValidate and load an exported plan, returning its structure.
gtm_fetch_leadFetch lead from GTM table
dynamic_tool_100dynamic_tool_340pdf_readRead and extract text content from a PDF file.
web_scrapeScrape and extract text content from a webpage.
web_searchSearch the web for information using Brave Search API.
apply_diffPurpose Apply a structured diff to update a file while preserving context.
apply_patchPurpose Apply a scoped, line-level modification to an existing file.
execute_command_toolPurpose Execute a shell command within the session sandbox.
grep_searchSearch for a pattern in a file or directory within the session sandbox.
list_dirPurpose List the contents of a directory within the session sandbox.
replace_file_contentPurpose Replace all occurrences of a target string with replacement text in a file.
view_filePurpose Read the content of a file within the session sandbox.
write_to_filePurpose Create a new file or append content to an existing file.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
yaml is vulnerable to Stack Overflow via deeply nested YAML collections
MCP_PORTBRAVE_SEARCH_API_KEYANTHROPIC_API_KEYCEREBRAS_API_KEYEDITORMOCK_MODETool 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
45/45 tools missing one or more hints — create_session (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list_sessions (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); load_session_by_id (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +42 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.
Destructive tools are labelled
1 tool perform destructive updates without destructiveHint — delete_session deletes at line 278 (session_file.unlink())
Add destructiveHint:true to any tool whose handler calls .delete(), .upsert(), .update(), unlink, rm, DELETE, DROP, REPLACE INTO, or any operation that overwrites existing data.
Tool test coverage
17/45 tools referenced in tests (38%)
Write tests that reference each tool by name so every tool has at least one test.
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.
[](https://m8ven.ai/mcp/sinshine5/aden-hive)?variant=verified from the URL.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