{{ reason }}
Security assessment
Release decision, scanner evidence, and remediation guidance packaged for review and sharing.
Must be resolved or accepted before release.
Across {{ results | length }} scanner modules.
{% if exploitability_score > 75 %}High exposure{% elif exploitability_score > 40 %}Material exposure{% else %}Low exposure{% endif %}
๐ EXECUTIVE SECURITY GLOSSARY
This report is compiled from automated security scanning tools checking the target codebase. If any severe vulnerabilities are found, the deployment gate blocks the release to ensure the live environment is not compromised.
Select a local Python (.py) script file to run a security audit scan on it.
A Software Bill of Materials (SBOM) has been generated in CycloneDX v1.5 JSON format, mapping the full dependency inventory of third-party libraries used by this application.
Scanner evidence
{% for result in results %}Description: {{ example.description }} {% elif result.tool == 'OSV Dependency Audit' %} CVSS Score: {{ example.cvss or 'N/A' }} • Summary: {{ example.summary }}
Details: {{ example.details[:300] }}{% if example.details|length > 300 %}...{% endif %} {% elif result.tool == 'Trivy' %} Severity: {{ example.severity }} • Title: {{ example.title or 'N/A' }}
Target Package: {{ example.package_name }} (Installed: {{ example.installed_version }}, Fixed in: {{ example.fixed_version }}) {% elif result.tool == 'Secrets Scanner' %} Secret Type: {{ example.type }} • Exposed plaintext credential detected. {% elif result.tool == 'YARA Scanner' %} Rule Name: {{ example.rule }} • Threat Profile: {{ example.description }} {% elif result.tool == 'ClamAV' %} Virus Name: {{ example.virus }} • Threat Profile: {{ example.description }} {% elif result.tool == 'Aegis DAST Probe' %} Vulnerability Type: {{ example.vuln_type }} • Status: {{ example.status }}
Attack Payload:
{{ example.payload }}
{% endif %}
{{ example.route }}
{% endif %}
{{ example.test_id or example.id or example.vulnerability_id or example.rule or example.type or result.tool }}
{{ example.why_it_matters }}
{{ example.remediation }}
{{ example.finding_status }}
{{ example.suppression_guidance }}
{{ example.fix_suggestion }}
Suppression example
{{ example.suppression_example }}