You're being a bit disingenuous here. Other definitions of harm include: "have an adverse effect on" and "actual or potential ill effects".
var posts = connection.Query<Post>("select * from posts where user_id = @UserId", param: new { UserId = 1 });