orchestrate_reverse_task
Orchestrate JavaScript reverse engineering workflows: sync task state, select the primary next step, and return a compact execution plan. Ideal for deobfuscation, network tracing, and risk assessment.
Instructions
High-level reverse-task orchestrator that syncs task state, picks the primary next step, and returns a compact execution plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resume | No | ||
| taskId | Yes | ||
| execute | No | ||
| fromStep | No | ||
| strategy | No | ||
| onlySteps | No | ||
| skipSteps | No | ||
| outputMode | No | ||
| stopOnError | No | ||
| persistState | No | ||
| includeSummary | No | ||
| executionOverrides | No |