audit_local_sources
Analyze locally downloaded ServiceNow sources to create a cross-reference graph, detect dead code, and generate an HTML report—no API needed.
Instructions
Analyze downloaded sources locally (no API). Generates cross-ref graph, dead code, HTML report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_file | No | Path for the HTML report. Defaults to <source_root>/_audit_report.html | |
| source_root | Yes | download_app_sources output dir, under temp/<instance>/<scope>. |