Skip to main content

frontend-workflow

Optimizes e-commerce frontend development with a docs-first approach using Vite, TypeScript, Tailwind, and Alpine.js.

Install this skill

or
73/100

Security score

The frontend-workflow skill was audited on Mar 8, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 435

Template literal with variable interpolation in command context

SourceSKILL.md
435return `$${price.toFixed(2)}`;
medium line 441

Template literal with variable interpolation in command context

SourceSKILL.md
441return `$${price.toFixed(2)}`;
medium line 12

Access to hidden dotfiles in home directory

SourceSKILL.md
12command: "bash ~/.claude/hooks/ts-check.sh"
medium line 17

Access to hidden dotfiles in home directory

SourceSKILL.md
17command: "bash ~/.claude/hooks/auto-prettier.sh"
medium line 22

Access to hidden dotfiles in home directory

SourceSKILL.md
22command: "bash ~/.claude/hooks/console-log-check.sh"
low line 255

Access to .env file

SourceSKILL.md
255- .env files for different modes
low line 257

Access to .env file

SourceSKILL.md
257- Access via import.meta.env
Scanned on Mar 8, 2026
View Security Dashboard
Installation guide →