{"id":26282313,"url":"https://github.com/mozillasecurity/site-scout","last_synced_at":"2026-01-07T21:16:44.005Z","repository":{"id":187084164,"uuid":"672102920","full_name":"MozillaSecurity/site-scout","owner":"MozillaSecurity","description":"Browser testing via live content","archived":false,"fork":false,"pushed_at":"2025-04-22T20:23:32.000Z","size":199,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-22T21:28:06.956Z","etag":null,"topics":["automation","python","testing"],"latest_commit_sha":null,"homepage":"https://bugzilla.mozilla.org/show_bug.cgi?id=1847294","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MozillaSecurity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-07-29T00:04:16.000Z","updated_at":"2025-04-22T20:23:34.000Z","dependencies_parsed_at":"2023-08-08T23:02:13.655Z","dependency_job_id":"fc3acd4f-3ffb-4169-8e80-6958b8a508c0","html_url":"https://github.com/MozillaSecurity/site-scout","commit_stats":null,"previous_names":["mozillasecurity/site-scout"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MozillaSecurity%2Fsite-scout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MozillaSecurity%2Fsite-scout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MozillaSecurity%2Fsite-scout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MozillaSecurity%2Fsite-scout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MozillaSecurity","download_url":"https://codeload.github.com/MozillaSecurity/site-scout/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252839685,"owners_count":21812149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["automation","python","testing"],"created_at":"2025-03-14T16:40:42.686Z","updated_at":"2026-01-07T21:16:44.000Z","avatar_url":"https://github.com/MozillaSecurity.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Site Scout\n\n[![CI](https://github.com/MozillaSecurity/site-scout/actions/workflows/ci.yml/badge.svg)](https://github.com/MozillaSecurity/site-scout/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/MozillaSecurity/site-scout/branch/main/graph/badge.svg)](https://codecov.io/gh/MozillaSecurity/site-scout)\n[![Matrix](https://img.shields.io/badge/chat-%23fuzzing-green?logo=matrix)](https://matrix.to/#/#fuzzing:mozilla.org)\n[![PyPI](https://img.shields.io/pypi/v/site-scout)](https://pypi.org/project/site-scout)\n\nSite Scout is a tool that can identify issues that are triggered by visiting live\ncontent. The primary goal is to create a tool that can be used in automation to collect\ndebugging data for issues such as crashes and assertion failures. A collection of URLs\nto visit must be provided.\n\n## Installation\n\nInstall the latest version from PyPI:\n\n```bash\npip install site-scout --upgrade\n```\n\n## Usage\n\nVisit one or more URLs (typically used to reproduce an issue):\n```bash\nsite-scout \u003cfirefox-bin\u003e -u \u003curl\u003e [\u003curl\u003e ...]\n```\n\nVisit a collection of URLs from a file:\n```bash\nsite-scout \u003cfirefox-bin\u003e -i \u003curls\u003e.yml [\u003curls\u003e.yml ...]\n```\n\n## Input Formats\n\n**YML** - URLs to visit are stored in the following format:\n```yml\n# subdomain.domain.tld/path\ndomain.tld:\n  subdomain:\n  - /path\n# '' is used to omit the subdomain\ngithub.com:\n  '':\n  - /MozillaSecurity/site-scout\nmozilla.org:\n  www:\n  - /\n  - /firefox/browsers/mobile/\n  - /firefox/new/\n```\n\n**JSONL** - URLs to visits with optional alias:\n```jsonl\n{\"url1.tld\": \"alias-string-1\"}\n{\"url2.tld/path\": \"alias-string-2\"}\n{\"sub.url3.tld\": null}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozillasecurity%2Fsite-scout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmozillasecurity%2Fsite-scout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozillasecurity%2Fsite-scout/lists"}