Imagine you're a locksmith hired to test a building's security. You don't pick locks or smash windows — you just stand in the lobby holding a sign that says 'New Front Desk' and wait for tenants to hand you their keys. That is essentially what 5G-Shark does to mobile networks. It exploits the fact that phones are designed to roam toward the strongest compatible signal, and creates a cell that meets every criterion a handset checks before latching on. No jamming, no malformed packets — just a better-looking option. 5G-Shark's committed claim: a unified open-source tool and methodology that distinguishes protocol-design vulnerabilities (exploitable even when operators follow the spec perfectly) from implementation gaps (arising from incomplete or non-compliant deployments) — tested against live commercial 5G Standalone networks. Prior work either tested in lab simulators, lumped both failure categories together, or relied on active interference techniques that would be illegal or detectable in production. The separation matters: a protocol-design flaw requires 3GPP to fix the standard; an implementation gap just requires the operator to flip a switch. The attack chain is methodical. First, 5G-Shark manipulates the standardised cell-reselection criterion — the algorithm every UE uses to decide which cell to camp on — to pull a target device onto a self-created rogue cell. From that vantage, the tool requests the subscriber's permanent identity (SUPI), forces Radio Access Technology downgrade via crafted Registration Reject codes (pushing the phone back to 4G or 3G where protections are weaker), and induces denial-of-service states. Each vector gets a root-cause label: spec limitation or deployment failure. The most operationally damaging finding isn't any single attack — it's the GUTI reallocation pattern. In several commercial deployments, the Globally Unique Temporary Identifier (meant to replace permanent IDs so subscribers can't be tracked) is reallocated in near-sequential steps. If your GUTI today is X and tomorrow is X+3, an attacker who sees both values can link them with trivial arithmetic. Correct SUPI concealment becomes irrelevant when the temporary IDs themselves are linkable. This is a deployment-side failure, not a spec issue, which means operators could fix it today but haven't. The entire platform is built on open-source software stacks (srsRAN, Open5GS) and commodity Software Defined Radio hardware — no vendor-specific equipment, no classified tooling. That's both the paper's greatest strength and its scariest implication: the barrier to entry for a motivated attacker is a few thousand dollars in SDR gear and the ability to read 3GPP specs. The authors tested against real commercial 5G SA deployments, not lab sandboxes, which gives the results immediate operational relevance but also means the experimental surface is limited to the operators they could access. Integrity-wise, this is field-experiment security research, not benchmark-driven ML. The validation comes from demonstrating real attacks against real networks — you either got the SUPI or you didn't, the phone either downgraded or it didn't. There's no cherry-picking risk in the usual sense, but the sample of commercial networks tested is undisclosed in the abstract (likely for responsible-disclosure reasons), so we can't assess how representative the results are. The open-source toolchain is a strong reproducibility signal. The obvious successor experiment is scaling this to a larger, named set of operators across multiple regulatory jurisdictions — and testing whether the GUTI sequential-allocation weakness persists after disclosure. The authors almost certainly have responsible-disclosure conversations underway, which both explains the limited operator naming and suggests the next paper will include remediation verification. The field's next concrete milestone is getting 3GPP to formally address the protocol-design vulnerabilities in a future release, and getting operators to randomize GUTI allocation — neither requires new science, just institutional will.