Skip to main content

server-actions

Guides users on implementing Server Actions and form handling in Next.js, enhancing data mutations and submissions.

Install this skill

or
93/100

Security score

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

Categories Tested

Security Issues

medium line 252

Template literal with variable interpolation in command context

SourceSKILL.md
252redirect(`/posts/${post.slug}`)
low line 226

Fetch to external URL

SourceSKILL.md
226const posts = await fetch('https://api.example.com/posts', {
low line 226

External URL reference

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