The goal of this questionnaire is to help you understand if your web API might have a security impact. If you answer yes to any of the following question, your feature needs a security review. Note that even if you answer no to all of those questions, you can still benefit from a security review.
Does your feature allow data to cross origins, including sending data to a cross-origin service (even owned by Google)?
Does your feature introduce new timers or timing measurements?
Does your feature surface information about hardware (capabilities, usage)?
Does your feature interact with how documents or resources are loaded?
Does your feature introduce a new way to execute JavaScript code?
Does your feature introduce a new type of HTML element or a new MIME type?
Is your feature gated behind a Permission?
Does your feature depend on global state (i.e. unpartitioned state shared between different origins and sites)?
Does your feature interact with cookies or other persistent storage on the client?
Does your feature interact with any of the security policies of the web (CSP, CORS, COOP, COEP)?
To help you develop safe web platform APIs, we also have web platform security guidelines and specific stop leaks policies that you can check.