The honest answer on spamtrap detection
Active spamtraps are real, working mailboxes owned by blocklist operators (Spamhaus, SpamCop, Invaluement). They accept mail. They respond to SMTP handshakes exactly like a normal inbox. No verifier, KillBounce or Bouncer or anyone, can flag them as invalid at check time. What providers CAN do is flag pristine spamtraps (addresses that never belonged to a real user) via pattern heuristics, seed-address matching, and known-bad domain lists.
The single most effective spamtrap defense is capture-time hygiene: double opt-in, reCAPTCHA on signup forms, and rejecting disposable / role-based / no-MX addresses at input. Verifying an already-poisoned list catches only a fraction of what capture-time hygiene prevents.