{"id":31955916,"url":"https://github.com/cisagov/scubagoggles","last_synced_at":"2025-10-14T14:32:43.725Z","repository":{"id":211159634,"uuid":"670199969","full_name":"cisagov/ScubaGoggles","owner":"cisagov","description":"SCuBA Secure Configuration Baselines and assessment tool for Google Workspace ","archived":false,"fork":false,"pushed_at":"2025-09-30T23:16:26.000Z","size":5984,"stargazers_count":260,"open_issues_count":52,"forks_count":42,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-10-01T01:11:27.245Z","etag":null,"topics":["cisa","cybersecurity","google","google-workspace","gws","opa","open-policy-agent","open-source","python","scuba","scubaconnect","security","security-automation"],"latest_commit_sha":null,"homepage":"https://www.cisa.gov/resources-tools/services/secure-cloud-business-applications-scuba-project","language":"Open Policy Agent","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cisagov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-24T14:07:20.000Z","updated_at":"2025-09-30T23:16:30.000Z","dependencies_parsed_at":"2023-12-27T16:24:49.590Z","dependency_job_id":"60749355-8379-4cdc-8a85-14c6a702aff2","html_url":"https://github.com/cisagov/ScubaGoggles","commit_stats":null,"previous_names":["cisagov/scubagoggles"],"tags_count":6,"template":true,"template_full_name":"cisagov/ScubaGear","purl":"pkg:github/cisagov/ScubaGoggles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cisagov%2FScubaGoggles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cisagov%2FScubaGoggles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cisagov%2FScubaGoggles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cisagov%2FScubaGoggles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cisagov","download_url":"https://codeload.github.com/cisagov/ScubaGoggles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cisagov%2FScubaGoggles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019126,"owners_count":26086680,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cisa","cybersecurity","google","google-workspace","gws","opa","open-policy-agent","open-source","python","scuba","scubaconnect","security","security-automation"],"created_at":"2025-10-14T14:31:45.745Z","updated_at":"2025-10-14T14:32:43.720Z","avatar_url":"https://github.com/cisagov.png","language":"Open Policy Agent","funding_links":[],"categories":[],"sub_categories":[],"readme":"![ScubaGoggles Logo](https://github.com/cisagov/ScubaGoggles/raw/main/docs/images/ScubaGoggles%20GitHub%20Graphic%20v2.jpg)\n\n\n[![GitHub Release][github-release-img]][release]\n[![PyPI - Version][pypi-version-img]][pypi]\n[![GitHub Downloads][github-downloads-img]][release]\n[![PyPI Downloads][pypi-downloads-img]][pypi]\n[![GitHub License][github-license-img]][license]\n\nDeveloped by CISA, ScubaGoggles is an assessment tool that verifies a Google\nWorkspace (GWS) organization's configuration conforms to the policies\ndescribed in the Secure Cloud Business Applications\n([SCuBA](https://cisa.gov/scuba)) Secure Configuration\nBaseline [documents](https://github.com/cisagov/ScubaGoggles/blob/main/scubagoggles/baselines/README.md).\n\nFor the Microsoft 365 (M365) rendition of this tool, see [ScubaGear](https://github.com/cisagov/ScubaGear).\n\n\u003e [!WARNING]\n\u003e This tool is in an alpha state and in active development. At this time, outputs could be incorrect and should be reviewed carefully.\n\n## Overview\nWe use a three-step process:\n1. **Export**. In this step, we primarily use the Google Admin SDK API to export and serialize all the relevant logs and settings into json. ScubaGoggles also uses various other Google APIs to grab organization metadata, user privileges etc.\n2. **Verify**. Compare the exported settings from the previous step with the configuration prescribed in the baselines. We do this using [OPA Rego](https://www.openpolicyagent.org/docs/latest/policy-language/#what-is-rego), a declarative query language for defining policy.\n3. **Report**. Package the results as HTML and JSON.\n\n## Table of Contents\n\n### Installation\n\n- [Download and Python Install](https://github.com/cisagov/ScubaGoggles/blob/main/docs/installation/DownloadAndInstall.md)\n- [Download the OPA Executable](https://github.com/cisagov/ScubaGoggles/blob/main/docs/installation/OPA.md)\n- [Configure Defaults](https://github.com/cisagov/ScubaGoggles/blob/main/docs/installation/Defaults.md)\n\n### Prerequisites\n\n- [Permissions](https://github.com/cisagov/ScubaGoggles/blob/main/docs/prerequisites/Prerequisites.md#permissions)\n- [Create a Project](https://github.com/cisagov/ScubaGoggles/blob/main/docs/prerequisites/Prerequisites.md#create-a-project)\n\n### Authentication\n- [Authentication Methods](https://github.com/cisagov/ScubaGoggles/blob/main/docs/authentication/AuthenticationMethods.md)\n- [Using OAuth](https://github.com/cisagov/ScubaGoggles/blob/main/docs/authentication/OAuth.md)\n- [Using a Service Account](https://github.com/cisagov/ScubaGoggles/blob/main/docs/authentication/ServiceAccount.md)\n\n### Usage\n\n- [Usage: Parameters](https://github.com/cisagov/ScubaGoggles/blob/main/docs/usage/Parameters.md)\n- [Usage: Config File](https://github.com/cisagov/ScubaGoggles/blob/main/docs/usage/Config.md)\n- [Usage: Examples](https://github.com/cisagov/ScubaGoggles/blob/main/docs/usage/Examples.md)\n- [Reviewing Output](https://github.com/cisagov/ScubaGoggles/blob/main/docs/usage/ReviewOutput.md)\n- [Limitations](https://github.com/cisagov/ScubaGoggles/blob/main/docs/usage/Limitations.md)\n\n### Troubleshooting\n- [Not Authorized to Access This Resource](https://github.com/cisagov/ScubaGoggles/blob/main/docs/troubleshooting/Troubleshooting.md#not-authorized-to-access-this-resource)\n- [WinError 10013 Permission Error](https://github.com/cisagov/ScubaGoggles/blob/main/docs/troubleshooting/Troubleshooting.md#windows--winerror-10013-permission-error)\n- [Unable to view HTML report due to environment limitations](https://github.com/cisagov/ScubaGoggles/blob/main/docs/troubleshooting/Troubleshooting.md#unable-to-view-html-report-due-to-environment-limitations)\n\n### Misc\n- [Mappings](docs/misc/mappings.md)\n\n## Project License\nUnless otherwise noted, this project is distributed under the Creative\nCommons Zero license. With developer approval, contributions may be\nsubmitted with an alternate compatible license. If accepted, those\ncontributions will be listed herein with the appropriate license.\n\n[release]: https://github.com/cisagov/ScubaGoggles/releases\n[github-release-img]: https://img.shields.io/github/v/release/cisagov/ScubaGoggles?label=GitHub\u0026logo=github\n[github-downloads-img]: https://img.shields.io/github/downloads/cisagov/ScubaGoggles/total?label=GitHub%20downloads\n[pypi]: https://pypi.org/project/scubagoggles/\n[pypi-downloads-img]: https://img.shields.io/pypi/dm/scubagoggles.svg?labelColor=%23005288\u0026label=PyPI%20downloads\n[pypi-version-img]: https://img.shields.io/pypi/v/ScubaGoggles?label=PyPI\n[license]: https://github.com/cisagov/ScubaGoggles/blob/main/LICENSE\n[github-license-img]: https://img.shields.io/github/license/cisagov/ScubaGoggles","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcisagov%2Fscubagoggles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcisagov%2Fscubagoggles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcisagov%2Fscubagoggles/lists"}