{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% endif %} {% endwith %}

Analyze Project with Gemini AI

Upload your Node.js project folder (as a ZIP file) and provide your Gemini API Key. DepGuardian will perform an initial scan and then leverage Gemini AI for in-depth analysis.

Your API key is used for this request only and is not stored by DepGuardian.

View Existing DepGuardian Report

Upload a DepGuardian JSON report file that you generated earlier using the CLI.

How to generate a JSON report with the CLI (for uploading here):

  1. Open your terminal.
  2. Navigate to your Node.js project directory.
  3. Run the DepGuardian CLI:
    depg check --path . --json-report report.json
  4. This will create a report.json file in your project directory.