frontend
Establishes frontend standards for atopile extension webviews, covering architecture, contracts, design systems, and testing workflows.
Install this skill
or
73/100
Security score
The frontend skill was audited on May 30, 2026 and we found 11 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 248
Template literal with variable interpolation in command context
SourceSKILL.md
| 248 | `/api/builds?project_root=${encodeURIComponent(projectRoot)}`, |
medium line 448
Curl to non-GitHub URL
SourceSKILL.md
| 448 | curl -sS -X POST http://127.0.0.1:5173/api/screenshot \ |
medium line 454
Curl to non-GitHub URL
SourceSKILL.md
| 454 | curl -sS -X POST http://127.0.0.1:5173/api/screenshot \ |
medium line 460
Curl to non-GitHub URL
SourceSKILL.md
| 460 | curl -sS http://127.0.0.1:5173/api/ui-logs |
low line 438
External URL reference
SourceSKILL.md
| 438 | - `http://127.0.0.1:5173/` |
low line 439
External URL reference
SourceSKILL.md
| 439 | - `http://127.0.0.1:5173/log-viewer.html` |
low line 440
External URL reference
SourceSKILL.md
| 440 | - `http://127.0.0.1:5173/migrate.html` |
low line 441
External URL reference
SourceSKILL.md
| 441 | - `http://127.0.0.1:5173/test-explorer.html` |
low line 448
External URL reference
SourceSKILL.md
| 448 | curl -sS -X POST http://127.0.0.1:5173/api/screenshot \ |
low line 454
External URL reference
SourceSKILL.md
| 454 | curl -sS -X POST http://127.0.0.1:5173/api/screenshot \ |
low line 460
External URL reference
SourceSKILL.md
| 460 | curl -sS http://127.0.0.1:5173/api/ui-logs |
Scanned on May 30, 2026
View Security Dashboard