Heavy-R appears to return false positives because the current target checks for the exact string Channel not found:
"Heavy-R": {
"errorMsg": "Channel not found",
"errorType": "message",
"isNSFW": true,
"url": "https://www.heavy-r.com/user/{}",
"urlMain": "https://www.heavy-r.com/",
"username_claimed": "kilroy222"
}
Live behavior observed on 2026-05-17 with a random control username:
https://www.heavy-r.com/user/sherlock_nonexistent_zz_1779045969
302 to go.awdeliverynet.com
302 through tracking/ad URLs
200 final response on Candy AI landing page
Because the final landing page does not contain Channel not found, Sherlock marks the username as claimed. This appears to be detecting an ad/redirect flow rather than a real profile.
Heavy-R appears to return false positives because the current target checks for the exact string
Channel not found:Live behavior observed on 2026-05-17 with a random control username:
Because the final landing page does not contain
Channel not found, Sherlock marks the username as claimed. This appears to be detecting an ad/redirect flow rather than a real profile.