Wonda MCP Server

@degausai/wonda-mcp npm v0.12.0

Published by @degausai — no publish provenance, so origin is unverified, but the source is public: the repository link below is self-declared yet readable, so you can inspect the code before adopting it.

MCP server for the Wonda content creation API — images, video, music, audio, editing, and publishing

Trust grade
A
93/100
Last scanned get badge →
Trust
A · 93/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
A Why this grade threat 100 − adoption risk = 93/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:

The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.

2. Client adoption risk — 100 − 7 = 93. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−6 capability blast radius (high) — client exposure if the model is manipulated
−1 publisher verification (public source) — no provenance, but the source is public and inspectable

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 6

high Tool "run_now_twin" exposes command/code executionMTC-CAP-001

Tool "run_now_twin" appears to run shell commands or evaluate code (parameter "command"). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.

Fix: Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.

Location: tool run_now_twin

high Shell/command execution in server code (dist/local-exec.js)MTC-SRC-002

In the server's implementation (`dist/local-exec.js:1`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: { execFile } from "node:child_process"; import { readFile } from "node:fs/promises"; import { homedir } from "node:os";

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/local-exec.js

high Shell/command execution in server code (dist/version.js)MTC-SRC-002

In the server's implementation (`dist/version.js:1`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: { execFile } from "node:child_process"; import { readFileSync } from "node:fs"; import { resolve, sep } from "node:path"

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server dist/version.js

medium Untrusted input can drive an external actionMTC-FLOW-005

Untrusted-input tools ([list_content_skills, get_content_skill, get_twin_output, twin_artifact]) co-exist with external-action tools ([run_now_twin]). A prompt injection could cause unwanted external actions, though no direct sensitive-data leak path was found.

Evidence: untrusted [list_content_skills, get_content_skill, get_twin_output, twin_artifact] → sinks [run_now_twin]

Fix: Require confirmation for state-changing/egress actions triggered after processing untrusted content.

Location: flow list_content_skills → run_now_twin

medium Unconstrained command parameter "command" on "run_now_twin"MTC-CAP-006

Tool "run_now_twin" takes a command-shaped parameter "command" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.

Fix: Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.

Location: tool run_now_twin · inputSchema.properties.command

low Mutating tool "run_now_twin" declares no destructiveHintMTC-CAP-005

Tool "run_now_twin" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.

Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.

Location: tool run_now_twin

Tools 56

Each tool and what it can reach — statically extracted from the published source.

  • get_content_skillingests untrusted input
  • get_twin_outputingests untrusted input
  • list_content_skillsingests untrusted input
  • run_now_twinruns code / shell
  • twin_artifactingests untrusted input
  • analyze_videono sensitive capability
  • cancel_twin_runno sensitive capability
  • create_twin_scheduleno sensitive capability
  • delete_twin_scheduleno sensitive capability
  • get_mediano sensitive capability
Show 46 more tools ↓
  • list_mediano sensitive capability
  • list_twin_runsno sensitive capability
  • list_twin_schedulesno sensitive capability
  • list_twinsno sensitive capability
  • pause_twinno sensitive capability
  • provision_twinno sensitive capability
  • publish_instagramno sensitive capability
  • publish_tiktokno sensitive capability
  • resume_twinno sensitive capability
  • run_campaignno sensitive capability
  • schedule_loopno sensitive capability
  • sequence_cancel_runno sensitive capability
  • sequence_createno sensitive capability
  • sequence_deleteno sensitive capability
  • sequence_listno sensitive capability
  • sequence_runno sensitive capability
  • sequence_runsno sensitive capability
  • sequence_scheduleno sensitive capability
  • sequence_updateno sensitive capability
  • sequence_validateno sensitive capability
  • set_twin_limitsno sensitive capability
  • show_twinno sensitive capability
  • twin_action_allowanceno sensitive capability
  • twin_can_actno sensitive capability
  • twin_healthno sensitive capability
  • twin_limitsno sensitive capability
  • twin_livenessno sensitive capability
  • twin_login_automatedno sensitive capability
  • twin_login_statusno sensitive capability
  • twin_needs_auth_viewno sensitive capability
  • twin_seed_from_cookiesno sensitive capability
  • twin_signupno sensitive capability
  • update_twinno sensitive capability
  • update_twin_scheduleno sensitive capability
  • upload_mediano sensitive capability
  • wab_hideno sensitive capability
  • wab_login_checkno sensitive capability
  • wab_login_openno sensitive capability
  • wab_openno sensitive capability
  • wab_screenshotno sensitive capability
  • wab_showno sensitive capability
  • wab_statusno sensitive capability
  • wonda_calendarno sensitive capability
  • wonda_calendar_dayno sensitive capability
  • wonda_statusno sensitive capability
  • wonda_whoamino sensitive capability

Toxic flows 1

Cross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).

What this scan could not see

Versions 5

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v0.12.0 latest A 93/100 6 1.13.0 2026-09-07
v0.10.0 A 93/100 6 1.12.1 2026-08-10
v0.9.3 A 93/100 6 1.12.1 2026-08-04
v0.9.2 A 93/100 6 1.12.1 2026-07-28
v0.9.1 A 93/100 6 1.12.1 2026-07-27

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: A · 93/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/degausai-wonda-mcp/badge.svg)](https://mcptrustchecker.com/registry/degausai-wonda-mcp)
HTML
<a href="https://mcptrustchecker.com/registry/degausai-wonda-mcp"><img src="https://mcptrustchecker.com/registry/degausai-wonda-mcp/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/degausai-wonda-mcp/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan @degausai/wonda-mcp --online

Use the free API → How scoring works

More in Marketing & Social

Abyssfall: Operation Sunken Crown Remote
A
https://www.abyssfallgame.com/mcp

Official Abyssfall game info, newsletter double opt-in, and merch reservation tools.

Marketing & Social Score 100/100 0 findings Cap. Minimal
AdCritter for Developers Remote
A
https://mcp.adcritter.com/mcp/dev

AdCritter ads platform: docs, API reference, app scaffolding, and white-label integration.

Marketing & Social Score 100/100 0 findings Cap. Minimal
Adsense Source verified npm
A
@appsyogi/adsense-mcp-server

Google AdSense MCP Server - Monitor earnings, reports, and account health via Claude/AI

Marketing & Social Score 100/100 0 findings 29/wk Cap. Minimal
Andru Intelligence Source verified npm
A
mcp-server-andru-intelligence

Operational empathy for technical founders + PE/VC operators navigating high-stakes B2B interactions. 28 MCP tools + CLI: ICP scoring, persona simulation, battlecards, deal classification, prospect discovery, investor matching, founder wellness, plus mark

Marketing & Social Score 100/100 0 findings 70/wk Cap. Minimal
Bing Seo Source verified npm
A
bing-seo-mcp

MCP server for Bing Webmaster Tools — SEO site management, URL submission, sitemaps, stats, keywords

Marketing & Social Score 100/100 0 findings 19/wk Cap. Minimal
Brand Source verified npm
A
@primer/brand-mcp

MCP (Model Context Protocol) server that helps AI agents use Primer Brand (@primer/react-brand) correctly when building GitHub marketing and landing pages.

Marketing & Social Score 100/100 0 findings 791/wk Cap. Minimal