Skip to main content

create-full-stack-panel-feature-with-server-wiring

Guides users in creating complete panel features across backend and frontend layers, ensuring consistency with existing code patterns.

Install this skill

or
71/100

Security score

The create-full-stack-panel-feature-with-server-wiring skill was audited on May 14, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 295

Template literal with variable interpolation in command context

SourceSKILL.md
295headers: { Authorization: `Bearer ${localStorage.getItem('token') ?? ''}` }
medium line 297

Template literal with variable interpolation in command context

SourceSKILL.md
297if (!res.ok) throw new Error(`HTTP ${res.status}`);
medium line 430

Template literal with variable interpolation in command context

SourceSKILL.md
430const url = new URL(req.url ?? '/', `http://${req.headers.host}`);
medium line 522

Curl to non-GitHub URL

SourceSKILL.md
522# curl http://localhost:PORT/api/panels/{feature}
low line 249

Fetch to external URL

SourceSKILL.md
249fetch('/api/panels/{feature}')
low line 294

Fetch to external URL

SourceSKILL.md
294const res = await fetch('/api/panels/{feature}', {
medium line 452

Fetch to external URL

SourceSKILL.md
452- [ ] The path string exactly matches the client's `fetch('/api/panels/{feature}')` call
low line 430

External URL reference

SourceSKILL.md
430const url = new URL(req.url ?? '/', `http://${req.headers.host}`);
low line 522

External URL reference

SourceSKILL.md
522# curl http://localhost:PORT/api/panels/{feature}
Scanned on May 14, 2026
View Security Dashboard
Installation guide →