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

{{ entry.outcome.verdict }} {{ entry.outcome.source }}

Score
{{ entry.outcome.score if entry.outcome.score is not none else 'n/a' }} ({{ entry.outcome.confidence }} confidence)
Rule
{{ entry.outcome.rule or 'n/a' }}
Repository
{{ entry.outcome.repo or 'unresolved' }}
Ref
{{ entry.outcome.ref or 'unresolved' }}
Commit
{{ entry.outcome.commit or 'unresolved' }}
Open the full report Download HTML Download JSON New check
{% endblock %}