nextjs-frontend-skill
Guides users in building Next.js applications with TypeScript and Tailwind CSS, focusing on responsive design and component creation.
Install this skill
Security score
The nextjs-frontend-skill skill was audited on Feb 28, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 137 | className={`${baseStyles} ${variants[variant]} ${sizes[size]} ${className}`} |
Template literal with variable interpolation in command context
| 208 | const res = await fetch(`${API_BASE}/api/v1/tasks`, { |
Template literal with variable interpolation in command context
| 210 | 'Authorization': `Bearer ${localStorage.getItem('token')}`, |
Template literal with variable interpolation in command context
| 219 | const res = await fetch(`${API_BASE}/api/v1/tasks`, { |
Template literal with variable interpolation in command context
| 223 | 'Authorization': `Bearer ${localStorage.getItem('token')}`, |
Template literal with variable interpolation in command context
| 345 | <div className={` |
Template literal with variable interpolation in command context
| 356 | <h3 className={`font-medium ${task.completed ? 'line-through text-gray-500' : ''}`}> |
Access to .env file
| 197 | const API_BASE = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:8000' |
External URL reference
| 197 | const API_BASE = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:8000' |
Install this skill with one command
/learn @wajahatali3218664/nextjs-frontend-skill