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 }} |
File: {{ f.file }}:{{ f.line }}
Vulnerable Code:
{{ f.vulnerable_snippet }}
Recommended Fix:
{{ f.fix_snippet }}
Explanation: {{ f.explanation }}
Impact: {{ f.impact }}
{% if f.exploit_steps %}Exploit Reproduction 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 }} |
Report generated by Hawk‑i v0.7.0