Skip to main content

frontend-fsd-architect

Automates architecture generation for large-scale frontend projects using Feature-Sliced Design, enhancing collaboration and reducing complexity.

Install this skill

or
45/100

Security score

The frontend-fsd-architect skill was audited on Feb 19, 2026 and we found 19 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 621

Template literal with variable interpolation in command context

SourceSKILL.md
621return `₩${amount.toLocaleString('ko-KR')}`;
medium line 743

Template literal with variable interpolation in command context

SourceSKILL.md
743error: `1일 이체 한도(${formatKRW(dailyTransferLimit)})를 초과했습니다.`
medium line 1297

Template literal with variable interpolation in command context

SourceSKILL.md
1297return `₩${man}만원`;
medium line 1299

Template literal with variable interpolation in command context

SourceSKILL.md
1299return `₩${man}만 ${remainder.toLocaleString('ko-KR')}원`;
medium line 1303

Template literal with variable interpolation in command context

SourceSKILL.md
1303return `₩${amount.toLocaleString('ko-KR')}`;
medium line 1971

Template literal with variable interpolation in command context

SourceSKILL.md
1971const basePath = `src/${layer}/${name}`;
medium line 1975

Template literal with variable interpolation in command context

SourceSKILL.md
1975fs.mkdirSync(`${basePath}/${segment}`, { recursive: true });
medium line 1980

Template literal with variable interpolation in command context

SourceSKILL.md
1980`${basePath}/index.ts`,
medium line 1981

Template literal with variable interpolation in command context

SourceSKILL.md
1981`// Public API for ${layer}/${name}\n`
low line 244

Access to hidden dotfiles in home directory

SourceSKILL.md
244mkdir -p ~/.claude/skills
low line 247

Access to hidden dotfiles in home directory

SourceSKILL.md
247cp frontend-fsd-architect-skill.md ~/.claude/skills/
low line 250

Access to hidden dotfiles in home directory

SourceSKILL.md
250chmod 644 ~/.claude/skills/frontend-fsd-architect-skill.md
low line 1161

Access to .env file

SourceSKILL.md
1161const ENCRYPTION_KEY = process.env.VITE_PHI_ENCRYPTION_KEY!;
low line 214

External URL reference

SourceSKILL.md
2141. https://claude.ai 접속
low line 2234

External URL reference

SourceSKILL.md
2234- **공식 문서**: https://feature-sliced.design
low line 2235

External URL reference

SourceSKILL.md
2235- **Discord**: https://discord.gg/S8MzWTUsmp
low line 2239

External URL reference

SourceSKILL.md
2239- **한국어 번역 문서** (부분): https://feature-sliced.design/kr
low line 2282

External URL reference

SourceSKILL.md
2282- **FSD 공식 사이트**: https://feature-sliced.design
low line 2287

External URL reference

SourceSKILL.md
2287- **Tutorial (20분)**: https://feature-sliced.design/docs/get-started/tutorial
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →