React Rsc Data Boundary Review

Statically review React Server Components code for data leaks across the server-to-client serialization boundary — secrets passed as props to Client Components, server-only modules missing the `server-only` guard, `use server` actions with no authorization check, non-public environment variables read in `use client` modules, and tainted values crossing the boundary unnarrowed — grounded in React's and Next.js's own documentation.

VincentChuWaiChow Updated

File contents

VincentChuWaiChow/vanguard-frontier-agentic/tree/main/skills/frontend/react-rsc-data-boundary-review commit d99f6e5e6b

Frequently asked questions

npx skillmds@latest add vincentchuwaichow/react-rsc-data-boundary-review