Skip to content

Troubleshooting

Check the entry points first. Include application boot files, package exports, tests, and scripts that execute in production or CI.

Review dynamic imports and dispatch tables. If runtime behavior cannot be proven statically, treat the finding as medium or low confidence and keep it until verified.

Run the exact CI command locally with the same working directory, configuration file, ignore rules, and Node version. Export JSON or SARIF when the terminal output is too abbreviated for debugging.