Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] URL Result Reputation Status #345

Open
matijakljajic opened this issue Jul 5, 2024 · 2 comments
Open

[FEAT] URL Result Reputation Status #345

matijakljajic opened this issue Jul 5, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@matijakljajic
Copy link
Member

Opt-in feature where we could return result's reputation along with it's metadata.
Site's reputation could be based upon its number of appearances in popular blocklists.
Frontend could then use said data to warn us in advance if a site may appear fraudulent, malicious or harmful in any way.

Optional upgrade to this would be to use a FOSS is-this-site-safe type of API which would check sites more in detail, but I do not know if there's any FOSS API that does that kind of a thing.

@matijakljajic matijakljajic added the enhancement New feature or request label Jul 5, 2024
@aleksasiriski
Copy link
Member

aleksasiriski commented Jul 6, 2024

Why opt-in, I image it would be a small indicator next to the url of the result, why not have it there for everyone? I would prefer we only do the blocklist search since it can be done fast, external API could introduce additional latency and more caching logic. Maybe in the future if we even find a FOSS API like that.. but for now let's keep it simple.

@matijakljajic
Copy link
Member Author

To clarify, opt-in for the FOSS API as in more detailed scan. Blocklist search would work for everyone.
I was imagining it like this when we talked about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants