ToolTrust
B23/100
williamzujkowski

strudel-mcp-server

mcp2.4.1

@williamzujkowski

A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.

By williamzujkowski | 73 findings | Scanned 5/30/2026 | tooltrust-scanner/v0.3.13 | 192

65 High6 Medium2 Low

Risk Summary

Safe With Normal Controls

Supply Chain CVEs is the main signal, but overall risk remains within an acceptable range.

Potential impact: Known dependency vulnerabilities can be exploited during install or runtime and widen the attack surface.

Recommended action: No high-risk findings were detected in this scan, but you should still apply least-privilege defaults and rescan after changes.

Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.

Security Findings (73)

  • HighAS-004

    📦Supply Chain CVEs (OSV) ×65

    GO-2026-5024 in golang.org/x/[email protected]: Invoking integer overflow in NewNTUnicodeString in golang.org/x/sys/windows (upgrade to 0.44.0)

    initwriteappendinsertreplaceplaypausestopclearget_patterntransposereversestretchquantizehumanizegenerate_variationgenerate_patterngenerate_drumsgenerate_basslinegenerate_melodyanalyzeanalyze_spectrumanalyze_rhythmdetect_tempodetect_keyvalidate_pattern_runtimeadd_effectremove_effectset_tempoadd_swingapply_scaleshift_moodsaveloadlistundoredolist_historyrestore_historycompare_patternsgenerate_scalegenerate_chord_progressiongenerate_euclideangenerate_polyrhythmgenerate_fillperformance_reportmemory_usageshow_browserscreenshotstatusdiagnosticsshow_errorscomposeget_pattern_feedbackstart_audio_capturestop_audio_capturecapture_audio_sampleexport_midicreate_sessiondestroy_sessionlist_sessionsswitch_sessionrefineset_energyjam_with

    Fix: Upgrade or replace the vulnerable dependency. Pin all dependency versions and enable automated CVE scanning (Dependabot or OSV Scanner).

  • MediumAS-002

    ⚠️Excessive Permissions ×6

    tool declares fs permission

    writeremove_effectscreenshotexport_midicreate_sessionrefine

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • LowAS-002

    ⚠️Excessive Permissions

    restore_history:tool declares http permission

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • LowAS-011

    ℹ️Missing Rate-Limit / Timeout

    restore_history:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration

    Fix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.

Scan this tool yourself

Reproduce this audit locally, integrate into CI, or let your agent audit its own tools.

Install once, then scan any MCP server:

$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash
$ tooltrust-scanner scan --server "npx -y strudel-mcp-server"

Adjust the package name if your npm registry name differs from the tool ID. View source

Add badge to your README

Copy this Markdown to show your ToolTrust grade on GitHub.

[![ToolTrust Grade B](https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-directory/main/docs/badges/grade-b.svg)](https://github.com/AgentSafe-AI/tooltrust-directory)