Skip to content

inbox-bubble: the honeypot input in the hand-off form is visible, with a 'Leave this empty' label #19

Description

@cverorg

Seen 2026-09-08 on a site mounted without KAITO (the hand-off form renders directly): the anti-spam input _hp has a real box (getBoundingClientRect width>0) and the visible text 'Leave this empty' next to the Send button. A visitor reads it as an instruction and may type into it (I did: the message was silently dropped). Expected: the honeypot is invisible to people (off-screen or display:none via the coral's own injected CSS, plus autocomplete=off tabindex=-1 aria-hidden) and the label is not rendered. Check whether the coral's stylesheet injection is what failed on that host or whether the rule never existed; add a test that the honeypot has no layout box in the form render.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions