Skip to main content

webmcp-user-interaction

Facilitates human-in-the-loop interactions in AI tools, ensuring user consent for critical actions through confirmation dialogs and workflows.

Install this skill

or
97/100

Security score

The webmcp-user-interaction skill was audited on May 14, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 69

Fetch to external URL

SourceSKILL.md
69const summary = await fetch("/api/cart/summary").then(r => r.json());
low line 85

Fetch to external URL

SourceSKILL.md
85const result = await fetch("/api/orders", { method: "POST" });
low line 15

External URL reference

SourceSKILL.md
151. Fetch `https://webmachinelearning.github.io/webmcp/` for the `ModelContextClient` and `requestUserInteraction` specification
Scanned on May 14, 2026
View Security Dashboard
Installation guide →