Skip to main content

browser-extension-dev

Facilitates secure and cross-browser development of browser extensions, ensuring compatibility and minimal permissions.

Install this skill

or
71/100

Security score

The browser-extension-dev skill was audited on Feb 9, 2026 and we found 5 security issues across 2 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

critical line 112

Eval function call - arbitrary code execution

SourceSKILL.md
112- `eval()` or remote code execution
low line 27

External URL reference

SourceSKILL.md
27"host_permissions": ["https://api.example.com/*"],
low line 32

External URL reference

SourceSKILL.md
32"matches": ["https://*.example.com/*"],
low line 50

External URL reference

SourceSKILL.md
50| `https://specific.com/*` | Access specific API |
low line 57

External URL reference

SourceSKILL.md
57origins: ['https://optional.com/*']
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →