Skip to main content

wxt

WXT simplifies building cross-browser extensions with hot reload, TypeScript, and modern frameworks like React, Vue, and Svelte.

Install this skill

or
88/100

Security score

The wxt skill was audited on Mar 7, 2026 and we found 4 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 115

Template literal with variable interpolation in command context

SourceSKILL.md
115Authorization: `Bearer ${await storage.getItem("local:apiKey")}`,
medium line 119

Template literal with variable interpolation in command context

SourceSKILL.md
119messages: [{ role: "user", content: `Review this diff:\n${msg.diff}` }],
low line 111

Fetch to external URL

SourceSKILL.md
111const response = await fetch("https://api.openai.com/v1/chat/completions", {
low line 111

External URL reference

SourceSKILL.md
111const response = await fetch("https://api.openai.com/v1/chat/completions", {
Scanned on Mar 7, 2026
View Security Dashboard
Installation guide →