compare_scripts
Compare two script versions to identify added/removed behaviors, changed indicators, newly decoded artifacts, and risk score changes, without executing either script.
Instructions
Compare two versions of a script and report added/removed behaviors, changed indicators, newly decoded artifacts, and the risk score delta. Neither script is executed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | auto | |
| new_content | Yes | ||
| original_content | Yes | ||
| decode_embedded_content | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| limitations | No | ||
| schema_version | No | 1.0 | |
| added_behaviors | No | ||
| removed_behaviors | No | ||
| risk_score_change | Yes | ||
| changed_indicators | No | ||
| execution_performed | No | ||
| important_line_changes | No | ||
| newly_decoded_artifacts | No |