{# SPDX-FileCopyrightText: 2026 The Nikasha Authors SPDX-License-Identifier: Apache-2.0 #} {% extends "base.html" %} {% block title %}New check · Nikasha{% endblock %} {% block content %}

Check a report against the code

Proof, not prose. The claims in the report are checked against the repository at the exact version it names. Nothing is sent anywhere unless you allow network access.

{% if error %} {% endif %}

Up to {{ '{:,}'.format(max_upload_bytes) }} bytes. The text stays in this process and is never logged.

One report, up to {{ '{:,}'.format(max_upload_bytes) }} bytes. Attachments and archives are not accepted here.

A local git directory or an https:// URL. A URL must already be in the cache unless network access is allowed below.

{% endblock %}