PyGuardian Health Report

Health Score: {{ cost.health_score }}
{% if gate.threshold %}
Gate Threshold: {{ gate.threshold }} | Status: {{ "FAIL" if gate.fail else "PASS" }}
{% endif %}

Dependencies

{% for name, entry in deps.items() %} {% endfor %}
PackageDeclaredLatestOutdated
{{ name }}{{ entry.declared }}{{ entry.latest }}{{ entry.outdated }}

Code

Files scanned: {{ code.files_scanned|length }}

Unused Symbols

Unused Imports

Dead Files

Vulnerabilities

Charts

Licenses

{% for pkg, meta in licenses.items() %} {% endfor %}
PackageLicense
{{ pkg }}{{ meta.license }}

Conflicts

Migration Plan

Generated by PyGuardian doctor