{"id":16175702,"url":"https://github.com/osiris-team/notrust","last_synced_at":"2026-04-21T09:32:19.733Z","repository":{"id":110533348,"uuid":"477105890","full_name":"Osiris-Team/NoTrust","owner":"Osiris-Team","description":"Chrome extension that prevents you from visiting untrusted/dangerous sites.","archived":false,"fork":false,"pushed_at":"2022-04-02T21:10:18.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-31T14:59:24.244Z","etag":null,"topics":["chrome-extension"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Osiris-Team.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-02T16:12:05.000Z","updated_at":"2022-04-02T21:10:21.000Z","dependencies_parsed_at":"2023-04-10T15:48:19.120Z","dependency_job_id":null,"html_url":"https://github.com/Osiris-Team/NoTrust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Osiris-Team/NoTrust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FNoTrust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FNoTrust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FNoTrust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FNoTrust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Osiris-Team","download_url":"https://codeload.github.com/Osiris-Team/NoTrust/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FNoTrust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32085458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension"],"created_at":"2024-10-10T04:45:34.183Z","updated_at":"2026-04-21T09:32:19.645Z","avatar_url":"https://github.com/Osiris-Team.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NoTrust\nChrome extension that prevents you from visiting untrusted/dangerous sites.\n\n### Todo for 1.0 release\n- [ ] Decentralized database. \nReasons for this decision:\n  - I don't want to pay money for a server to host the data.\n  - Make sure the data of everyone actually belongs to everyone.\n  - There are no public and free REST APIs for retrieving SEO data, thus we need to create the data ourselfs.\n- [x] Database SQL design:\n  - Tables: sites visits ratings\n  - Columns for sites: id(int) url(string) trust(boolean)\n  - Columns for visits: site_id(int) timestamp(timestamp)\n  - Columns for ratings: site_id(int) timestamp(timestamp) trust(boolean)\n- [ ] Protect tables from bots/fake data.\n- [ ] Remove url parameters before storing in database, since those may contain sensitive data.\n- [ ] Extension overlay: Shows details about the current site.\n- [ ] Extension icon: Shows the current sites' rating, with a colored background that is green if its trustworthy, otherwise red.\n- [ ] Error html site: Stored locally. Gets loaded instead of the site to visit if its not trusted. \n- [ ] Trusted sites list per user: Stored locally. Sites get added to this list when the site was blocked, but the user still visited it. \n- [ ] The trust value of a site is either true or false. \n  - It gets set to true, if more than 70% of the total ratings are trusted.\n  - It gets recalcullated by the user that visits the site, and then validated by another user.\n\n### Todo for future releases\n- [ ] Provide decentralized REST API for other applications to access our data.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosiris-team%2Fnotrust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosiris-team%2Fnotrust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosiris-team%2Fnotrust/lists"}