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
| 295 | headers: { Authorization: `Bearer ${localStorage.getItem('token') ?? ''}` } |
medium line 297
Template literal with variable interpolation in command context
SourceSKILL.md
| 297 | if (!res.ok) throw new Error(`HTTP ${res.status}`); |
medium line 430
Template literal with variable interpolation in command context
SourceSKILL.md
| 430 | const 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
| 249 | fetch('/api/panels/{feature}') |
low line 294
Fetch to external URL
SourceSKILL.md
| 294 | const 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
| 430 | const 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 DashboardGitHub Stars 6.2K
Rate this skill
Categorydevelopment
UpdatedJune 10, 2026
openclawbackendfrontendfullstack-developerbackend-developerfrontend-developerproduct-managerproject-managerdevelopmentproductproject management
HKUDS/OpenSpace