Generated: {{ generated_at }}
AI reasoning was not enabled during this scan.
{% endif %} {% if not scan_metadata.sandbox_enabled %}Exploit simulation was not executed.
{% endif %}
{% else %}
Chart not available.
{% endif %}
{% else %}
Chart not available.
{% endif %}| Severity | Count |
|---|---|
| Critical | {{ severity_counts.Critical or 0 }} |
| High | {{ severity_counts.High or 0 }} |
| Medium | {{ severity_counts.Medium or 0 }} |
| Low | {{ severity_counts.Low or 0 }} |
| Info | {{ severity_counts.Info or 0 }} |
Each finding shows where the flaw is, the code responsible, why it is dangerous, its impact, and a concrete fix.
{% for f in findings %}Location: {{ f.file }}:{{ f.line }} {% if f.function_name %} | Function: {{ f.function_name }}{% endif %}
{{ f.vulnerable_snippet }}
{{ f.explanation }}
{{ f.impact }}
{{ f.fix_snippet }}
{% if f.exploit_steps %}
Success Rate: {{ simulation_success_rate or "N/A" }}
Total Exploits Attempted: {{ repo_data.sandbox_results | length if repo_data.sandbox_results else 0 }}
{% if repo_data.sandbox_results %}| Attack | Success | Before | After | Gas Used | Tx Hash |
|---|---|---|---|---|---|
| {{ res.attack_name }} | {{ res.success }} | {{ res.before_balance }} | {{ res.after_balance }} | {{ res.gas_used }} | {{ res.transaction_hash }} |
Match: {{ bytecode_result.match }}
Onchain Hash: {{ bytecode_result.onchain_hash }}
Compiled Hash: {{ bytecode_result.compiled_hash }}
Summary: {{ bytecode_result.diff_summary }}
{% else %}Not performed.
{% endif %}| Package | Installed | Vulnerable Versions | Severity |
|---|---|---|---|
| {{ dep.package }} | {{ dep.installed_version }} | {{ dep.vulnerable_versions }} | {{ dep.severity }} |
No vulnerable dependencies found or scan not run.
{% endif %}| File | Title | Severity |
|---|---|---|
| {{ u.file }} | {{ u.title }} | {{ u.severity }} |
No upgrade safety issues detected.
{% endif %}| Title | Severity | Description |
|---|---|---|
| {{ fv.title }} | {{ fv.severity }} | {{ fv.description }} |
No formal verification issues found or not run.
{% endif %}
{% endif %}
{% if 'deep_novel_split.png' in chart_paths %}
{% endif %}
Deep agent not run.
{% endif %}Report generated by Hawk-i v1.0.0