nextjs-redis-cache
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides configuration recipes and instructions for integrating
@leejpsd/nextjs-cache-handler. All external resources, including NPM packages (@leejpsd/nextjs-cache-handler,@leejpsd/nextjs-cache-handler-mcp) and the linked GitHub repository, belong to the skill's author (leejpsd), representing standard vendor functionality. - [SAFE]: Sensitive data management follows best practices. The skill instructs the agent to use
process.env.REDIS_URLfor connecting to Redis instances rather than hardcoding credentials. It also correctly notes thatrediss://should be used for TLS-encrypted connections in production environments. - [SAFE]: The execution of utility commands via
npx(seed,init,doctor) is limited to the vendor's own package for the purpose of setup, deployment optimization, and connectivity debugging. No arbitrary remote script execution or unverifiable third-party dependencies were detected. - [SAFE]: The skill uses standard Node.js dynamic loading patterns (
require.resolve) required by the Next.js framework for custom cache handlers. The code templates provided are transparent and perform legitimate caching operations without obfuscation or privilege escalation.
Audit Metadata