{"id":18325053,"url":"https://github.com/maxdeviant/danger-proxy","last_synced_at":"2026-01-23T17:31:33.875Z","repository":{"id":232724554,"uuid":"784992330","full_name":"maxdeviant/danger-proxy","owner":"maxdeviant","description":"A proxy for using Danger on public repos","archived":false,"fork":false,"pushed_at":"2026-01-12T17:23:11.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-12T22:58:42.017Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Gleam","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/maxdeviant.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":"2024-04-11T01:07:38.000Z","updated_at":"2026-01-12T17:23:15.000Z","dependencies_parsed_at":"2025-04-09T15:16:55.009Z","dependency_job_id":"4a343331-8f90-486f-9b19-b1ab4e572258","html_url":"https://github.com/maxdeviant/danger-proxy","commit_stats":null,"previous_names":["maxdeviant/danger-proxy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxdeviant/danger-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdeviant%2Fdanger-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdeviant%2Fdanger-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdeviant%2Fdanger-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdeviant%2Fdanger-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxdeviant","download_url":"https://codeload.github.com/maxdeviant/danger-proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxdeviant%2Fdanger-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28696670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"last_error":"SSL_read: 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":[],"created_at":"2024-11-05T18:36:41.953Z","updated_at":"2026-01-23T17:31:33.856Z","avatar_url":"https://github.com/maxdeviant.png","language":"Gleam","readme":"# Danger Proxy\n\nA proxy for using [Danger](https://danger.systems/js/) on public repos.\n\n## Raison d'être\n\nDanger is an awesome tool for automating code review and codifying team norms.\n\nHowever, setting up Danger to run on a public repository can be a bit tricky to do properly. The main issue stems from ensuring that Danger has a GitHub access token to use to interact with the GitHub API while simultaneously preventing that token from being disclosed to the world.\n\nThis turns out to be a bit of a tricky task, especially when you pull requests from forks come into play. Since GitHub Actions do not provide secrets to forks, it presents a challenge in storing the access token securely.\n\nDanger Proxy exists to allow Danger to interface with the GitHub API in a more secure fashion.\n\nDanger Proxy will:\n\n- Proxy all requests to `/github/*` to the GitHub API. The provided GitHub API token will be used for authentication.\n- Restrict requests to the list of repositories specified in the `ALLOWED_REPOS` environment variable.\n- Restrict requests to the subset of the GitHub API that Danger requires.\n\n## Setup\n\nYou will need to provide the following environment variables:\n\n```\nSECRET_KEY_BASE=\u003copenssl rand -base64 64\u003e\nGITHUB_API_TOKEN=\u003cGitHub API token\u003e\nALLOWED_REPOS=owner/repo1,owner/repo2\n```\n\n## Deployment\n\nDanger Proxy can be easily deployed to [Fly.io](https://fly.io/).\n\nJust make your modifications to [`fly.toml`](./fly.toml) to suit your needs, add the environment variables mentioned in [Setup](#setup), and run `flyctl deploy`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxdeviant%2Fdanger-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxdeviant%2Fdanger-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxdeviant%2Fdanger-proxy/lists"}