Imagine you're a bouncer at a nightclub, and you've gotten very good at spotting fake IDs by looking at the photo. Now someone figures out they can get past you by using a real ID but arriving at a very specific time — say, 11:07 PM on a Tuesday. The ID looks perfect. The face matches. Your visual checks all pass. But the timing pattern is the secret handshake that tells the bartender inside to serve something off-menu. That's what T-Backdoor does to spiking neural networks: it leaves the spatial content of neuromorphic data untouched and hides the trigger entirely in the temporal dimension — the when of the spikes, not the where. The committed claim: a backdoor attack on SNNs that uses purely temporal triggers (Rate, Latency, Jitter) achieves near-perfect attack success rates while remaining undetectable by seven existing defense methods. This is not the first backdoor attack on SNNs — prior work exists — but it is the first to operate entirely in the temporal domain without any spatial perturbation. That distinction matters because every existing defense was designed to catch spatial anomalies or distributional shifts in spike patterns, and T-Backdoor sidesteps all of them. The ladder here is informative. Previous SNN backdoor attacks — methods like neuromorphic-specific spatial triggers or spatiotemporal patterns — achieve high ASR but leave detectable fingerprints in spike distributions. T-Backdoor matches or exceeds their ~100% ASR across N-MNIST, CIFAR10-DVS, and N-Caltech101 while producing poisoned samples whose spike distributions remain statistically close to clean data. The paper tests against seven defense baselines: Neural Cleanse, STRIP, Spectral Signatures, Activation Clustering, Fine-Pruning, SentiNet, and ABL. None detect the temporal triggers reliably. That's the real result — not the ASR, which is table stakes for backdoor papers, but the evasion. Architecturally, this sits in the neuromorphic / event-driven computing family. SNNs process spike trains rather than static activations, and neuromorphic sensors like DVS cameras produce asynchronous event streams with inherent temporal structure. T-Backdoor exploits a property specific to this data modality: temporal redundancy. Neuromorphic data has enormous temporal bandwidth, and small perturbations to firing rates, first-spike latencies, or inter-spike jitter are invisible to defenses that look at aggregate spatial statistics. The three trigger types — Rate (modifying spike frequency), Latency (shifting first-spike timing), and Jitter (adding noise to inter-spike intervals) — are each tested independently and in combination. Integrity is mixed. On the positive side: three standard neuromorphic benchmarks, seven named defense baselines, both single-target and multi-target evaluation, and public code on GitHub. On the negative side: all evaluation is by the attack authors themselves, no independent replication exists yet, and the defense methods tested — while canonical — are all designed for DNN-style attacks and may not represent the strongest possible temporal-domain detection. The paper is honest about clean accuracy degradation being minor but doesn't deeply explore adversarial-training-based defenses or information-theoretic detection methods that might catch temporal anomalies. The milestone question is where this gets interesting for the broader field. SNN deployment is still early — neuromorphic chips like Intel's Loihi 2 and IBM's NorthPole are in research labs, not production safety-critical systems. The real unlock is when SNNs start handling autonomous driving sensor fusion or edge medical devices, where a temporal backdoor could have physical consequences. We're probably 3-5 years from that deployment scale, which means this paper is an early warning rather than an immediate crisis. The obvious next experiment the authors didn't run: testing T-Backdoor against adaptive defenses specifically designed to monitor temporal statistics — mutual information between spike timing and labels, or temporal anomaly detectors trained on the SNN's own spike dynamics. My honest read is (a) compute and scope constraints for a 14-page paper, and possibly (c) saving temporal-defense co-evolution for the follow-up. The paper opens a door; the defense community now needs to walk through it.