runtime-cache
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- [Official Package Usage]: The skill utilizes the
@vercel/functionsNode.js package. This is the official library provided by the vendor for interacting with Vercel's runtime capabilities, including the Cache API. - [Secure Documentation Links]: All external references point to official vendor domains (
vercel.com,nextjs.org). These links provide legitimate technical documentation and changelogs related to the Runtime Cache service. - [Best Practice Validation]: The skill includes validation patterns that detect direct Redis/ioredis usage and recommend switching to
@upstash/redis. This is a performance and security best practice for serverless environments where persistent TCP connections should be avoided in favor of HTTP-based connections. - [Standard CLI Operations]: The skill documents standard administrative commands via the
vercelCLI for cache management. These commands are intended for developers to purge and invalidate cache entries through authenticated sessions.
Audit Metadata