Write operation lacks data validation

This rule detects a .write rule that grants access without an accompanying .validate rule or equivalent validation logic. The absence of server-side validation allows clients to write malformed or malicious data, which can corrupt the database and bypass application logic. Client-side validation is insufficient as it can be bypassed.