frontend-fsd-architect
Automates architecture generation for large-scale frontend projects using Feature-Sliced Design, enhancing collaboration and reducing complexity.
Install this skill
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
Template literal with variable interpolation in command context
| 621 | return `₩${amount.toLocaleString('ko-KR')}`; |
Template literal with variable interpolation in command context
| 743 | error: `1일 이체 한도(${formatKRW(dailyTransferLimit)})를 초과했습니다.` |
Template literal with variable interpolation in command context
| 1297 | return `₩${man}만원`; |
Template literal with variable interpolation in command context
| 1299 | return `₩${man}만 ${remainder.toLocaleString('ko-KR')}원`; |
Template literal with variable interpolation in command context
| 1303 | return `₩${amount.toLocaleString('ko-KR')}`; |
Template literal with variable interpolation in command context
| 1971 | const basePath = `src/${layer}/${name}`; |
Template literal with variable interpolation in command context
| 1975 | fs.mkdirSync(`${basePath}/${segment}`, { recursive: true }); |
Template literal with variable interpolation in command context
| 1980 | `${basePath}/index.ts`, |
Template literal with variable interpolation in command context
| 1981 | `// Public API for ${layer}/${name}\n` |
Access to hidden dotfiles in home directory
| 244 | mkdir -p ~/.claude/skills |
Access to hidden dotfiles in home directory
| 247 | cp frontend-fsd-architect-skill.md ~/.claude/skills/ |
Access to hidden dotfiles in home directory
| 250 | chmod 644 ~/.claude/skills/frontend-fsd-architect-skill.md |
Access to .env file
| 1161 | const ENCRYPTION_KEY = process.env.VITE_PHI_ENCRYPTION_KEY!; |
External URL reference
| 214 | 1. https://claude.ai 접속 |
External URL reference
| 2234 | - **공식 문서**: https://feature-sliced.design |
External URL reference
| 2235 | - **Discord**: https://discord.gg/S8MzWTUsmp |
External URL reference
| 2239 | - **한국어 번역 문서** (부분): https://feature-sliced.design/kr |
External URL reference
| 2282 | - **FSD 공식 사이트**: https://feature-sliced.design |
External URL reference
| 2287 | - **Tutorial (20분)**: https://feature-sliced.design/docs/get-started/tutorial |