The Review Notes experiment will create Notes (which are stored as WordPress comments) that provide actionable feedback. These Notes are associated with a generic WordPress AI author by hooking into rest_pre_insert_comment and looking for the ai_note meta.
If someone creates a comment and sends that meta themselves, that comment will end up getting the WordPress AI author attached to it even if it wasn't a comment that was created by the Review Notes experiment.
AI version 1.0.2 has been released which fixed the problem by adding additional user permission checks and ensuring we only run this check on Notes, no other comment types.
The Review Notes experiment will create Notes (which are stored as WordPress comments) that provide actionable feedback. These Notes are associated with a generic
WordPress AIauthor by hooking intorest_pre_insert_commentand looking for theai_notemeta.If someone creates a comment and sends that meta themselves, that comment will end up getting the
WordPress AIauthor attached to it even if it wasn't a comment that was created by the Review Notes experiment.AI version 1.0.2 has been released which fixed the problem by adding additional user permission checks and ensuring we only run this check on Notes, no other comment types.