next-cache-components-optimizer
Pass
Audited by Gen Agent Trust Hub on Sep 24, 2026
Risk Level: SAFE
Full Analysis
- Standard Development Operations: The skill guides the agent through typical software development tasks, including environment discovery, build execution, and automated testing. It uses common tools such as
npmandripgrep(rg) to inspect the project structure and dependencies. - Framework-Specific Tools: It utilizes tools like
next,@next/playwright, andplaywright, which are consistent with the skill's stated purpose of optimizing Next.js applications. The instructions include usingnpx @next/codemod upgradeto maintain framework compatibility, which is a standard procedure for Next.js projects. - Configuration Management: The skill's 'rig discovery' phase involves documenting project-specific build, deploy, and authentication details in a local file (
instant-nav.rig.md). This allows for a consistent and repeatable optimization loop without hardcoding sensitive values or requiring repeated manual input. - Security Best Practices: The documentation explicitly warns against enabling experimental testing APIs in production environments and provides guidance on how to gate these features behind environment-specific checks (e.g., checking for preview or staging environments).
Audit Metadata