Skip to content

Dependency Checks#

Code Reviews protects you when starting new projects or adding libraries by validating dependencies before installation.

.klusterignore is not applied in this flow (yet)

Automatic dependency checks triggered by AI assistants currently do not use .klusterignore to exclude files.

How dependency checks work#

  1. You prompt: Ask your AI to start a project (e.g., "Scaffold a Next.js app with Auth.js").
  2. AI suggests: The AI lists the necessary dependencies.
  3. kluster.ai verifies: The kluster_dependency_check tool checks every package for security vulnerabilities and license compliance before you install them.

When the AI suggests a package version with a known vulnerability, kluster.ai alerts you immediately, preventing the risk from entering your codebase.

Dependency Analysis Example

Next steps#