Learn Shell (sf-shenfeng/learn-shell) is an MCP server listed on the M8ven Trust Index. It scores 50 out of 100, grade D. It declares 50 tools. No publisher has claimed this listing.
An agent-native teaching OS that gives AI assistants a persistent classroom with courses, lessons, flashcards, and graded exercises via MCP tools.
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
sf-shenfeng
Source: Glama
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_pairpropose_contractupdate_contract_cadencevoid_contractupdate_contract_coveragecomplete_contractcreate_courseadd_lessonupdate_lessonadd_lesson_patchclose_lesson_loopget_lesson_closure_statepublish_lessonadd_documentupdate_documentadd_conceptupdate_concept修订已有 concept 的字段 (name / short_definition / source_refs / flashcard_ids).
add_flashcard添加一张闪卡; FSRS state 由 server 初始化.
update_flashcardadd_mindmap_seedupdate_mindmap_seedadd_exercise为 lesson 添加课后习题.
add_simulated_quizverify_prepgrade_exerciserecord_post_lesson_evaluationrecord_live_evaluationrecord_learner_hypothesisreflect_on_teachingrecord_learner_feedbackupdate_feedback_statusget_contextget_learner_briefget_teacher_inboxget_lessonget_exerciseget_submissionlive_pendinglive_heartbeatAgent 端 keep-alive. 在 ttl_seconds 内 bridge 算 online. ⚠️ ttl_seconds 是在线判定窗口, NOT 轮询间隔. 值更契约 v3: 等待不烧模型回合(红线: 禁止模型层轮询), 用看门脚本/live_wait/你家自己的监听机制均可, 见 recipe://live-teaching. 看门脚本会替你打心跳; 走 live_wait 的, 它自带 auto-heartbeat. 回应契约(单层 v3): 实质回答质量优先, 不设硬秒数, 在场感由在线灯负责不由报文. (旧 context_status 参数已退役——上下文余量指示灯已…
live_waitlive_session_get读 LiveSession 全貌 (session + 全部 moves + 全部 responses). 决定下一步前必读.
live_message_send追加一条 Teaching Move (Live Teaching 结构化教学). 会话第一条 move (seq=1) 必须 move_type="FRAME"——否则结构化拒绝, 不接受其他类型开场. FRAME content 须覆盖三要素: 本场做什么/多久/怎么算完. ASK/PROBE/CHALLENGE 必须 response_kind="text". REFLECT 必须 "none". content 控制在 300 中文字以内 (EXPLAIN). 一个 move 只做一件事. 自由对话/答疑请用 adhoc_message_send.
live_snapshot_write在 Live Teaching session 中段 flush 一个 rolling checkpoint. 建议每 3 轮写一次. compact 后用 live_snapshot_get_latest 拿回来, 不用重读全部 moves.
live_snapshot_get_latest读 session 最近一份 mid-lesson snapshot. compact 恢复时第一步: snapshot + 之后的 moves = 续上 session 的最小集.
adhoc_thread_getadhoc_ackadhoc_message_sendAgent 在 AdHoc thread 里回应用户. 自由对话不限 move_type. 富内容用 payload (component_type: interactive_html | whiteboard_svg | tts_audio + body). 学习相关写 is_learning_related=true 会落 SessionEvent.
live_session_completelive_session_cancel中止 session (learner 提前结束或 system 超时). idempotent.
live_session_startDisclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
@hono/node-server has authorization bypass for protected static paths via encoded slashes in Serve Static Middleware
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
Drizzle ORM has SQL injection via improperly escaped SQL identifiers
Hono JWK Auth Middleware has JWT algorithm confusion when JWK lacks "alg" (untrusted header.alg fallback)
hono: CORS Middleware reflects any Origin with credentials when `origin` defaults to the wildcard
ALLOW_NON_BENCH_DBCORS_ORIGINSE2E_ADMIN_DBE2E_DB_NAMEE2E_DB_URL_BASEHOSTLEARNER_APP_BASE_URLLS_AGENT_NAMELS_GRAVEYARD_DIRLS_INSPECTLS_LEARNER_NAMELS_LOCALELS_SIMULATELS_TIMEZONERUN_DB_TESTSSSH_REMOTE_DIRSSH_TARGETDATABASE_URLPORTTool 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
50/50 tools missing one or more hints — create_pair (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); propose_contract (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); update_contract_cadence (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +47 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.
README present
No README found
Add a README.md describing the server and its tools.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Tool test coverage
19/50 tools referenced in tests (38%)
Write tests that reference each tool by name so every tool has at least one test.
Shell command execution
3 child_process calls — runs shell commands
Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.
Production dependencies are patched
0 critical, 8 high severity in production deps — @hono/node-server@1.13.0 (high), @modelcontextprotocol/sdk@1.0.0 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Domain consistency
npm scope @learn-shell doesn't match GitHub owner sf-shenfeng
Use the same org name across GitHub, npm, and your homepage so users can verify the publisher.
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/sf-shenfeng/learn-shell)?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