next-cache-components
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is strictly documentation for Next.js 16 features. It explains the usage of
use cache,cacheLife,cacheTag, andupdateTagAPIs. - [SAFE]: Code examples demonstrate standard Next.js patterns, such as configuring
next.config.tsand implementing server components with caching directives. - [SAFE]: The documentation correctly identifies security constraints, such as the restriction against accessing
cookies()andheaders()inside cached functions to prevent cross-user data leakage, and provides appropriate architectural solutions (passing data as arguments). - [SAFE]: External references target official
nextjs.orgdocumentation, which is a well-known and trusted service for this technical context.
Audit Metadata