CVE-2025-54134: Unchecked Query Param Awaitcve-2025-54134-unchecked-query-param-await
Accessing a query parameter without verifying its existence could cause an unhandled exception or promise rejection if the receiving function does not gracefully handle `undefined`. Explicitly validate the presence of user-controlled parameters before passing them to internal APIs to prevent application crashes.