Skip to main content

dashboard-feature-implementation

Provides a comprehensive guide for implementing dashboard features in the Orient monorepo, covering both backend and frontend development.

Install this skill

or
68/100

Security score

The dashboard-feature-implementation skill was audited on Feb 19, 2026 and we found 6 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 141

Template literal with variable interpolation in command context

SourceSKILL.md
141return apiRequest(`/feature/${id}`, {
medium line 186

Template literal with variable interpolation in command context

SourceSKILL.md
186className={`w-full flex items-center gap-2 px-3 py-2 text-sm font-medium rounded-md transition-colors ${
medium line 318

Template literal with variable interpolation in command context

SourceSKILL.md
318className={`px-2 py-1 text-xs font-medium rounded-full ${
high line 362

Curl to non-GitHub URL

SourceSKILL.md
362- Test API: `curl http://localhost:3000/api/feature/data`
low line 192

External URL reference

SourceSKILL.md
192<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2">
low line 362

External URL reference

SourceSKILL.md
362- Test API: `curl http://localhost:3000/api/feature/data`
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →