Skip to main content

add-svelte-component

Creates Svelte 5 components with data fetching capabilities for interactive UI elements and client-server integration.

Install this skill

or
87/100

Security score

The add-svelte-component skill was audited on Jun 5, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 55

Fetch to external URL

SourceSKILL.md
55| `localStorage` | `fetch('/api/...')` |
medium line 56

Fetch to external URL

SourceSKILL.md
56| `fetch('https://...')` | Server proxy endpoint |
low line 73

Fetch to external URL

SourceSKILL.md
73const res = await fetch('/api/my-endpoint')
low line 106

Fetch to external URL

SourceSKILL.md
106const res = await fetch('/api/my-endpoint', {
low line 56

External URL reference

SourceSKILL.md
56| `fetch('https://...')` | Server proxy endpoint |
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →