Mali Deep Dive Analysis
In-depth vulnerability analysis with structured reasoning.
Description
Performs comprehensive analysis:
- •deep_dive: Detailed reasoning on high-priority findings
- •self_critique: Validation to catch false positives
Uses 5-step structured reasoning:
- •Control flow analysis
- •Framework mapping
- •Counter-evidence search
- •Pattern matching
- •Final judgment
Prerequisites
Requires mali-triage to be run first.
Usage
code
/mali-deep-dive --session-id=<session>
Examples
Run deep analysis:
code
/mali-deep-dive --session-id=panthor-001
Limit targets:
code
/mali-deep-dive --session-id=panthor-001 --max-targets=5
Parameters
| Parameter | Required | Default | Description |
|---|---|---|---|
--session-id | Yes | - | Session ID from triage |
--max-targets | No | 8 | Maximum findings to analyze |
Output
Updates findings with:
- •deep_analysis: Detailed reasoning and evidence
- •self_critique_notes: Validation results
- •Adjusted risk/confidence scores
- •next_questions: Symbols for follow-up
Next Steps
After deep dive, continue with:
code
/mali-classify --session-id=<session>