Skip to main content

webmcp-testing

Validates WebMCP tools with AI agents through comprehensive testing workflows, including unit, integration, and end-to-end testing.

Install this skill

or
93/100

Security score

The webmcp-testing 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

medium line 39

Template literal with variable interpolation in command context

SourceSKILL.md
39const res = await fetch(`/api/products?q=${input.query}`);
low line 46

Fetch to external URL

SourceSKILL.md
46mockFetch("/api/products?q=headphones", { products: [...] });
low line 52

Fetch to external URL

SourceSKILL.md
52mockFetch("/api/products?q=nonexistent", { products: [] });
Scanned on May 14, 2026
View Security Dashboard
Installation guide →