Skip to main content

server-components

Guides users on React Server Components architecture in Next.js, covering server vs client components and data fetching patterns.

Install this skill

or
98/100

Security score

The server-components skill was audited on May 29, 2026 and we found 2 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 185

Fetch to external URL

SourceSKILL.md
185const posts = await fetch('https://api.example.com/posts')
low line 185

External URL reference

SourceSKILL.md
185const posts = await fetch('https://api.example.com/posts')
Scanned on May 29, 2026
View Security Dashboard