Skip to content

Hardware Security Keys Arena

Google Titan Security Key vs Token2

Token2 wins · 421 (11 drawn)

Agenticness — how well agents can access and operate the productAgenticness

How well agents can access and operate the product

Agent access

  1. ai-native userRun the product headlessly / in CI for automation

    weight 2 · round to Token2
    Google Titan Security Keynone0/10

    The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)

      Token2partialprobed4/10

      Token2 ships a PowerShell bulk-enrollment script (fido2_bulkenroll_entraid) that could in principle be scripted/automated, and fido2-manage exposes some command-line-style operations (PIN, SSH key management) beyond its Python/tkinter GUI, suggesting some automation potential. However, the flagship tool is explicitly GUI-based and requires physical FIDO2 hardware interaction over USB/NFC, and there is no documented headless mode, CI integration, or automation-focused CLI/API (no OpenAPI, no llms.txt, no CI examples). Missing for 10: dedicated headless/CI-mode documentation, evidence of non-interactive scripted runs without physical key presence, and any CI/pipeline integration guide.

      • [claimed-docs] This tool streamlines the process of registering FIDO2 security keys in Microsoft Entra ID by leveraging the FIDO2 Provisioning Graph API.
      • [github] SSH security keys: generate, list resident, download (rehydrate), upload to a remote (`ssh-copy-id`), add to the local ssh-agent
      • [claimed-docs] fido2-manage is an open-source tool allowing to manage FIDO2.1 devices over USB or NFC, including Passkey (resident keys) management. It als…
      • [probe] official CLI documented at https://github.com/token2/fido2-manage
      • [probe] PROBE openapi: all candidate paths 404 (https://www.token2.com/openapi.json, https://www.token2.com/swagger.json, https://www.token2.com/api…
      • [probe] PROBE llms.txt: HTTP 404 at https://www.token2.com/llms.txt
    • ai-native userUse an official CLI

      weight 2 · round to Token2
      Google Titan Security Keynone0/10

      The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)

        Token2partialprobed5/10

        Token2 publishes official open-source tools (fido2-manage, fido2_bulkenroll_entraid) that expose scriptable command operations (list/delete/generate/upload for keys, PIN, biometrics, SSH) usable from the command line, and the PowerShell bulk-enroll tool is inherently a CLI-style utility, but neither is explicitly branded or documented as an 'official CLI' for AI-native/agentic workflows — the flagship fido2-manage tool is described primarily as a GUI (Python/tkinter) application with underlying scriptable functions rather than a dedicated documented CLI interface. Missing for 10: explicit CLI documentation/binary/flags, examples of scripting/automation for AI agents, and independent confirmation the tool is used headlessly.

        • [github] fido2-manage is a tool allowing to manage FIDO2.1 devices over USB or NFC, including Passkey (resident keys) management
        • [github] PIN management: set, change, set minimum PIN length, min-PIN-length RP allow-list... Biometric templates (bio models): list, rename, delete,…
        • [github] SSH security keys: generate, list resident, download (rehydrate), upload to a remote (`ssh-copy-id`), add to the local ssh-agent
        • [claimed-docs] This tool streamlines the process of registering FIDO2 security keys in Microsoft Entra ID by leveraging the FIDO2 Provisioning Graph API.
        • [probe] PROBE runtime (recorded 2026-09-15): Token2's open-source fido2-manage — 'An open-source FIDO2.1 key management tool (with a GUI) under diff…
        • [probe] official CLI documented at https://github.com/token2/fido2-manage
      • ai-native userDrive the product through a documented public API

        weight 3 · round drawn
        Google Titan Security Keynone0/10

        The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)

          Token2none0/10

          Token2 is a hardware security key vendor; probes explicitly show no public API, no OpenAPI/Swagger spec, and no llms.txt (404s across all checked endpoints). Its tools (fido2-manage CLI, GUI, browser demos) are device-management utilities over USB/NFC/WebAuthn, not a documented public API for programmatic/agentic control.

          • [probe] PROBE llms.txt: HTTP 404 at https://www.token2.com/llms.txt
          • [probe] PROBE docs-md: HTTP 404 at https://www.token2.com/site/page/tools-for-fido-security-keys.md
          • [probe] PROBE openapi: all candidate paths 404 (https://www.token2.com/openapi.json, https://www.token2.com/swagger.json, https://www.token2.com/api…
          • [github] Resident credentials (passkeys): list (with user handle), delete, edit metadata
        • ai-native userBuild against official SDKs

          weight 2 · round drawn
          Google Titan Security Keynone0/10

          The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)

            Token2none0/10

            The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)

            Automation depth — how much of the product can run unattendedAutomation depth

            How much of the product can run unattended

            1. ai-native userPerform bulk operations across many items at once

              weight 2 · round to Token2
              Google Titan Security Keynone0/10

              The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)

                Token2partialprobed6/10

                Token2 provides fido2_bulkenroll_entraid, a dedicated PowerShell tool for bulk-provisioning FIDO2 keys into Entra ID, and fido2-manage is a scriptable CLI (list/delete/edit passkeys, PIN and bio-template management, SSH key handling) that can be run in loops/scripts to act across many devices. This is real automation-depth for security-key/credential management but is narrow in scope (security keys/passkeys, one specific IdP integration) rather than a general bulk-operations API. Missing for 10: a general-purpose bulk API/SDK, documented batch endpoints beyond the Entra-specific script, and independent evidence of large-scale bulk use in production.

                • [claimed-docs] This tool streamlines the process of registering FIDO2 security keys in Microsoft Entra ID by leveraging the FIDO2 Provisioning Graph API.
                • [github] Resident credentials (passkeys): list (with user handle), delete, edit metadata
                • [github] PIN management: set, change, set minimum PIN length, min-PIN-length RP allow-list... Biometric templates (bio models): list, rename, delete,…
                • [github] SSH security keys: generate, list resident, download (rehydrate), upload to a remote (`ssh-copy-id`), add to the local ssh-agent
                • [probe] PROBE runtime (recorded 2026-09-15): Token2's open-source fido2-manage — 'An open-source FIDO2.1 key management tool (with a GUI) under diff…

              Beyond fido — what the key does beyond FIDO — PIV smart card, OpenPGP, OTP slots, hardware-backed SSHBeyond fido

              What the key does beyond FIDO — PIV smart card, OpenPGP, OTP slots, hardware-backed SSH

              Openpgp

              1. developerKeep OpenPGP keys on the device and use them for git commit signing and encrypted email

                weight 2 · round drawn
                Google Titan Security Keynone0/10

                Titan Security Key is a FIDO/U2F authenticator with no documented OpenPGP applet or smartcard support for git commit signing or encrypted email; evidence only covers FIDO2/U2F sign-in use cases.

                • [claimed-docs] Along with Google and Google Cloud services, you can use Titan Security Keys on other sites that support FIDO CTAP1 standards.
                • [claimed-docs] Titan Security Keys provide cryptographic proof that users are interacting with the legitimate service that they originally registered their…
                Token2none0/10

                The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)

                Otp

                1. power userThe key covers legacy one-time-password schemes — TOTP/HOTP slots or challenge-response — for services that still lack WebAuthn

                  weight 2 · round drawn
                  Google Titan Security Keynone0/10

                  Titan Security Key is a FIDO/U2F/WebAuthn hardware authenticator; no evidence indicates it supports TOTP/HOTP seed storage or generic challenge-response slots for legacy OTP services. All documentation focuses on FIDO CTAP1/U2F/WebAuthn use cases only.

                  • [claimed-docs] Along with Google and Google Cloud services, you can use Titan Security Keys on other sites that support FIDO CTAP1 standards.
                  • [claimed-docs] Titan Security Keys provide cryptographic proof that users are interacting with the legitimate service that they originally registered their…
                  Token2none0/10

                  The evidence only shows a browser-based TOTP toolset (docs-4, docs-6) and Entra ID seed export, unrelated to the FIDO2 security key itself carrying TOTP/HOTP slots or challenge-response capability; no documentation shows the hardware key supports legacy OTP protocols. Missing for 10: any spec sheet or docs stating the key itself implements TOTP/HOTP slots, challenge-response mode, or dual-protocol firmware.

                  • [claimed-docs] Generate and verify TOTP codes entirely in your browser. Algorithm: SHA-1. All computation happens locally — no seed is ever sent to a serve…
                  • [claimed-docs] Export the current seed as an Entra ID hardware-token import file (CSV or JSON).

                Piv

                1. it adminThe key acts as a PIV smart card for certificate-based login — workstation sign-in, VPN, and code signing with keys that never leave the device

                  weight 2 · round to Token2
                  Google Titan Security Keynone0/10

                  Evidence only covers FIDO/U2F/FIDO2 authentication (Google Sign-In, CTAP1 sites, Advanced Protection) — no mention of PIV smart card mode, certificate-based login, workstation sign-in via smart card, VPN client certs, or code-signing use cases.

                  • [claimed-docs] Along with Google and Google Cloud services, you can use Titan Security Keys on other sites that support FIDO CTAP1 standards.
                  • [claimed-docs] One security key can be used to sign in to work and personal services.
                  • [claimed-docs] Titan Security Keys provide cryptographic proof that users are interacting with the legitimate service that they originally registered their…
                  Token2partialclaimed5/10

                  Token2 documents PIV support via a Windows miniDriver and macOS Companion App enabling smartcard-based certificate enrollment and login with on-prem AD, which covers workstation sign-in use cases. However, there is no evidence for VPN integration or code signing use cases specifically, nor independent/hands-on verification of PIV certificate workflows beyond vendor docs. missing for 10: VPN certificate-auth evidence, code-signing use case evidence, independent/hands-on validation of PIV smartcard login, detail on key non-exportability guarantees for PIV certs.

                  • [claimed-docs] Using the Windows miniDriver, users can manage essential PIV functions such as PIN setup, PIN changes, and basic card configuration.
                  • [claimed-docs] the miniDriver is needed to configure smartcard-based certificate enrollment and login with Windows on-premises Active Directory.
                  • [claimed-docs] PIV features can be configured using our all-in-one management tool, the Companion App, which is now also available on macOS.

                Ssh

                1. developerMy SSH keys can be hardware-backed on the device — via FIDO2 sk-ssh keys, PIV, or OpenPGP — so server access requires a physical touch

                  weight 2 · round to Token2
                  Google Titan Security Keynone0/10

                  The evidence pack covers only FIDO2/U2F use for Google/web sign-in, Bluetooth pairing, NFC, and physical hardware details — there is no mention of sk-ssh, PIV, OpenPGP, or any SSH-key hardware-backing capability. missing for 10: sk-ssh/FIDO2 SSH key support, PIV applet, OpenPGP applet, any developer SSH workflow documentation.

                    Token2partialprobed6/10

                    Token2's fido2-manage tool explicitly supports SSH security keys (generate, list resident, download/rehydrate, ssh-copy-id, add to local ssh-agent), directly evidencing FIDO2 sk-ssh hardware-backed key workflows. PIV is also supported via the Windows miniDriver and Companion App for smartcard-based certificate enrollment, but there is no mention of OpenPGP support for SSH auth. missing for 10: OpenPGP-based SSH key support, independent/hands-on verification of the sk-ssh workflow, and cross-platform PIV parity beyond Windows/macOS.

                    • [github] SSH security keys: generate, list resident, download (rehydrate), upload to a remote (`ssh-copy-id`), add to the local ssh-agent
                    • [claimed-docs] Using the Windows miniDriver, users can manage essential PIV functions such as PIN setup, PIN changes, and basic card configuration.
                    • [claimed-docs] the miniDriver is needed to configure smartcard-based certificate enrollment and login with Windows on-premises Active Directory.
                    • [claimed-docs] PIV features can be configured using our all-in-one management tool, the Companion App, which is now also available on macOS.
                    • [probe] PROBE runtime (recorded 2026-09-15): Token2's open-source fido2-manage — 'An open-source FIDO2.1 key management tool (with a GUI) under diff…

                  Developer tooling — building with and managing the key — CLIs, SDKs, attestationDeveloper tooling

                  Building with and managing the key — CLIs, SDKs, attestation

                  Agent audit

                  1. ai-native userAn agent can read a key's state programmatically — serial, firmware version, enabled applications, stored credentials — to audit security posture across a fleet

                    weight 2 · round to Token2
                    Google Titan Security Keynone0/10

                    The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)

                      Token2partialprobed5/10

                      Token2's open-source fido2-manage CLI/GUI tool (scriptable over USB/NFC) can view device information, list resident credentials (passkeys) with user handle, manage PINs, and enumerate biometric templates — giving an agent a scriptable path to audit key state across a fleet. However, no evidence documents reading serial numbers, firmware version, or 'enabled applications' specifically, nor is there a structured/JSON API, OpenAPI spec, or llms.txt for machine-readable output (confirmed 404s), so agent-friendly programmatic access is only partially evidenced. Missing for 10: documented serial/firmware-version fields, explicit 'enabled applications' enumeration, and a structured machine-readable output/API for agent consumption.

                      • [github] Resident credentials (passkeys): list (with user handle), delete, edit metadata
                      • [github] fido2-manage is a tool allowing to manage FIDO2.1 devices over USB or NFC, including Passkey (resident keys) management
                      • [github] PIN management: set, change, set minimum PIN length, min-PIN-length RP allow-list... Biometric templates (bio models): list, rename, delete,…
                      • [claimed-docs] It provides a simple interface to view device information, manage passkeys, change PINs, and perform factory resets.
                      • [probe] PROBE openapi: all candidate paths 404 (https://www.token2.com/openapi.json, https://www.token2.com/swagger.json, https://www.token2.com/api…
                      • [probe] PROBE runtime (recorded 2026-09-15): Token2's open-source fido2-manage — 'An open-source FIDO2.1 key management tool (with a GUI) under diff…

                    Attestation

                    1. security engineerVerify device attestation at registration to enforce that only genuine, approved key models are enrolled

                      weight 2 · round to Token2
                      Google Titan Security Keydisputedcontradicted3/10

                      Docs claim the key's hardware chip/firmware 'verifies that the keys haven't been tampered with' and provides 'cryptographic proof' of legitimate registration (google-titan-docs-12, docs-14, docs-20), which gestures at attestation, but there is no documentation or tooling aimed at security engineers for inspecting attestation certificates or enforcing an approved-model allowlist at registration. A hands-on report directly undercuts the 'genuine, approved model' framing: a user's non-Google Feitian MultiPass key (identical hardware to Titan) was accepted by Google's own replacement/registration system as if it were an official Titan key, showing the attestation/verification does not reliably distinguish genuine Titan units from rebranded third-party hardware (google-titan-comm-12, comm-14). Missing for 10: security-engineer-facing attestation verification API/metadata service, documented enforcement of approved key models, and any first-party/independent confirmation that model spoofing is prevented.

                      • [claimed-docs] A hardware chip that includes firmware developed by Google helps to verify that the keys haven’t been tampered with.
                      • [claimed-docs] Titan Security Keys provide cryptographic proof that users are interacting with the legitimate service that they originally registered their…
                      • [claimed-docs] Titan Security Keys are built with a hardware chip that includes firmware engineered by Google to verify the key’s integrity.
                      • [community] I use the Feitian Multipass that I bought from Amazon before Titan Keys were available... This morning I received the 'Update on your Titan …
                      • [community] I got one of Google's Advanced Protection kits, which included two keys that look exactly like the Titan keys in the article. Both are Feiti…
                      Token2partialclaimed3/10

                      Token2 provides an AAGUID lookup tool to identify certified authenticators and a WebAuthn registration demo, which touch on device identification, but there is no documented mechanism for verifying attestation certificates or enforcing an allow-list of approved key models at registration. missing for 10: attestation certificate chain validation, FIDO Metadata Service integration, documented enterprise enrollment policy enforcement.

                      • [claimed-docs] Look up any certified authenticator by name or AAGUID — no key required.
                      • [claimed-docs] Register a security key or passkey, then log in with it — all in your browser using the WebAuthn API.
                      • [claimed-docs] This tool streamlines the process of registering FIDO2 security keys in Microsoft Entra ID by leveraging the FIDO2 Provisioning Graph API.

                    Cli

                    1. developerConfigure and manage the key from an official CLI — enable applications, set PINs, manage slots, read device state — scriptably

                      weight 3 · round to Token2
                      Google Titan Security Keynone0/10

                      The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)

                        Token2partialprobed6/10

                        fido2-manage is an official open-source Token2 tool that supports PIN set/change, resident-credential (passkey) and biometric slot management, and device info viewing, and a probe confirms it is documented as a CLI, giving genuine scriptable control over FIDO2 keys. However most docs describe it primarily as a Python/tkinter GUI rather than a dedicated CLI, and there's no explicit mention of an 'enable applications' feature or comprehensive CLI usage examples/API reference. missing for 10: explicit CLI command reference/examples, 'enable applications' capability, independent hands-on CLI scripting confirmation.

                        • [github] fido2-manage is a tool allowing to manage FIDO2.1 devices over USB or NFC, including Passkey (resident keys) management
                        • [github] PIN management: set, change, set minimum PIN length, min-PIN-length RP allow-list... Biometric templates (bio models): list, rename, delete,…
                        • [github] Resident credentials (passkeys): list (with user handle), delete, edit metadata
                        • [claimed-docs] fido2-manage is an open-source tool allowing to manage FIDO2.1 devices over USB or NFC, including Passkey (resident keys) management. It als…
                        • [probe] official CLI documented at https://github.com/token2/fido2-manage
                        • [probe] PROBE runtime (recorded 2026-09-15): Token2's open-source fido2-manage — 'An open-source FIDO2.1 key management tool (with a GUI) under diff…

                      Sdks

                      1. developerOfficial SDKs let me integrate the key into my own desktop and mobile apps

                        weight 2 · round drawn
                        Google Titan Security Keynone0/10

                        The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)

                          Token2none0/10

                          Evidence shows only management/admin tools (fido2-manage GUI/CLI, bulk enrollment for Entra ID, browser-based WebAuthn demo) rather than an official SDK or library for embedding the key's authentication into a developer's own desktop/mobile applications. No mention of a downloadable SDK, API bindings, or mobile library is found anywhere in the pack.

                          • [claimed-docs] Open-source cross-platform desktop companion application for managing FIDO2 security keys.
                          • [github] Resident credentials (passkeys): list (with user handle), delete, edit metadata
                          • [github] fido2-manage is a tool allowing to manage FIDO2.1 devices over USB or NFC, including Passkey (resident keys) management
                          • [github] PIN management: set, change, set minimum PIN length, min-PIN-length RP allow-list... Biometric templates (bio models): list, rename, delete,…
                          • [github] SSH security keys: generate, list resident, download (rehydrate), upload to a remote (`ssh-copy-id`), add to the local ssh-agent
                          • [claimed-docs] Register a security key or passkey, then log in with it — all in your browser using the WebAuthn API.
                          • [probe] PROBE openapi: all candidate paths 404 (https://www.token2.com/openapi.json, https://www.token2.com/swagger.json, https://www.token2.com/api…
                          • [probe] official CLI documented at https://github.com/token2/fido2-manage

                        Ecosystem compat — where the key works — platforms, browsers, service compatibility catalogsEcosystem compat

                        Where the key works — platforms, browsers, service compatibility catalogs

                        Agent approval

                        1. ai-native userRequire a physical key touch as the human-approval step for sensitive automated or agent-initiated actions

                          weight 1 · round drawn
                          Google Titan Security Keynone0/10

                          Evidence only shows Titan Security Key being used for standard account sign-in / 2-Step Verification via FIDO/U2F, with no mention of any API, SDK, or workflow that lets an AI agent request a physical-touch approval gate for its own automated actions. Nothing in the docs or community discussion ties the key's touch requirement to agent-initiated or automated action approval.

                          • [claimed-docs] Security keys can be used with 2-Step Verification to help you keep hackers out of your Google Account.
                          • [claimed-docs] Titan Security Keys provide cryptographic proof that users are interacting with the legitimate service that they originally registered their…
                          • [claimed-docs] Along with Google and Google Cloud services, you can use Titan Security Keys on other sites that support FIDO CTAP1 standards.
                          Token2none0/10

                          Token2's evidence covers FIDO2 key management, PIV, TOTP tools, and WebAuthn demos, but nothing shows integration with AI agents or automated workflows that would use a physical touch as an approval gate for agent-initiated actions. Missing for 10: any documentation of agent/automation integration, an approval-step API or SDK, or a workflow example tying physical touch to AI-agent action authorization.

                          • [claimed-docs] Open-source cross-platform desktop companion application for managing FIDO2 security keys.
                          • [claimed-docs] Register a security key or passkey, then log in with it — all in your browser using the WebAuthn API.
                          • [github] Resident credentials (passkeys): list (with user handle), delete, edit metadata
                          • [claimed-docs] This manufacturer-agnostic tool works with any FIDO2.1 device.

                        Compatibility

                        1. power userThe key works across my operating systems and browsers, with a published compatibility catalog of supported services

                          weight 2 · round to Token2
                          Google Titan Security Keydisputedcontradicted4/10

                          Google's docs claim broad cross-platform support (Android/iOS NFC, Linux setup via udev, FIDO CTAP1 compatibility with third-party sites) but there is no published catalog of specific supported services/sites—just a generic FIDO-standard compatibility statement. Community reports directly contradict smooth cross-browser/OS support: one user found keys 'only' worked with Chrome and failed on Mac despite official docs, while others reported success with Firefox on Linux and pairing issues on Mac, showing inconsistent real-world compatibility. missing for 10: an actual published list/catalog of compatible services, and confirmation that browser/OS support claims hold up without conflicting user reports.

                          • [claimed-docs] Works with compatible Android and iOS devices through NFC
                          • [claimed-docs] Along with Google and Google Cloud services, you can use Titan Security Keys on other sites that support FIDO CTAP1 standards.
                          • [claimed-docs] To set up a Titan Security Key on a computer running a Linux-based operating system, you may need to add a new udev rule.
                          • [community] You can only use your Security Keys with Google Chrome. [error trying to authenticate Google account with U2F keys on Mac]
                          • [community] I got these at a Google thing at DEF CON. Both work with Firefox on Linux, without any Google software. Haven't yet found non-Google softwar…
                          • [community] The Feitian works just fine with the latest Firefox builds. The bluetooth functionality is great if you have an iPhone.
                          • [community] I have the Feitan BLE key... You'd think you could wirelessly use the Bluetooth key with a laptop, but you can't. You need to connect a Micr…
                          Token2partialclaimed5/10

                          Evidence shows solid cross-OS/browser support (Windows control panel, Chromium browsers, macOS/Linux companion app, PIV miniDriver) and manufacturer-agnostic FIDO2.1 tooling, but there is no published catalog listing which third-party services/relying parties are certified compatible with Token2 keys. missing for 10: a published service/RP compatibility catalog, independent cross-browser/OS corroboration beyond vendor docs.

                          • [claimed-docs] It provides a simple interface to view device information, manage passkeys, change PINs, and perform factory resets.
                          • [claimed-docs] If you are using macOS or Linux, you can manage your FIDO2 keys using the tool integrated into the latest Chromium based browsers, such as G…
                          • [claimed-docs] You can use the standard Windows control panel tool to manage your key, as long as you run Windows 10 build 1903 or later.
                          • [claimed-docs] PIV features can be configured using our all-in-one management tool, the Companion App, which is now also available on macOS.
                          • [claimed-docs] This manufacturer-agnostic tool works with any FIDO2.1 device.
                          • [github] fido2-manage is a tool allowing to manage FIDO2.1 devices over USB or NFC, including Passkey (resident keys) management

                        Enrollment recovery — getting keys enrolled and surviving loss — setup flows, backup keys, lockout recoveryEnrollment recovery

                        Getting keys enrolled and surviving loss — setup flows, backup keys, lockout recovery

                        Recovery

                        1. security engineerThe vendor documents a credible lockout-recovery strategy — registering a backup key, and what is and is not recoverable if a key is lost

                          weight 3 · round to Google Titan Security Key
                          Google Titan Security Keypartialcommunity4/10

                          Google docs cover removing a lost key from an account (google-titan-docs-9) and enrolling a security key (google-titan-docs-15), and a community comment notes Google's own guidance to keep one key in daily use and store a backup safely (google-titan-comm-3), implying an informal backup-key strategy. However there is no first-party documentation laying out a full lockout-recovery plan (e.g., how to regain account access before removing the key, what happens if the only registered key is lost, or explicit backup-key enrollment steps). missing for 10: explicit vendor doc on account lockout scenarios, dedicated backup-key enrollment walkthrough, and clarity on what is/isn't recoverable if the sole key is lost

                          • [claimed-docs] If you lose your key or decide you don’t want to use it anymore, you can remove it from your account.
                          • [claimed-docs] Enroll your security key. You might need to sign in.
                          • [community] Is it possible to use the Bluetooth dongle with a desktop computer without a cable? Having to carry both on your keyring kind of defeats the…
                          • [community] Pretty cool, I like that it comes with two keys at the start so you have a backup, unlike Yubi where I have to buy two before I can even get…
                          Token2partialclaimed3/10

                          Token2's FAQ includes a 'How Do I Set Up a Backup Key?' entry, indicating some guidance exists, but the evidence pack contains no actual content on what is/isn't recoverable if a key is lost (e.g., resident credentials, PINs, biometrics, or TOTP seeds). Missing for 10: detailed recovery/lockout policy content, explicit statement of non-recoverable data (e.g., resident key private keys), and any independent corroboration of the backup-key workflow.

                        Setup

                        1. power userFirst-time setup is guided — clear instructions or a setup app walk me through registering the key with my accounts

                          weight 2 · round to Token2
                          Google Titan Security Keypartialcommunity5/10

                          Google's support docs give step-by-step guided enrollment (sign in, 'Enroll your security key', device detects it and walks through sign-in) and cover related setup nuances like Linux udev rules and NFC/Bluetooth pairing, but there is no dedicated setup app—just web help pages. Community reports also note friction during first-time use (Chrome-only compatibility issues, Bluetooth key not pairing with Mac), suggesting the guided flow isn't universally smooth across platforms/browsers. Missing for 10: a purpose-built setup wizard/app, cross-browser first-run guidance, and independent confirmation that the documented steps work smoothly on all platforms.

                          • [claimed-docs] Enroll your security key. You might need to sign in.
                          • [claimed-docs] Your device will detect that your account has a security key. Follow the steps to sign in using your key.
                          • [claimed-docs] Security keys can be used with 2-Step Verification to help you keep hackers out of your Google Account.
                          • [claimed-docs] To set up a Titan Security Key on a computer running a Linux-based operating system, you may need to add a new udev rule.
                          • [community] You can only use your Security Keys with Google Chrome. [error trying to authenticate Google account with U2F keys on Mac]
                          • [community] I have the Feitan BLE key... You'd think you could wirelessly use the Bluetooth key with a laptop, but you can't. You need to connect a Micr…
                          Token2partialclaimed6/10

                          Token2 provides multiple avenues for onboarding: a browser-based FIDO2/passkey demo to test registration (token2-docs-5, token2-docs-16), OS-native guidance for macOS/Linux/Chrome and Windows control panel (token2-docs-13/14/15), a companion GUI app for device/passkey management (token2-docs-1/7/8), and an FAQ entry on setting up a backup key (token2-docs-17). This gives a reasonably guided path but is scattered across docs/tools rather than a single cohesive first-time setup wizard that walks a user through registering with specific real-world accounts (e.g., Google, Microsoft, GitHub). Missing for 10: a unified step-by-step onboarding flow/app tailored to major account providers, and independent user reports confirming ease of first-time setup.

                          • [claimed-docs] Register a security key or passkey, then log in with it — all in your browser using the WebAuthn API.
                          • [claimed-docs] Explore FIDO2 and passkey authentication hands-on. Register a security key or passkey, then log in with it — all in your browser using the W…
                          • [claimed-docs] No special tool installation is needed to start using the FIDO keys, as most modern browsers will prompt to set a PIN when required
                          • [claimed-docs] If you are using macOS or Linux, you can manage your FIDO2 keys using the tool integrated into the latest Chromium based browsers, such as G…
                          • [claimed-docs] You can use the standard Windows control panel tool to manage your key, as long as you run Windows 10 build 1903 or later.
                          • [claimed-docs] How Do I Set Up a Backup Key?
                          • [claimed-docs] Open-source cross-platform desktop companion application for managing FIDO2 security keys.
                          • [claimed-docs] It provides a simple interface to view device information, manage passkeys, change PINs, and perform factory resets.
                          • [claimed-docs] fido2-manage is an open-source tool allowing to manage FIDO2.1 devices over USB or NFC, including Passkey (resident keys) management. It als…

                        Firmware openness — what runs on the device — open-source firmware, update policy, vulnerability responseFirmware openness

                        What runs on the device — open-source firmware, update policy, vulnerability response

                        Source

                        1. security engineerThe firmware is open source or independently audited, so I don't have to take the vendor's word for what runs on the device

                          weight 2 · round drawn
                          Google Titan Security Keynone0/10

                          Google explicitly states firmware is 'developed by Google' and used to verify tamper-resistance, but there is no evidence of open-source firmware or independent third-party audit reports; community evidence only discusses hardware manufacturing (Feitian OEM) and a Bluetooth vulnerability, not firmware transparency/auditing. missing for 10: any published audit report, open-source firmware repository, or independent verification of firmware code.

                          • [claimed-docs] A hardware chip that includes firmware developed by Google helps to verify that the keys haven’t been tampered with.
                          • [claimed-docs] Titan Security Keys are built with a hardware chip that includes firmware engineered by Google to verify the key’s integrity.
                          • [community] Security issue: Once paired, an attacker in close physical proximity could use their device to masquerade as your affected Bluetooth securit…
                          Token2none0/10

                          All evidence concerns open-source host-side management tools (fido2-manage GUI, companion app, bulk-enrollment scripts) that run on a computer to manage the keys — none of it addresses whether the actual device firmware running on the Token2 hardware key itself is open source or has undergone independent security audit.

                          Updates

                          1. security engineerThe vendor has a clear firmware update and vulnerability-response story — advisories, affected-model lookup, and how fixes reach devices

                            weight 2 · round to Google Titan Security Key
                            Google Titan Security Keypartialcommunity4/10

                            There is concrete real-world evidence of one incident: a BLE pairing vulnerability was disclosed, Google emailed affected users ('Update on your Titan Security Key') and ran a replacement program rather than a firmware patch, showing some vulnerability-response process exists but it worked through physical device replacement, not an in-field firmware update, and users found the replacement process cumbersome. There is no published advisory list/CVE tracker or affected-model lookup tool in the evidence — docs only vaguely mention Google-engineered firmware for tamper verification. Missing for 10: a public security-advisory/CVE page, a documented affected-model/serial lookup tool, and an actual firmware-update delivery mechanism (evidence shows fixes require full device replacement, not a firmware push).

                            • [claimed-docs] A hardware chip that includes firmware developed by Google helps to verify that the keys haven’t been tampered with.
                            • [claimed-docs] Titan Security Keys are built with a hardware chip that includes firmware engineered by Google to verify the key’s integrity.
                            • [community] Security issue: Once paired, an attacker in close physical proximity could use their device to masquerade as your affected Bluetooth securit…
                            • [community] Not the most user-friendly replacement process here, Google. First I had to chat with a representative... Now I need to place a 'replacement…
                            • [community] The replacement site worked by sending me to a contact form where I had to chat with a representative then wait for an email to initiate an …
                            • [community] I use the Feitian Multipass that I bought from Amazon before Titan Keys were available... This morning I received the 'Update on your Titan …
                            Token2none0/10

                            Evidence covers key management tools (PIN, passkeys, PIV, SSH) but contains no security advisories, CVE/vulnerability disclosure process, affected-model lookup tool, or firmware update delivery mechanism for Token2 devices.

                            Fleet management — keys at organization scale — bulk provisioning, delivery services, IdP policiesFleet management

                            Keys at organization scale — bulk provisioning, delivery services, IdP policies

                            Agent provisioning

                            1. ai-native userAn agent can drive key provisioning end to end — ordering, assignment, pre-registration — through documented enterprise APIs instead of a human-only console

                              weight 2 · round to Token2
                              Google Titan Security Keynone0/10

                              This is a hardware security key with human-driven web console setup (enroll, pair, reset) via support docs; there is no evidence of any enterprise API for agent-driven ordering, assignment, or pre-registration of keys. missing for 10: documented provisioning/management API, evidence of programmatic ordering or fleet assignment, any agent/automation-facing endpoint.

                              • [claimed-docs] Enroll your security key. You might need to sign in.
                              • [claimed-docs] If you lose your key or decide you don’t want to use it anymore, you can remove it from your account.
                              • [claimed-docs] One security key can be used to sign in to work and personal services.
                              Token2partialprobed3/10

                              Token2 ships an open-source CLI (fido2-manage) for local device configuration and a PowerShell bulk-enrollment script that automates pre-registering keys into Microsoft Entra ID via Microsoft's Graph API — some scriptable, agent-drivable provisioning exists. However, there is no evidence of Token2's own documented enterprise API for ordering or assigning keys to users, and probes confirm no OpenAPI/swagger spec exists on their site. missing for 10: a Token2-owned ordering API, an assignment/fleet-management API, and any documented enterprise API surface beyond third-party (Microsoft) integration scripts.

                              • [claimed-docs] This tool streamlines the process of registering FIDO2 security keys in Microsoft Entra ID by leveraging the FIDO2 Provisioning Graph API.
                              • [github] Resident credentials (passkeys): list (with user handle), delete, edit metadata
                              • [github] SSH security keys: generate, list resident, download (rehydrate), upload to a remote (`ssh-copy-id`), add to the local ssh-agent
                              • [probe] PROBE openapi: all candidate paths 404 (https://www.token2.com/openapi.json, https://www.token2.com/swagger.json, https://www.token2.com/api…
                              • [probe] PROBE runtime (recorded 2026-09-15): Token2's open-source fido2-manage — 'An open-source FIDO2.1 key management tool (with a GUI) under diff…

                            Delivery

                            1. it adminAn enterprise delivery service ships keys directly to distributed employees, driven by an API or console rather than manual logistics

                              weight 2 · round drawn
                              Google Titan Security Keynone0/10

                              No evidence of any bulk-shipping logistics, distribution API, admin console, or fleet-provisioning workflow for shipping keys to distributed employees; evidence covers only individual key setup, replacement RMA process, and hardware/community feedback.

                                Token2none0/10

                                Evidence covers device management, bulk enrollment, and provisioning tools but nothing about a logistics/delivery service (e.g., automated shipping of physical keys to distributed employees) driven by API or console. No fulfillment, shipping, or distribution capability is documented anywhere in the evidence pack.

                                Idp

                                1. it adminThe key integrates with my identity provider — Okta, Entra ID, Google Workspace — and I can enforce policies requiring hardware-key authentication

                                  weight 2 · round to Token2
                                  Google Titan Security Keynone0/10

                                  The evidence pack covers consumer/personal account setup, Bluetooth pairing, form factors, and hardware attestation, but contains no evidence of IT-admin-facing integration with identity providers like Okta, Entra ID, or Google Workspace admin console policy enforcement for hardware-key-only authentication. This is a fair axis for a hardware security key vendor to address (fleet policy enforcement via IdP), but no such capability or documentation is present.

                                    Token2partialprobed4/10

                                    Token2 documents a dedicated Entra ID bulk-enrollment tool leveraging the Graph API, showing concrete IdP integration for one provider, and its keys are standard FIDO2 devices that any IdP could require via WebAuthn policy. However, there is no evidence of Okta or Google Workspace-specific integration tooling, nor documentation of admin-side policy enforcement (e.g., conditional access rules mandating hardware-key auth) — these are typically the IdP's own settings, not something Token2 documents supporting or configuring. Missing for 10: Okta integration evidence, Google Workspace integration evidence, and any documentation of fleet-wide policy enforcement/reporting.

                                    • [claimed-docs] This tool streamlines the process of registering FIDO2 security keys in Microsoft Entra ID by leveraging the FIDO2 Provisioning Graph API.
                                    • [probe] PROBE runtime (recorded 2026-09-15): Token2's open-source fido2-manage — 'An open-source FIDO2.1 key management tool (with a GUI) under diff…
                                    • [claimed-docs] the miniDriver is needed to configure smartcard-based certificate enrollment and login with Windows on-premises Active Directory.

                                  Provisioning

                                  1. it adminProvision keys across an organization at scale — pre-registration, bulk configuration, and lifecycle tracking of issued keys

                                    weight 3 · round to Token2
                                    Google Titan Security Keynone0/10

                                    Evidence covers individual end-user setup, pairing, resetting, and removing a single key, but nothing addresses IT-admin fleet capabilities like bulk pre-registration, centralized provisioning, or lifecycle/inventory tracking across an organization. Missing for 10: bulk enrollment tools/API, admin console integration for mass key registration, and lifecycle/inventory tracking dashboards.

                                      Token2partialprobed5/10

                                      Token2 offers a PowerShell-based bulk enrollment tool for Entra ID (fido2_bulkenroll_entraid) and an open-source fido2-manage CLI/GUI for per-key PIN, biometric, and passkey configuration, which supports pre-registration and bulk configuration workflows. However, there is no evidence of an organization-wide inventory, dashboard, or lifecycle-tracking system for issued keys beyond individual device management and Entra-specific scripting. Missing for 10: centralized fleet inventory/dashboard, cross-platform (non-Entra ID) bulk provisioning, and lifecycle status tracking (issued/revoked/expired) across an organization.

                                      • [claimed-docs] This tool streamlines the process of registering FIDO2 security keys in Microsoft Entra ID by leveraging the FIDO2 Provisioning Graph API.
                                      • [github] Resident credentials (passkeys): list (with user handle), delete, edit metadata
                                      • [github] PIN management: set, change, set minimum PIN length, min-PIN-length RP allow-list... Biometric templates (bio models): list, rename, delete,…
                                      • [probe] PROBE runtime (recorded 2026-09-15): Token2's open-source fido2-manage — 'An open-source FIDO2.1 key management tool (with a GUI) under diff…
                                      • [claimed-docs] fido2-manage is an open-source tool allowing to manage FIDO2.1 devices over USB or NFC, including Passkey (resident keys) management. It als…

                                    Form factors — the physical lineup — NFC, USB-C/A, biometrics, certified and hardened modelsForm factors

                                    The physical lineup — NFC, USB-C/A, biometrics, certified and hardened models

                                    Certifications

                                    1. it adminCertified models exist for regulated environments — FIPS 140 validated or Common Criteria certified — with documented durability (water/crush resistance)

                                      weight 2 · round drawn
                                      Google Titan Security Keynone0/10

                                      The evidence pack contains no mention of FIPS 140 validation or Common Criteria certification for Titan Security Keys, nor documented water/crush resistance specs; in fact, one community report suggests the underlying Feitian hardware is fragile if dropped, contradicting any durability certification claim. missing for 10: FIPS 140 validation documentation, Common Criteria certification documentation, official durability/water-crush resistance specs.

                                      • [community] The wireless key is the Feitian MultiPass FIDO Security Key. I'd caution people to read the Amazon reviews (specifically people found it unr…
                                      Token2none0/10

                                      The evidence pack covers management tools and software (companion apps, FIDO2 demo, PIV miniDriver) but contains no mention of FIPS 140 validation, Common Criteria certification, or physical durability specifications (water/crush resistance) for any Token2 hardware devices. missing for 10: FIPS 140 validation certificates, Common Criteria certification listings, IP rating or crush-resistance test documentation for hardware keys.

                                      Connectors

                                      1. power userThe lineup covers my ports and carry style — USB-C and USB-A models, keychain and low-profile nano form factors

                                        weight 2 · round to Google Titan Security Key
                                        Google Titan Security Keypartialcommunity4/10

                                        Docs confirm two form factors—USB-A/NFC and USB-C/NFC—but there is no evidence of a keychain or nano low-profile model, and community feedback even calls the (Bluetooth) key large rather than low-profile. missing for 10: keychain form factor, nano/low-profile form factor, independent hands-on confirmation of size/portability across the full claimed lineup.

                                        • [claimed-docs] Titan Security Keys are available in two form factors: USB-A/NFC and USB-C/NFC.
                                        • [community] It's so big. Couldn't they have come up with a more subtle form factor?
                                        Token2none0/10

                                        The evidence pack focuses entirely on software tools (FIDO2 management apps, TOTP toolset, PIV drivers) and never describes Token2's physical hardware lineup, connector types (USB-C/USB-A), or form factors (keychain, nano). No mention of product SKUs, dimensions, or port types is present, so there's no basis to confirm coverage of power-user form-factor variety. Missing for 10: hardware product listings, connector-type specs, form-factor descriptions (nano/keychain), any comparison chart of models.

                                        Nfc

                                        1. power userTap the key on my phone over NFC to authenticate in mobile browsers and apps

                                          weight 2 · round to Google Titan Security Key
                                          Google Titan Security Keyfullclaimed7/10

                                          Docs confirm the USB-A/NFC and USB-C/NFC key models work over NFC with compatible Android and iOS devices (iOS 13.3+), covering mobile browser/app authentication. Missing for 10: independent hands-on confirmation of NFC tap-to-auth specifically in third-party mobile apps (community evidence focuses mainly on Bluetooth/desktop use, not NFC mobile app flows).

                                          • [claimed-docs] Works with compatible Android and iOS devices through NFC
                                          • [claimed-docs] Titan Security Keys are available in two form factors: USB-A/NFC and USB-C/NFC.
                                          • [claimed-docs] iPhones with iOS version 13.3 or up | Yes | Yes
                                          Token2partialclaimed4/10

                                          Token2's own tooling confirms its FIDO2 keys support NFC as a communication transport (used by the fido2-manage companion app to manage keys over USB or NFC), which implies NFC-capable hardware, but there is no explicit documentation stating that users can tap the key on a phone to authenticate within mobile browsers or apps via WebAuthn/CTAP2 NFC. Missing for 10: explicit end-user documentation or demo of phone-NFC-based authentication in mobile browsers/apps, and any independent confirmation of this specific mobile use case.

                                          • [claimed-docs] fido2-manage is an open-source tool allowing to manage FIDO2.1 devices over USB or NFC, including Passkey (resident keys) management. It als…
                                          • [github] fido2-manage is a tool allowing to manage FIDO2.1 devices over USB or NFC, including Passkey (resident keys) management
                                          • [claimed-docs] This manufacturer-agnostic tool works with any FIDO2.1 device.

                                        Openness — open source, data portability, and self-hosting storiesOpenness

                                        Open source, data portability, and self-hosting stories

                                        1. ai-native userDo everything through the API that I can do in the UI

                                          weight 2 · round to Token2
                                          Google Titan Security Keynone0/10

                                          The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)

                                            Token2partialprobed4/10

                                            Token2 ships an open-source CLI (fido2-manage) that overlaps with much of the companion GUI's functionality — resident credential/passkey management, PIN setup, biometric template management, and SSH key operations can all be scripted — giving some AI-native/automation parity with the desktop UI. However, there is no true REST/HTTP API (probes confirm openapi.json/swagger.json all 404), and several UI-only web tools (TOTP toolset, WebAuthn browser demo, factory reset) have no documented programmatic equivalent. Missing for 10: a formal API surface (REST/OpenAPI) covering all UI functions, CLI/API parity for the web-based demo and TOTP tools, and independent confirmation that CLI coverage is fully equivalent to the GUI.

                                            • [github] Resident credentials (passkeys): list (with user handle), delete, edit metadata
                                            • [github] PIN management: set, change, set minimum PIN length, min-PIN-length RP allow-list... Biometric templates (bio models): list, rename, delete,…
                                            • [github] SSH security keys: generate, list resident, download (rehydrate), upload to a remote (`ssh-copy-id`), add to the local ssh-agent
                                            • [claimed-docs] It provides a simple interface to view device information, manage passkeys, change PINs, and perform factory resets.
                                            • [claimed-docs] Generate and verify TOTP codes entirely in your browser. Algorithm: SHA-1. All computation happens locally — no seed is ever sent to a serve…
                                            • [claimed-docs] Register a security key or passkey, then log in with it — all in your browser using the WebAuthn API.
                                            • [probe] PROBE openapi: all candidate paths 404 (https://www.token2.com/openapi.json, https://www.token2.com/swagger.json, https://www.token2.com/api…
                                            • [probe] official CLI documented at https://github.com/token2/fido2-manage
                                            • [probe] PROBE runtime (recorded 2026-09-15): Token2's open-source fido2-manage — 'An open-source FIDO2.1 key management tool (with a GUI) under diff…
                                          • ai-native userExport all of my data in open formats and leave

                                            weight 3 · round to Token2
                                            Google Titan Security Keynone0/10

                                            The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)

                                              Token2partialprobed5/10

                                              Token2 supports exporting TOTP seeds as open CSV/JSON files for Entra ID import, and its open-source fido2-manage tool lets users list, download, and rehydrate resident credentials and SSH keys from FIDO2 devices, plus it's explicitly manufacturer-agnostic (works with any FIDO2.1 key), supporting migration away from Token2 hardware without lock-in. However, this covers only specific data types (TOTP seeds, credentials, SSH keys) rather than a full account/data export, and there's no unified 'export everything' feature or documentation. Missing for 10: comprehensive account-wide data export, first-party documentation framing this as a full data portability/exit feature, independent verification of export completeness.

                                              • [claimed-docs] Export the current seed as an Entra ID hardware-token import file (CSV or JSON).
                                              • [github] Resident credentials (passkeys): list (with user handle), delete, edit metadata
                                              • [github] SSH security keys: generate, list resident, download (rehydrate), upload to a remote (`ssh-copy-id`), add to the local ssh-agent
                                              • [claimed-docs] This manufacturer-agnostic tool works with any FIDO2.1 device.
                                              • [probe] PROBE runtime (recorded 2026-09-15): Token2's open-source fido2-manage — 'An open-source FIDO2.1 key management tool (with a GUI) under diff…
                                            • ai-native userRead the product's source under an open license

                                              weight 2 · round to Token2
                                              Google Titan Security Keynone0/10

                                              The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)

                                                Token2partialprobed6/10

                                                Token2 open-sources some companion tooling on GitHub (fido2-manage, fido2_bulkenroll_entraid) with real activity (112 stars, recent pushes), letting an AI-native user inspect that code, but the core hardware product/firmware and several web tools (TOTP toolset, FIDO2 demo) are not shown to have public source, and no explicit license file/type is cited. Missing for 10: confirmed OSI license text, source availability for the full product line (not just auxiliary management tools).

                                                • [claimed-docs] Open-source cross-platform desktop companion application for managing FIDO2 security keys.
                                                • [github] Resident credentials (passkeys): list (with user handle), delete, edit metadata
                                                • [github] fido2-manage is a tool allowing to manage FIDO2.1 devices over USB or NFC, including Passkey (resident keys) management
                                                • [claimed-docs] This tool streamlines the process of registering FIDO2 security keys in Microsoft Entra ID by leveraging the FIDO2 Provisioning Graph API.
                                                • [probe] PROBE runtime (recorded 2026-09-15): Token2's open-source fido2-manage — 'An open-source FIDO2.1 key management tool (with a GUI) under diff…
                                              • ai-native userSelf-host the core product

                                                weight 3 · round drawn
                                                Google Titan Security Keynone0/10

                                                The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)

                                                  Token2none0/10

                                                  The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)

                                                  Privacy posture — data-handling and privacy storiesPrivacy posture

                                                  Data-handling and privacy stories

                                                  1. ai-native userControl data retention and deletion

                                                    weight 2 · round to Token2
                                                    Google Titan Security Keynone0/10

                                                    The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)

                                                      Token2partialclaimed5/10

                                                      Token2's tools give users direct control to delete data stored on their own security keys — resident credentials/passkeys can be listed, edited, and deleted, biometric templates can be deleted, and factory resets are supported (token2-gh-1, token2-gh-3, token2-docs-7). This covers device-level data deletion but there is no documentation of server-side retention policies, account-level data deletion, or how long any cloud-side telemetry/data is retained. Missing for 10: server-side/account data retention policy documentation, explicit data-deletion request process for any cloud-stored data, independent confirmation of retention practices.

                                                      • [github] Resident credentials (passkeys): list (with user handle), delete, edit metadata
                                                      • [github] PIN management: set, change, set minimum PIN length, min-PIN-length RP allow-list... Biometric templates (bio models): list, rename, delete,…
                                                      • [claimed-docs] It provides a simple interface to view device information, manage passkeys, change PINs, and perform factory resets.
                                                      • [claimed-docs] fido2-manage is an open-source tool allowing to manage FIDO2.1 devices over USB or NFC, including Passkey (resident keys) management. It als…
                                                    • ai-native userOpt out of telemetry and usage tracking

                                                      weight 2 · round drawn
                                                      Google Titan Security Keynone0/10

                                                      The axis applies to this product kind (peer products hold positive or none verdicts on this story), so lack of evidence for an applicable capability is "none", never "na". (na/none harmonized at arena bring-up — see pipeline/scripts/na-harmonize.ts.)

                                                        Token2none0/10

                                                        The evidence pack contains no mention of telemetry, analytics, or usage tracking, nor any settings to opt out of such tracking, for Token2's desktop companion app, fido2-manage tool, or web tools. missing for 10: any documentation of data collection practices, a privacy policy reference, or a telemetry opt-out mechanism.

                                                        Protocol coverage — FIDO2/WebAuthn depth — resident-key passkeys, user verification, credential managementProtocol coverage

                                                        FIDO2/WebAuthn depth — resident-key passkeys, user verification, credential management

                                                        Credential management

                                                        1. power userList and delete the passkeys stored on my key and know its credential capacity before it fills up

                                                          weight 2 · round to Token2
                                                          Google Titan Security Keynone0/10

                                                          The evidence covers removing a key from a Google account and unpairing Bluetooth, but there is no mention of an on-key credential management tool that lists or deletes individual passkeys stored on the Titan key itself, nor any documentation of the key's credential storage capacity or warnings about it filling up.

                                                          • [claimed-docs] If you lose your key or decide you don’t want to use it anymore, you can remove it from your account.
                                                          • [claimed-docs] If you want to stop using a Bluetooth Titan Security Key with one or more devices, you can unpair the key.
                                                          Token2partialprobed7/10

                                                          fido2-manage (with GUI and CLI) lists resident credentials/passkeys with user handle, allows delete and edit metadata, and works over USB/NFC for any FIDO2.1 device, directly covering list/delete of passkeys stored on the key. However, there is no explicit evidence of a feature reporting remaining credential capacity or slot count before the key fills up. Missing for 10: explicit credential-capacity/slots-remaining reporting, independent hands-on confirmation of listing/deleting behavior.

                                                          • [github] Resident credentials (passkeys): list (with user handle), delete, edit metadata
                                                          • [github] fido2-manage is a tool allowing to manage FIDO2.1 devices over USB or NFC, including Passkey (resident keys) management
                                                          • [github] PIN management: set, change, set minimum PIN length, min-PIN-length RP allow-list... Biometric templates (bio models): list, rename, delete,…
                                                          • [claimed-docs] It provides a simple interface to view device information, manage passkeys, change PINs, and perform factory resets.
                                                          • [claimed-docs] fido2-manage is an open-source tool allowing to manage FIDO2.1 devices over USB or NFC, including Passkey (resident keys) management. It als…
                                                          • [probe] PROBE runtime (recorded 2026-09-15): Token2's open-source fido2-manage — 'An open-source FIDO2.1 key management tool (with a GUI) under diff…

                                                        Fido2

                                                        1. security engineerThe key stores discoverable FIDO2 credentials (resident keys / device-bound passkeys) so users can sign in to WebAuthn services without typing a username

                                                          weight 3 · round to Token2
                                                          Google Titan Security Keypartialclaimed5/10

                                                          Docs confirm passkey creation for Google Accounts (implying a discoverable, device-bound credential that lets sign-in without typing a password) via google-titan-docs-2, but the same docs explicitly describe third-party site support only via 'FIDO CTAP1 standards' (google-titan-docs-4), which does not guarantee resident-key/FIDO2 support broadly. No explicit mention of FIDO2/CTAP2 or 'discoverable credentials' terminology anywhere in the pack. Missing for 10: explicit FIDO2/CTAP2 protocol documentation, direct mention of resident/discoverable credentials, and independent verification of username-less sign-in across non-Google WebAuthn services.

                                                          • [claimed-docs] If you want to sign in with just your security key and skip your password when possible, you must create a passkey.
                                                          • [claimed-docs] Along with Google and Google Cloud services, you can use Titan Security Keys on other sites that support FIDO CTAP1 standards.
                                                          • [claimed-docs] Enroll your security key. You might need to sign in.
                                                          • [claimed-docs] Your device will detect that your account has a security key. Follow the steps to sign in using your key.
                                                          Token2fullprobed8/10

                                                          Token2 sells FIDO2 hardware keys explicitly supporting resident/discoverable credentials (passkeys), with documentation and an open-source companion tool (fido2-manage) that lists, edits, and manages resident credentials including user handles, plus a browser-based demo to register and authenticate via WebAuthn without typing a username. Independent GitHub evidence corroborates the resident-key management feature set (list with user handle, delete, edit metadata). missing for 10: no explicit third-party/independent test confirming passwordless username-less sign-in flow in production RP scenarios, and no FIDO Alliance certification citation for discoverable credential compliance.

                                                          • [github] Resident credentials (passkeys): list (with user handle), delete, edit metadata
                                                          • [github] fido2-manage is a tool allowing to manage FIDO2.1 devices over USB or NFC, including Passkey (resident keys) management
                                                          • [claimed-docs] Register a security key or passkey, then log in with it — all in your browser using the WebAuthn API.
                                                          • [claimed-docs] It provides a simple interface to view device information, manage passkeys, change PINs, and perform factory resets.
                                                          • [claimed-docs] fido2-manage is an open-source tool allowing to manage FIDO2.1 devices over USB or NFC, including Passkey (resident keys) management. It als…
                                                          • [probe] PROBE runtime (recorded 2026-09-15): Token2's open-source fido2-manage — 'An open-source FIDO2.1 key management tool (with a GUI) under diff…
                                                        2. power userThe key works as a WebAuthn/U2F second factor across the major services I already use — Google, GitHub, Microsoft, password managers

                                                          weight 2 · round to Token2
                                                          Google Titan Security Keypartialcommunity5/10

                                                          Google's own docs confirm broad FIDO/U2F and CTAP1 compatibility beyond Google services and even Advanced Protection use, implying standards-based interoperability, but no evidence explicitly names GitHub, Microsoft, or password-manager integrations. Community reports also flag real-world friction (e.g., 'You can only use Security Keys with Google Chrome' on Mac), showing cross-browser/service compatibility isn't seamless everywhere. missing for 10: explicit confirmation/testing with GitHub, Microsoft accounts, and specific password managers; resolution of the Chrome-only browser limitation reported by users.

                                                          • [claimed-docs] Along with Google and Google Cloud services, you can use Titan Security Keys on other sites that support FIDO CTAP1 standards.
                                                          • [claimed-docs] If you’re a journalist, activist, or someone else at risk of targeted online attacks, you can use Titan Security Keys with the Advanced Prot…
                                                          • [claimed-docs] One security key can be used to sign in to work and personal services.
                                                          • [community] You can only use your Security Keys with Google Chrome. [error trying to authenticate Google account with U2F keys on Mac]
                                                          • [community] I got these at a Google thing at DEF CON. Both work with Firefox on Linux, without any Google software. Haven't yet found non-Google softwar…
                                                          • [community] The Feitian works just fine with the latest Firefox builds. The bluetooth functionality is great if you have an iPhone.
                                                          Token2partialclaimed6/10

                                                          Token2 provides standards-based FIDO2/WebAuthn/U2F hardware keys with strong first-party tooling for Microsoft Entra ID enrollment and a general WebAuthn demo/testing tool, implying broad cross-service compatibility as a certified FIDO2.1 device. However, there is no direct documentation or independent confirmation of successful registration/use with Google, GitHub, or specific password managers. Missing for 10: explicit vendor or third-party evidence of working as a 2FA/passkey with Google, GitHub, and named password managers.

                                                          • [claimed-docs] This tool streamlines the process of registering FIDO2 security keys in Microsoft Entra ID by leveraging the FIDO2 Provisioning Graph API.
                                                          • [claimed-docs] Register a security key or passkey, then log in with it — all in your browser using the WebAuthn API.
                                                          • [claimed-docs] This manufacturer-agnostic tool works with any FIDO2.1 device.
                                                          • [claimed-docs] Explore FIDO2 and passkey authentication hands-on. Register a security key or passkey, then log in with it — all in your browser using the W…
                                                          • [github] fido2-manage is a tool allowing to manage FIDO2.1 devices over USB or NFC, including Passkey (resident keys) management

                                                        User verification

                                                        1. security engineerThe key supports on-device user verification — a FIDO2 PIN or built-in biometric — so a stolen key alone cannot authenticate

                                                          weight 2 · round to Token2
                                                          Google Titan Security Keynone0/10

                                                          The evidence pack describes Titan Security Keys as simple touch-based FIDO/U2F/FIDO2 keys (USB-A/NFC, USB-C/NFC, Bluetooth) with no mention of an on-device PIN pad or biometric sensor for user verification; all sign-in flows described are 'insert/tap key' without any PIN or biometric step. Missing for 10: any documentation of a FIDO2 PIN-setting flow, a fingerprint/biometric sensor, or independent confirmation of on-device user verification.

                                                          • [claimed-docs] If you want to sign in with just your security key and skip your password when possible, you must create a passkey.
                                                          • [claimed-docs] Enroll your security key. You might need to sign in.
                                                          • [claimed-docs] Your device will detect that your account has a security key. Follow the steps to sign in using your key.
                                                          • [claimed-docs] Titan Security Keys are available in two form factors: USB-A/NFC and USB-C/NFC.
                                                          Token2fullprobed8/10

                                                          Evidence confirms FIDO2 PIN setup/change and biometric template enrollment/management via the companion tool and fido2-manage (PIN management, min PIN length, biometric templates: list, rename, delete, enroll), and browsers/OS natively prompt for PIN when required, satisfying on-device user verification against theft. missing for 10: no independent/hands-on third-party testing confirming UV enforcement during actual authentication ceremonies, and no explicit CTAP2 'uv' flag/attestation documentation.

                                                          • [github] PIN management: set, change, set minimum PIN length, min-PIN-length RP allow-list... Biometric templates (bio models): list, rename, delete,…
                                                          • [claimed-docs] It provides a simple interface to view device information, manage passkeys, change PINs, and perform factory resets.
                                                          • [claimed-docs] No special tool installation is needed to start using the FIDO keys, as most modern browsers will prompt to set a PIN when required
                                                          • [claimed-docs] fido2-manage is an open-source tool allowing to manage FIDO2.1 devices over USB or NFC, including Passkey (resident keys) management. It als…
                                                          • [probe] PROBE runtime (recorded 2026-09-15): Token2's open-source fido2-manage — 'An open-source FIDO2.1 key management tool (with a GUI) under diff…

                                                        Not comparable on these axes

                                                        1. ai-native userPoint an agent at llms.txt or agent-oriented docs

                                                          weight 2 · not comparable
                                                          Google Titan Security Keyn/a

                                                          Titan Security Key is a physical hardware authentication device, not an AI agent or documentation-serving platform; the concept of pointing an agent at llms.txt or agent-oriented docs is a category error for this product type.

                                                            Token2none0/10

                                                            Direct probes show no llms.txt (404) and no markdown-accessible docs (404), and no OpenAPI/agent-oriented documentation exists; Token2 is a hardware security key vendor with no evidence of agent-discoverable docs.

                                                            • [probe] PROBE llms.txt: HTTP 404 at https://www.token2.com/llms.txt
                                                            • [probe] PROBE docs-md: HTTP 404 at https://www.token2.com/site/page/tools-for-fido-security-keys.md
                                                            • [probe] PROBE openapi: all candidate paths 404 (https://www.token2.com/openapi.json, https://www.token2.com/swagger.json, https://www.token2.com/api…
                                                          • ai-native userPlug MCP servers into this product so it can use their tools

                                                            weight 3 · not comparable
                                                            Google Titan Security Keyn/a

                                                            Titan Security Key is a hardware authentication device, not an AI agent or platform capable of connecting to MCP servers or using tools; this axis is a category error for this product type.

                                                              Token2n/a

                                                              Token2 is a hardware security key/authentication vendor with FIDO2/PIV management tools; MCP server integration for AI tool-use is entirely outside its product category.

                                                              • ai-native userConnect an agent via an official MCP server

                                                                weight 3 · not comparable
                                                                Google Titan Security Keyn/a

                                                                Titan Security Key is a hardware authentication device, not an agent or platform that could expose an MCP server; connecting AI agents via MCP is outside its product category.

                                                                  Token2n/a

                                                                  Token2 is a hardware security key vendor with management tools (desktop apps, CLI, browser demos), not an AI agent or a platform that could plausibly expose an MCP server for agent connectivity; this axis is a category error for this product type.

                                                                  • ai-native userIssue scoped/least-privilege API credentials for an agent

                                                                    weight 2 · not comparable
                                                                    Google Titan Security Keyn/a

                                                                    Titan Security Key is a hardware authentication device for human 2FA/passkey login, not an API credential or agent-identity management system; issuing scoped API credentials for autonomous agents is entirely outside its product category.

                                                                      Token2n/a

                                                                      Token2 is a hardware security key (FIDO2/TOTP/PIV) vendor with management tools for keys and passkeys; it has no concept of API credentials or agent-scoped access tokens. Issuing scoped least-privilege API credentials for an AI agent is outside this product's category entirely.

                                                                      • ai-native userSubscribe to events via webhooks

                                                                        weight 2 · not comparable
                                                                        Google Titan Security Keyn/a

                                                                        Titan Security Key is a hardware authentication device, not a service or platform with event-driven APIs; webhook subscriptions are entirely outside its product category.

                                                                          Token2n/a

                                                                          Token2 is a hardware security key/FIDO2 vendor with device management tools; webhooks for event subscription are not a fit for this product category, which involves no event-driven API or service to subscribe to.

                                                                          • ai-native userGet AI-generated insights and suggestions from my data inside the product

                                                                            weight 2 · not comparable
                                                                            Google Titan Security Keyn/a

                                                                            Titan Security Key is a hardware authentication device, not a data/insights product; AI-generated insights from user data is a category error for this product type.

                                                                              Token2n/a

                                                                              Token2 is a hardware security key vendor with management/provisioning tools (FIDO2 device management, TOTP tools, PIV tools); it has no data analytics, AI-generated insights, or suggestion features, and this is a category mismatch rather than a missing capability for its product type.

                                                                              • ai-native userSet up automations that run autonomously in the background

                                                                                weight 2 · not comparable
                                                                                Google Titan Security Keyn/a

                                                                                Titan Security Key is a hardware authentication device, not an agent or automation platform; setting up autonomous background automations is outside its category.

                                                                                  Token2n/a

                                                                                  Token2 is a hardware security-key/FIDO2 management product; there is no concept of autonomous background automations in its evidence. This is a category mismatch (agenticness axis) rather than a missing feature for this authentication-tool product.

                                                                                  • ai-native userDelegate tasks to a built-in AI assistant inside the product

                                                                                    weight 3 · not comparable
                                                                                    Google Titan Security Keyn/a

                                                                                    Titan Security Key is a hardware authentication device, not an AI assistant or agent platform; delegating tasks to a built-in AI assistant is not a fair axis for this product category.

                                                                                      Token2n/a

                                                                                      Token2 is a hardware security-key/authentication management product (FIDO2/PIV/TOTP tooling); there is no AI assistant feature or agentic task-delegation concept applicable to this product category.

                                                                                      • ai-native userOperate the product with natural-language commands

                                                                                        weight 2 · not comparable
                                                                                        Google Titan Security Keyn/a

                                                                                        Titan Security Key is a hardware authentication device, not an interface that accepts natural-language commands; this axis is a category error for this product type.

                                                                                          Token2n/a

                                                                                          Token2 is a hardware security-key/FIDO2 management product (GUI apps, CLI tools, browser demos); natural-language command operation is a wrong axis for this category of product — no evidence of any NL interface, and none would be expected.

                                                                                          • ai-native userExplore an interactive API reference with runnable examples

                                                                                            weight 2 · not comparable
                                                                                            Google Titan Security Keyn/a

                                                                                            Google Titan Security Key is a hardware authentication device, not a developer API/platform; interactive API references with runnable examples are not applicable to this product category.

                                                                                              Token2none0/10

                                                                                              Token2 is a hardware security key vendor with no evidence of an API reference at all — the probes explicitly show no OpenAPI/swagger spec exists (404s across all candidate paths) and no llms.txt or docs.md exposure. There's no indication of an interactive, runnable API explorer anywhere in the evidence.

                                                                                              • [probe] PROBE openapi: all candidate paths 404 (https://www.token2.com/openapi.json, https://www.token2.com/swagger.json, https://www.token2.com/api…
                                                                                              • [probe] PROBE llms.txt: HTTP 404 at https://www.token2.com/llms.txt
                                                                                              • [probe] PROBE docs-md: HTTP 404 at https://www.token2.com/site/page/tools-for-fido-security-keys.md
                                                                                            • ai-native userDownload a machine-readable API spec (OpenAPI or equivalent)

                                                                                              weight 2 · not comparable
                                                                                              Google Titan Security Keyn/a

                                                                                              Titan Security Key is a hardware authentication device, not an API/service product; a machine-readable API spec is a category mismatch (wrong axis) for this kind of product.

                                                                                                Token2none0/10

                                                                                                Token2 is a hardware security key vendor with desktop/browser tools and a CLI, but there is no evidence of a machine-readable API spec; explicit probes for OpenAPI/Swagger endpoints and llms.txt all returned 404.

                                                                                                • [probe] PROBE llms.txt: HTTP 404 at https://www.token2.com/llms.txt
                                                                                                • [probe] PROBE docs-md: HTTP 404 at https://www.token2.com/site/page/tools-for-fido-security-keys.md
                                                                                                • [probe] PROBE openapi: all candidate paths 404 (https://www.token2.com/openapi.json, https://www.token2.com/swagger.json, https://www.token2.com/api…
                                                                                              • ai-native userTest against a sandbox environment without touching production data

                                                                                                weight 1 · not comparable
                                                                                                Google Titan Security Keyn/a

                                                                                                Titan Security Key is a physical hardware authentication device, not an AI/dev platform with a sandbox vs production environment concept; this story's axis does not apply to this product category.

                                                                                                  Token2n/a

                                                                                                  Token2 is a hardware security key vendor with companion tools (FIDO2 management, TOTP generation, PIV/miniDriver tools), not a platform or API with distinct production/sandbox environments; the concept of testing against a sandbox without touching production data does not apply to this product category.

                                                                                                  • ai-native userRely on versioned APIs with a documented deprecation policy

                                                                                                    weight 2 · not comparable
                                                                                                    Google Titan Security Keyn/a

                                                                                                    Titan Security Key is a hardware authentication device, not an API/SDK product; the concept of versioned APIs with deprecation policy is a category error for this product type.

                                                                                                      Token2none0/10

                                                                                                      Token2 is a hardware security key vendor with desktop/CLI tools for FIDO2/PIV management; there is no evidence of any versioned public API, and probes confirm no OpenAPI/Swagger spec exists (404s across all candidate paths). No documentation of API versioning or deprecation policy is present anywhere in the evidence.

                                                                                                      • [probe] PROBE openapi: all candidate paths 404 (https://www.token2.com/openapi.json, https://www.token2.com/swagger.json, https://www.token2.com/api…
                                                                                                      • [probe] PROBE llms.txt: HTTP 404 at https://www.token2.com/llms.txt
                                                                                                      • [probe] PROBE docs-md: HTTP 404 at https://www.token2.com/site/page/tools-for-fido-security-keys.md
                                                                                                    • ai-native userDefine rules that trigger actions automatically on events

                                                                                                      weight 3 · not comparable
                                                                                                      Google Titan Security Keyn/a

                                                                                                      Titan Security Key is a hardware authentication device for 2FA/passkey sign-in; it has no automation/rules engine or event-trigger capability, and this axis is a category error for a physical security key.

                                                                                                        Token2n/a

                                                                                                        Token2 is a hardware security-key/authentication vendor with management tools for FIDO2/PIV devices; there is no automation/event-trigger rules engine in its product category, and the evidence pack covers device management, provisioning, and demos only, not conditional automation.

                                                                                                        • ai-native userSchedule recurring jobs or workflows

                                                                                                          weight 2 · not comparable
                                                                                                          Google Titan Security Keyn/a

                                                                                                          Titan Security Key is a hardware authentication device, not a workflow/automation or job-scheduling tool; scheduling recurring jobs is entirely outside its product category.

                                                                                                            Token2n/a

                                                                                                            Token2 is a hardware security key/authentication tool vendor; nothing in its product scope relates to scheduling recurring jobs or workflows, which is an automation/orchestration concern outside a security-key management product's category.

                                                                                                            • ai-native userVersion, review, and roll back my automations

                                                                                                              weight 1 · not comparable
                                                                                                              Google Titan Security Keyn/a

                                                                                                              Titan Security Key is a hardware authentication device, not an automation/workflow platform; versioning, reviewing, or rolling back automations is not a fair capability to expect from this product category.

                                                                                                                Token2n/a

                                                                                                                Token2 is a hardware security-key/FIDO2 management product; 'automations' with version/review/rollback is a concept from workflow/agent automation platforms, not applicable to a security key management toolset.

                                                                                                                • ai-native userChoose where my data is stored (region/residency)

                                                                                                                  weight 2 · not comparable
                                                                                                                  Google Titan Security Keyn/a

                                                                                                                  Titan Security Key is a physical hardware authentication device, not a data storage or cloud service; data residency/region choice is not an applicable axis for this product category.

                                                                                                                    Token2n/a

                                                                                                                    Token2 is a hardware security-key/authenticator vendor with local management tools; it does not store user data in a cloud service, so data residency/region selection is not an applicable axis for this product category.

                                                                                                                    • ai-native userPrevent my data from being used to train AI models

                                                                                                                      weight 3 · not comparable
                                                                                                                      Google Titan Security Keyn/a

                                                                                                                      Titan Security Key is a hardware authentication device for account security; it has no relationship to AI training data usage or data governance controls, so this axis does not apply to this product category.

                                                                                                                        Token2n/a

                                                                                                                        Token2 is a hardware security key/FIDO2 authentication vendor; it has no AI model training data pipeline or data-usage policy relevant to AI training. This axis is a category error for a hardware authentication product line.