Skip to content

Conversation

Zabuzard
Copy link
Member

@Zabuzard Zabuzard commented Jul 21, 2025

Summary

Added new real scam messages and false positives, fine-tuned until everything green.

Added the ability to use regex-like ends-with check for sus keywords "foo$". As well as exact matches "^foo$".

Details

  • .exe triggered on foo.execute() (gradle logs)
  • tele caused a lot of urls to be seen sus bc levenshtein distance to words like belo or whatever is very small
  • ^earn triggered on earners (talks about salary)
  • claim triggered on reclaimed

Config Changes

The scam blocker config needs to be adjusted.

The following has to be done when deploying this:

  • change ^earn to ^earn$ (sus keywords)
  • change .exe to .exe$ (sus keywords)

The following has already be done on all environments and can hence be ignored for this PR:

  • change claim to ^claim (sus keywords)
  • add ^earning (sus keywords)
  • add the following to the host whitelist: thehackernews.com, gradle.org, help.gradle.org, youtube.com, www.youtube.com
  • change tele to telegra (sus host keywords)
  • add telety to sus host keywords
  • add tobimoller.space to blacklisted hosts

@Zabuzard Zabuzard self-assigned this Jul 21, 2025
@Zabuzard Zabuzard requested a review from a team as a code owner July 21, 2025 08:07
@Zabuzard Zabuzard added enhancement New feature or request priority: major config-changes if your PR contains any changes related to config file labels Jul 21, 2025
Copy link

@Zabuzard Zabuzard merged commit e6522be into develop Jul 21, 2025
11 checks passed
@Zabuzard Zabuzard deleted the feature/scam_fine_tuning branch July 21, 2025 10:42
@Zabuzard Zabuzard mentioned this pull request Jul 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config-changes if your PR contains any changes related to config file enhancement New feature or request priority: major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants