AgentSkillsCN

mali-followup

mali-后续

SKILL.md

Mali Iterative Follow-up

Analyze symbols from next_questions iteratively.

Description

Performs iterative follow-up:

  • Extracts next_questions from findings
  • Resolves symbol locations in codebase
  • Performs targeted analysis on related functions
  • Discovers additional vulnerabilities in call chains

Supports up to 2 iteration rounds by default.

Prerequisites

Requires classification to be run first.

Usage

code
/mali-followup --session-id=<session>

Examples

Run follow-up:

code
/mali-followup --session-id=panthor-001

Limit iterations:

code
/mali-followup --session-id=panthor-001 --max-iterations=1

Parameters

ParameterRequiredDefaultDescription
--session-idYes-Session ID from classify
--max-iterationsNo2Maximum follow-up rounds

Output

Updates session with:

  • New findings from follow-up analysis
  • analyzed_symbols: Symbols that were analyzed
  • iteration_count: Iterations performed

Next Steps

After follow-up:

code
/mali-report --session-id=<session>