Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"apigateway",
"http",
"https",
"load-balancer",
"reverse-proxy",
"go",
"golang"
],
"is_fork": false,
"size_kb": 5020,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 65217
},
"pushed_at": "2026-07-29T18:19:09Z",
"created_at": "2026-03-11T00:59:52Z",
"owner_type": "User",
"updated_at": "2026-07-27T13:15:12Z",
"description": "A Layer 7 Reverse Proxy & Edge API Gateway.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://ashishbarmaiya.hashnode.dev",
"name": "Ashish Barmaiya",
"type": "User",
"login": "Ashish-Barmaiya",
"company": null,
"location": "India",
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/186715855?v=4",
"created_at": "2024-10-29T13:18:59Z",
"is_verified": null,
"public_repos": 16,
"account_age_days": 638
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-27T13:24:41Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-17T11:33:13Z"
},
{
"tag": "benchmark-002",
"kind": "other",
"published_at": "2026-07-17T10:44:15Z"
},
{
"tag": "v0.9.0-rc.1",
"kind": "prerelease",
"published_at": "2026-03-16T21:17:30Z"
}
],
"recent_commits": [
{
"oid": "aade4e0a877b0c4b223b848c13944bb3f2bfe904",
"body": "Merge the zero-downtime hot reload implementation into main.\n\nThis milestone introduces immutable runtime generations as the foundation\nfor configuration management in Torus. Configuration changes are now\napplied by constructing a complete replacement runtime, publishing it\nthrough an atomic pointer\n[…]\nis release establishes the runtime architecture that future features,\nincluding dynamic service discovery, runtime metrics, weighted load\nbalancing, and advanced routing capabilities, will build upon.",
"is_bot": false,
"headline": "Merge pull request #22 from Ashish-Barmaiya/feature/hot-reload",
"author_name": "Ashish Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-27T13:14:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d9d648db4e9df9827967b5666f207fcbe4fafbac",
"body": null,
"is_bot": false,
"headline": "docs: add ADR-003, Runtime_Architecture, and update readme",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-27T10:58:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44b8f16b6446dc52ec3b87eef0c243b10b1de734",
"body": null,
"is_bot": false,
"headline": "docs: update readme and architecture",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-27T09:52:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4131b19da1fec80dade32655c54d22611ad24d28",
"body": null,
"is_bot": false,
"headline": "test(hot reload): add end-to-end integration test for hot-reload",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-27T09:16:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d74f6e76b8328e433d836bca06f6643f4fe31fb4",
"body": "… and runtime reload.\n\ntest(reload-concurrency): add swap and reload concurrency test cases in server_test",
"is_bot": false,
"headline": "refactor(runtime-swap): implement RWMutex for request runtime acquire…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-26T14:17:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87a94624a6e361ad6475b6bf5089140e1280941e",
"body": null,
"is_bot": false,
"headline": "test(config): add unit tests for config validation and config load",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-26T12:15:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3b6c400a9d071f5bc0eea77f1d9c1bfe9457530",
"body": null,
"is_bot": false,
"headline": "feat(config): add validation for config",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-26T11:53:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66b3cba3af79a3df76ad937088d266945b0f8461",
"body": null,
"is_bot": false,
"headline": "feat(hot reaload): implement hot runtime reload infrastructure",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-26T09:44:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "480ab69cdf9674f18bfe3528ea825a7fb02f5f4a",
"body": "… notifications",
"is_bot": false,
"headline": "feat(configwatcher): implement configuration watcher with file system…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-25T14:38:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a98d8511d4dc7e992fd38dd331d4ec60bdce699",
"body": "…rmation in logs",
"is_bot": false,
"headline": "feat(runtime): assign runtime generations and include generation info…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-25T14:17:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d29dd83f3ad545c0a60a3ccbdd4d07c6be1e99d",
"body": null,
"is_bot": false,
"headline": "feat(runtime): assign runtime generations",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-25T14:08:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2856d68bc2a8d7e87234d3c355d859212726d5c",
"body": null,
"is_bot": false,
"headline": "feat(config): introduce configuration schema version",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-25T14:00:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ed2b05f2dfe0a0527a0d51e2602fa90072adc38",
"body": null,
"is_bot": false,
"headline": "chore(config): move example configurations into configs directory",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-25T13:47:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4fe944c7bb8c6de0ff6cf3aa89056e2f3d5e4f1",
"body": null,
"is_bot": false,
"headline": "feat(proxy): add graceful runtime reload",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-25T12:45:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "285387a308d75d017fbaf1634f2814044b3d989e",
"body": null,
"is_bot": false,
"headline": "refactor(proxy): use atomic runtime pointer",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-25T12:42:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e9c4c86c422af9413876fae62c5d92d22e250c3",
"body": null,
"is_bot": false,
"headline": "refactor(proxy): remove duplicated runtime state from server",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-25T12:34:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2344b146f5220ca46772f1b8847824bff45c2d8d",
"body": null,
"is_bot": false,
"headline": "refactor(runtime): track active runtime requests",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-25T12:21:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6310ce116c95604290cd93f6044d29489929b04f",
"body": null,
"is_bot": false,
"headline": "refactor(runtime): make runtime own lifecycle",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-25T12:04:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14a32740a37b19961956877ef3920b5193246f1e",
"body": null,
"is_bot": false,
"headline": "refactor(proxy): make server depend on runtime",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-25T06:05:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14a4ed3a0e94f98d0f349cf26075f559ba2619dd",
"body": null,
"is_bot": false,
"headline": "refactor(runtime): extract runtime construction from main",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-24T14:30:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "084e6418347627ea612c1197a80a6ded96893b3a",
"body": null,
"is_bot": false,
"headline": "feat(runtime): introduce runtime abstraction",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-24T14:05:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "247a731f4d0b054c6e33d78c422c97e292e7fce7",
"body": null,
"is_bot": false,
"headline": "docs(adr): replace planned blog post with actual link in ADR-001",
"author_name": "Ashish Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-23T15:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dcfed1f837ed7586afce18f14adee5f7c47ba91",
"body": null,
"is_bot": false,
"headline": "docs(benchmark): update Torus version to v0.1.0 in Benchmark-002 report",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-17T11:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10ba7aa976b0e6306e10d866330091bbd0b31f7c",
"body": "…essibility",
"is_bot": false,
"headline": "docs(benchmark): update dataset links in Benchmark-002 report for acc…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-17T10:54:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc2d6505d90bc8c8c0f21050ee63dc45728ea5e1",
"body": "…Publish Benchmark-002 HTTP vs HTTPS evaluation",
"is_bot": false,
"headline": "Merge pull request #21 from Ashish-Barmaiya/benchmark/http-vs-https: …",
"author_name": "Ashish Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-17T05:22:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5930479902b605933aed3763ea9928c34615a86",
"body": "… results and configuration details",
"is_bot": false,
"headline": "docs: Update README and ARCHITECTURE documentation with Benchmark-002…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-17T05:19:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b89cb8dfc4281b5a4fe73f33df0acdb063de84d3",
"body": null,
"is_bot": false,
"headline": "docs(benchmark): Publish Benchmark-002 HTTP vs HTTPS evaluation",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-17T04:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1aaa11d42b54ec9556caf15ed26435e1cadb615",
"body": "…d, and add configuration files",
"is_bot": false,
"headline": "feat(benchmark): update HTTP and HTTPS scenarios, enhance mock backen…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-15T12:54:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0de17c5ad954f1c3c463a8a7c046a67b97b4be82",
"body": null,
"is_bot": false,
"headline": "cchore: remove generated benchmark artifacts",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-14T13:11:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9aa323bb8927e48354e9e2950426c2ab974a4665",
"body": "…omation\n\nadd a complete automated benchmarking pipeline for benchmark execution, monitoring, statistical analysis, and report generation with updated documentation",
"is_bot": false,
"headline": "Merge pull request #20 from Ashish-Barmaiya/engineering/benchmark-aut…",
"author_name": "Ashish Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-14T11:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a99a192d8345f12efd5e6509049add284307baa4",
"body": "…document",
"is_bot": false,
"headline": "chore: update version and last updated date in benchmarking standard …",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-14T11:12:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce78d2f9ac591cd67d00517edb8eff6827c82154",
"body": "…enchmarks",
"is_bot": false,
"headline": "feat(automation): update documentation and automation framework for b…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-14T11:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ee4822b8e7d852c8bc92121ace2af819ce88d8c",
"body": "…tions and memory unit conversion",
"is_bot": false,
"headline": "refactor(automation): improve benchmark plots with statistical annota…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-13T09:05:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "667ad313fce8d46a53c487da85af5c7d815da5f2",
"body": "…ting utilities",
"is_bot": false,
"headline": "refactor(automation): refactor benchmark automation pipeline and plot…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-12T16:30:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9f645f8d800b1b68b6ee028891a427d740c2034",
"body": null,
"is_bot": false,
"headline": "feat(benchmarking): implement benchmark analysis and plotting utilities",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-12T05:10:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "538da28397b3d7fe39513761f75c6cf814ed8a3a",
"body": null,
"is_bot": false,
"headline": "chore: stop tracking benchmark datasets",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-11T17:01:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59150869e402f0dfdd9ac770c3a7333c60280cce",
"body": null,
"is_bot": false,
"headline": "fix(automation): fix automation benchmark execution framework",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-11T16:58:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8edc1f0c93d17b3b1c16d9c97ed945f8559a5da7",
"body": null,
"is_bot": false,
"headline": "fix(automation): replace wrk2 with vegeta",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-11T14:39:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45e0c4c90a36d252ee8ef1c1f3f4a6d11d72618d",
"body": "…e evaluation",
"is_bot": false,
"headline": "feat(benchmarking): add benchmark and analysis scripts for performanc…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-11T05:26:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aceeb6c600d6f7b592efcae997fe8cbb74c3e3bf",
"body": "…ta and monitoring capabilities",
"is_bot": false,
"headline": "feat(monitor): add collect and monitor scripts with additional metada…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-11T05:24:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bbbc756bffc6da71c474b66ad5da3545599acf3",
"body": "…s and tool version logging",
"is_bot": false,
"headline": "feat(validation): add environment validation script with system check…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-11T05:07:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74aaa49a058c5ed8eef18920b47d598879496252",
"body": "… type and kernel version",
"is_bot": false,
"headline": "fix(docs): update hardware and software profiles with correct storage…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-09T13:34:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6302e2d9fb13b4cd29beada2d17b3021b685b91e",
"body": null,
"is_bot": false,
"headline": "feat(benchmarking): add benchmarking scenarios",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-09T13:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "479460be10f3037da89de2cd132f59598dc5a59b",
"body": "Docs/benchmarking framework",
"is_bot": false,
"headline": "Merge pull request #19 from Ashish-Barmaiya/docs/benchmarking-framework",
"author_name": "Ashish Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-09T11:13:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afb8cd7e36c42a9228a8a7636182f5b41a51af10",
"body": null,
"is_bot": false,
"headline": "docs(adr): write adr-002: use atomic.bool for backend health state",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-09T10:44:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3abe75ac860684f736f6dff4a271267e9f60862",
"body": null,
"is_bot": false,
"headline": "docs(readme): update readme",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-09T10:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9ad866c311c1088ee42e648f45a2e9ecd920a6f",
"body": null,
"is_bot": false,
"headline": "docs(adr): add ADR-001 for rewriting Torus from Node.js to Go",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-09T09:49:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd17a32c969e44fe079282b43a5984f0679d9aa8",
"body": "…Go rewrite",
"is_bot": false,
"headline": "docs(benchmarking): add performance evaluation report for Node.js to …",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-09T09:26:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab80649bc8bbcbf31fae6a8e03bfea613ce58f4d",
"body": "docs(benchmarking): establish benchmarking methodology and reporting framework and update readme",
"is_bot": false,
"headline": "Merge pull request #18 from Ashish-Barmaiya/update-docs",
"author_name": "Ashish Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-05T07:48:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e67c8eb27320239d460f2e7e90e8842fd0b7be7d",
"body": "…framework and update readme\n\n- define benchmarking standards and methodology\n- add statistical analysis guidelines\n- introduce benchmark matrix and report template\n- document tooling and automation strategy\n- add hardware, environment and software profiles\n- create benchmarking framework README\n- update project readme to reflect current state of the project",
"is_bot": false,
"headline": "docs(benchmarking): establish benchmarking methodology and reporting …",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-05T07:36:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3885fdf7ad1c8a5e82bdae1498b7bdcb490268e8",
"body": "implement tls termination feature",
"is_bot": false,
"headline": "Merge pull request #17 from Ashish-Barmaiya/feature-tls-termination",
"author_name": "Ashish Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-03T03:08:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bfda1c78810d39fd49b42c816a7201db89cb5c6",
"body": null,
"is_bot": false,
"headline": "feat: update server address for TLS termination and enhance logging",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-03T03:06:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0d8f17d3562bddd4bf641e7b0cd005248e94872",
"body": "…ation tests",
"is_bot": false,
"headline": "feat: implement TLS termination support with configuration and integr…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-07-02T22:15:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab6f9673ceecc48d5ba657519b483fd4c8a8e382",
"body": "Feature graceful shutdown",
"is_bot": false,
"headline": "Merge pull request #16 from Ashish-Barmaiya/feature-graceful-shutdown",
"author_name": "Ashish Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-21T05:52:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a954a6c00742e5008181f62006260c26ccb34204",
"body": null,
"is_bot": false,
"headline": "test: add test for graceful shutdown of the proxy server",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-21T05:49:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0df8bc7aacb4b37ab78bb296405839807f5977b9",
"body": null,
"is_bot": false,
"headline": "feat: implement graceful shutdown for the proxy server",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-21T04:52:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a92326115c46e652ab91b68e441cef94ef8cb0b",
"body": "…n backend proxy",
"is_bot": false,
"headline": "feat: update Go version in README and configuration; fix header key i…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-17T12:05:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfba3e55a003ea29b6e5e3fc78c662df16d9f53b",
"body": "1. Implement Yaml config parser\n2. Add Target method in Checker interface",
"is_bot": false,
"headline": "Merge pull request #15 from Ashish-Barmaiya/yaml-config-parser",
"author_name": "Ashish Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-17T11:31:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34e80ca4aa8cbb0f85f5d5d389c0c0dd91e1e874",
"body": "…update health check logging",
"is_bot": false,
"headline": "feat: implement Target method for Checker interface and HTTPChecker; …",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-17T11:24:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95cf4f7da6f3812dbe8bacca6f34c9ba6ca3c5cb",
"body": "…and improve logging; update torus.yaml for upstream configuration",
"is_bot": false,
"headline": "feat: refactor mock_backend.go to use ServeMux for handling requests …",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-17T11:11:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a4ed7d42af22be5f1b0e050215124b158800a60",
"body": "…kends dynamically",
"is_bot": false,
"headline": "feat: refactor main.go to load configuration from YAML and create bac…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-15T13:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6171c532b9629cd0bd4b814eea6979cd22866ed",
"body": "…ndencies",
"is_bot": false,
"headline": "feat: add YAML configuration parser and update go.mod/go.sum for depe…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-15T13:31:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41c45dab4af5bf4dfa141b35b6fbd492bf992c79",
"body": null,
"is_bot": false,
"headline": "meta: update .gitattributes to refine node file handling for linguist",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-13T22:42:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5454bc2e276da30e16f936293e6179e29f03ca00",
"body": null,
"is_bot": false,
"headline": "meta: exclude old node code from language statistics",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-13T22:38:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f9069d39f2356144494c74803f61fded03bf923",
"body": null,
"is_bot": false,
"headline": "feat: add .gitattributes to mark node files as documentation",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-13T22:34:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e432f08166280647823f57b03111bbb8e495da43",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/Ashish-Barmaiya/torus-proxy",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-10T02:31:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b6016bb842987d65f78072cec1f3298861ea0d6",
"body": null,
"is_bot": false,
"headline": "feat: integrate structured logging with slog and add logging middleware",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-10T02:31:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecfb0bd35a46e2661956daf9e3fd881c93c4e066",
"body": null,
"is_bot": false,
"headline": "docs: include reproduction steps for benchmark metrics",
"author_name": "Ashish Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-10T00:53:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69459048d99b59b19dd1d406a7566ff71b8b4fb9",
"body": "…add mock backend for testing",
"is_bot": false,
"headline": "docs: update benchmarks and methodology in README and BENCHMARKS.md; …",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-10T00:05:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97aab6f339e096b9fb1629f5246e560746f4dc0e",
"body": "docs: update readme, architecture and benchmarks to reflect Go implementation improvements\ntest: enhance lifecycle test to verify prober auto-recovery behavior",
"is_bot": false,
"headline": "Merge pull request #14 from Ashish-Barmaiya/update-docs",
"author_name": "Ashish Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-09T12:04:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "945bc3d485be310c7e4da78cc5bbb7707b6981f7",
"body": null,
"is_bot": false,
"headline": "test: enhance lifecycle test to verify prober auto-recovery behavior",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-09T12:02:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc9c70eac7d2715b21e8988f3a64c9460e7cc09b",
"body": "…entation improvements",
"is_bot": false,
"headline": "docs: update readme, architecture and benchmarks to reflect Go implem…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-09T11:48:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "323c42dead2869b06bfc9f4fafb25eae13c2d3e2",
"body": "Health check",
"is_bot": false,
"headline": "Merge pull request #13 from Ashish-Barmaiya/health-check",
"author_name": "Ashish Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-08T01:46:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eb064a6f7775add1a733fec375be5d8034a4fff",
"body": null,
"is_bot": false,
"headline": "test: enhance MockChecker with sync.Mutex to prevent data race",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-08T01:44:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "897687870ada441c45b396677443d4b8642e0bdb",
"body": null,
"is_bot": false,
"headline": "test: add secondary fault isolation test for prober recovery sequence",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-07T13:23:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbcc51f037bdb37fda624a3856fc954dc69e07ed",
"body": null,
"is_bot": false,
"headline": "test: add self-healing test for primary panic recovery in health checker",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-07T13:12:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce4510db82238b8f38ca4712fc7cc9a72f6501df",
"body": null,
"is_bot": false,
"headline": "test: add lifecycle tests for health checker with mock implementation",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-07T13:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e609e063bfdf8308aaea58f5b73f487fadf45d2",
"body": "… robin load balancing",
"is_bot": false,
"headline": "feat: implement health check mechanism for backends and enhance round…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-06T22:59:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf715a621a9e9a223496b30337181ce20b13d558",
"body": null,
"is_bot": false,
"headline": "ci: remove coverage flag from test command in CI configuration",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-04T12:15:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b292b22e4211c5c4bb1c252cc8b65bac90ba7bb",
"body": null,
"is_bot": false,
"headline": "ci: migrate CI configuration from Node.js to Go",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-04T12:10:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b52bc7bc2d376bdae14f7a0181cd7273ee466fcd",
"body": null,
"is_bot": false,
"headline": "Move Go code to repository root",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-04T12:04:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e237ab90dc2b58d5436c02887dd3fd869a3cd4b",
"body": "…ling in backend",
"is_bot": false,
"headline": "test(go): enhance end-to-end flow test and proxy setup and error hand…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-04T11:50:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d2899534798c58b40d226bb1ab4983a3126dc60",
"body": null,
"is_bot": false,
"headline": "test(go): rename and enhance routing tests for clarity and coverage",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-04T11:11:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c717c8c5a71c5c12335ac6c263b234d76021c0ed",
"body": "…ceholders",
"is_bot": false,
"headline": "test(go): update round robin tests to use backend URLs instead of pla…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-04T11:03:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d719943d355797b39c68c3dee401dbd9fa2a3c6a",
"body": "…roxy",
"is_bot": false,
"headline": "refactor(go): add UUID generation and forwarding headers in reverse p…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-04T09:07:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "324b2f9bcef8441b33c8aa0cbafed9ab259ccb0b",
"body": null,
"is_bot": false,
"headline": "refactor(go): implement custom connection pool for reverse proxy",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-03T04:42:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "535462373bad132c14c958456d058bfbb34870b3",
"body": null,
"is_bot": false,
"headline": "refactor(go): remove unnecessary context handling in HTTP handler",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-03T00:55:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70dd4da69bfac15ff8f046da6096703843d2c932",
"body": null,
"is_bot": false,
"headline": "refactor(go): simplify route matching logic in Router to prevent panic",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-03T00:47:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37c257f57ff94b7d0149e1a9d4d55f12f3fcbcc4",
"body": "…y server",
"is_bot": false,
"headline": "refactor(go): enhance backend creation and request forwarding in prox…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-02T23:34:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3aee9f6f59d578943c8f279c704ae3b5b22c2745",
"body": "… in RoundRobin",
"is_bot": false,
"headline": "refactor(go): replace uint64 with atomic.Uint64 for thread-safe index…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-02T03:50:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0327866a0bd95319dcc1b1f1360ade897521fa7",
"body": null,
"is_bot": false,
"headline": "feat(go): implement longest prefix match routing logic in Router",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-02T02:52:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f0e6c9862caf1c61aff4ff4cb4b554f0802b3a9",
"body": "…outs and secured multiplexer",
"is_bot": false,
"headline": "refactor(go): update server start method to use http.Server with time…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-06-01T22:35:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb49cfd35e80f92b7c1aeebf5b09ae972be3ffc9",
"body": "…nctionality",
"is_bot": false,
"headline": "test(go): add unit tests for round robin load balancer and routing fu…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-04-09T10:43:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "660c8295b46cf71bf874991433a35b0c40d39e2c",
"body": "…pipeline testing",
"is_bot": false,
"headline": "test(go): update proxy integration test and achieve end-to-end proxy …",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-04-09T09:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4271bc4bf8a1cc9ad15a73724d505cf50603ce4a",
"body": null,
"is_bot": false,
"headline": "test(go): add proxy flow integration tests",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-04-09T08:46:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1acd272b54542b78fe77496e4ea8507cb943a368",
"body": "…ting in go",
"is_bot": false,
"headline": "feat: implement initial core proxy server with load balancing and rou…",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-04-08T13:14:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ad750de4da97252148303f506d722737d3ac852",
"body": null,
"is_bot": false,
"headline": "chore(go): initialize Go module and establish migration baseline",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-04-07T03:23:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "404cbd84e4219c2f18f075a612356b911d896a72",
"body": "migration: archive node project into /node directory",
"is_bot": false,
"headline": "Merge pull request #12 from Ashish-Barmaiya/archive/node-version",
"author_name": "Ashish Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-04-07T03:13:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d96ea37ffbc7438a946d748dc6a1a0ce34096e2a",
"body": null,
"is_bot": false,
"headline": "test: add configPath to cluster integration test",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-04-07T03:12:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebc339d75b0f6396807e536d82133ebc63308dab",
"body": null,
"is_bot": false,
"headline": "fix: enhance configuration path handling for certs and config file",
"author_name": "Ashish-Barmaiya",
"author_login": "Ashish-Barmaiya",
"committed_at": "2026-04-07T02:32:31Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 152,
"latest_release_at": "2026-07-27T13:24:41Z",
"latest_release_tag": "v0.2.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 14,
"days_since_latest_release": 2,
"mean_days_between_releases": 44.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"node/tsconfig.json"
],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 15775,
"source_files_sampled": 55,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod",
"node/package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "handlebars",
"direct": false,
"version": "4.7.8",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-2qvq-rjwj-gvw9",
"GHSA-2w6w-674q-4c4q",
"GHSA-3mfm-83xf-c92r",
"GHSA-442j-39wm-28r2",
"GHSA-7rx3-28cr-v5wh",
"GHSA-9cx6-37pm-9jff",
"GHSA-xhpv-hc6g-r9c6",
"GHSA-xjpj-3mr7-gcpf"
],
"fixed_version": "4.7.9",
"advisory_count": 8,
"oldest_advisory_days": 125
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.12",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-f886-m6hf-6m8v",
"GHSA-mh99-v99m-4gvg"
],
"fixed_version": "5.0.8",
"advisory_count": 3,
"oldest_advisory_days": 125
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.0.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-f886-m6hf-6m8v",
"GHSA-mh99-v99m-4gvg"
],
"fixed_version": "5.0.8",
"advisory_count": 3,
"oldest_advisory_days": 125
},
{
"name": "js-yaml",
"direct": false,
"version": "3.14.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-52cp-r559-cp3m",
"GHSA-h67p-54hq-rp68"
],
"fixed_version": "4.3.0",
"advisory_count": 2,
"oldest_advisory_days": 44
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3v7f-55p6-f55p",
"GHSA-c2c7-rcm5-vvqj"
],
"fixed_version": "4.0.4",
"advisory_count": 2,
"oldest_advisory_days": 126
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.3",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3v7f-55p6-f55p",
"GHSA-c2c7-rcm5-vvqj"
],
"fixed_version": "4.0.4",
"advisory_count": 2,
"oldest_advisory_days": 126
},
{
"name": "yaml",
"direct": true,
"version": "2.8.2",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 4.3,
"advisory_ids": [
"GHSA-48c2-rrv3-qjmp"
],
"fixed_version": "2.8.3",
"advisory_count": 1,
"oldest_advisory_days": 126
},
{
"name": "@babel/core",
"direct": false,
"version": "7.29.0",
"severity": "low",
"ecosystem": "npm",
"cvss_score": 3.2,
"advisory_ids": [
"GHSA-4x5r-pxfx-6jf8"
],
"fixed_version": "8.0.0-rc.6",
"advisory_count": 1,
"oldest_advisory_days": 44
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.13.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 68
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 1,
"high": 5,
"unknown": 1,
"critical": 1,
"moderate": 1
},
"advisory_count": 23,
"affected_count": 9,
"assessed_count": 367,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"go",
"npm"
],
"dependencies": [
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
},
{
"name": "pino",
"manifest": "node/package.json",
"ecosystem": "npm",
"version_constraint": "^10.3.1"
},
{
"name": "prom-client",
"manifest": "node/package.json",
"ecosystem": "npm",
"version_constraint": "^15.1.3"
},
{
"name": "redis",
"manifest": "node/package.json",
"ecosystem": "npm",
"version_constraint": "^5.11.0"
},
{
"name": "yaml",
"manifest": "node/package.json",
"ecosystem": "npm",
"version_constraint": "^2.8.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/google/uuid",
"direct": true,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": true,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "pino",
"direct": true,
"version": "10.3.1",
"ecosystem": "npm"
},
{
"name": "prom-client",
"direct": true,
"version": "15.1.3",
"ecosystem": "npm"
},
{
"name": "redis",
"direct": true,
"version": "5.11.0",
"ecosystem": "npm"
},
{
"name": "yaml",
"direct": true,
"version": "2.8.2",
"ecosystem": "npm"
},
{
"name": "github.com/fsnotify/fsnotify",
"direct": false,
"version": "v1.10.1",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.13.0",
"ecosystem": "go"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.29.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-globals",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-plugin-utils",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-option",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-async-generators",
"direct": false,
"version": "7.8.4",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-bigint",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-class-properties",
"direct": false,
"version": "7.12.13",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-class-static-block",
"direct": false,
"version": "7.14.5",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-import-attributes",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-import-meta",
"direct": false,
"version": "7.10.4",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-json-strings",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-jsx",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-logical-assignment-operators",
"direct": false,
"version": "7.10.4",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-nullish-coalescing-operator",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-numeric-separator",
"direct": false,
"version": "7.10.4",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-object-rest-spread",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-optional-catch-binding",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-optional-chaining",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-private-property-in-object",
"direct": false,
"version": "7.14.5",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-top-level-await",
"direct": false,
"version": "7.14.5",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-typescript",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@bcoe/v8-coverage",
"direct": false,
"version": "0.2.3",
"ecosystem": "npm"
},
{
"name": "@cspotcode/source-map-support",
"direct": false,
"version": "0.8.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.9.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.9.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "@isaacs/cliui",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/load-nyc-config",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/schema",
"direct": false,
"version": "0.1.3",
"ecosystem": "npm"
},
{
"name": "@jest/console",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "@jest/core",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "@jest/diff-sequences",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "@jest/environment",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "@jest/expect",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "@jest/expect-utils",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "@jest/fake-timers",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "@jest/get-type",
"direct": false,
"version": "30.1.0",
"ecosystem": "npm"
},
{
"name": "@jest/globals",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "@jest/pattern",
"direct": false,
"version": "30.0.1",
"ecosystem": "npm"
},
{
"name": "@jest/reporters",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "@jest/schemas",
"direct": false,
"version": "30.0.5",
"ecosystem": "npm"
},
{
"name": "@jest/snapshot-utils",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "@jest/source-map",
"direct": false,
"version": "30.0.1",
"ecosystem": "npm"
},
{
"name": "@jest/test-result",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "@jest/test-sequencer",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "@jest/transform",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "@jest/types",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/remapping",
"direct": false,
"version": "2.3.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@napi-rs/wasm-runtime",
"direct": false,
"version": "0.2.12",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/api",
"direct": false,
"version": "1.9.0",
"ecosystem": "npm"
},
{
"name": "@pinojs/redact",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "@pkgjs/parseargs",
"direct": false,
"version": "0.11.0",
"ecosystem": "npm"
},
{
"name": "@pkgr/core",
"direct": false,
"version": "0.2.9",
"ecosystem": "npm"
},
{
"name": "@redis/bloom",
"direct": false,
"version": "5.11.0",
"ecosystem": "npm"
},
{
"name": "@redis/client",
"direct": false,
"version": "5.11.0",
"ecosystem": "npm"
},
{
"name": "@redis/json",
"direct": false,
"version": "5.11.0",
"ecosystem": "npm"
},
{
"name": "@redis/search",
"direct": false,
"version": "5.11.0",
"ecosystem": "npm"
},
{
"name": "@redis/time-series",
"direct": false,
"version": "5.11.0",
"ecosystem": "npm"
},
{
"name": "@sinclair/typebox",
"direct": false,
"version": "0.34.48",
"ecosystem": "npm"
},
{
"name": "@sinonjs/commons",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@sinonjs/fake-timers",
"direct": false,
"version": "15.1.1",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node10",
"direct": false,
"version": "1.0.12",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node12",
"direct": false,
"version": "1.0.11",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node14",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node16",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.1",
"ecosystem": "npm"
},
{
"name": "@types/babel__core",
"direct": false,
"version": "7.20.5",
"ecosystem": "npm"
},
{
"name": "@types/babel__generator",
"direct": false,
"version": "7.27.0",
"ecosystem": "npm"
},
{
"name": "@types/babel__template",
"direct": false,
"version": "7.4.4",
"ecosystem": "npm"
},
{
"name": "@types/babel__traverse",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "@types/istanbul-lib-coverage",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "@types/istanbul-lib-report",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "@types/istanbul-reports",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@types/jest",
"direct": false,
"version": "30.0.0",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "25.3.5",
"ecosystem": "npm"
},
{
"name": "@types/pino",
"direct": false,
"version": "7.0.4",
"ecosystem": "npm"
},
{
"name": "@types/stack-utils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "@types/yaml",
"direct": false,
"version": "1.9.6",
"ecosystem": "npm"
},
{
"name": "@types/yargs",
"direct": false,
"version": "17.0.35",
"ecosystem": "npm"
},
{
"name": "@types/yargs-parser",
"direct": false,
"version": "21.0.3",
"ecosystem": "npm"
},
{
"name": "@ungap/structured-clone",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-android-arm-eabi",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-android-arm64",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-darwin-arm64",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-darwin-x64",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-freebsd-x64",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-arm-musleabihf",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-arm64-gnu",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-arm64-musl",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-ppc64-gnu",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-riscv64-gnu",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-riscv64-musl",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-s390x-gnu",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-x64-gnu",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-x64-musl",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-wasm32-wasi",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-win32-arm64-msvc",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-win32-ia32-msvc",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-win32-x64-msvc",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.16.0",
"ecosystem": "npm"
},
{
"name": "acorn-walk",
"direct": false,
"version": "8.3.5",
"ecosystem": "npm"
},
{
"name": "ansi-escapes",
"direct": false,
"version": "4.3.2",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "anymatch",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "arg",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "atomic-sleep",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "babel-jest",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "babel-plugin-istanbul",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "babel-plugin-jest-hoist",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "babel-preset-current-node-syntax",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "babel-preset-jest",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "baseline-browser-mapping",
"direct": false,
"version": "2.10.7",
"ecosystem": "npm"
},
{
"name": "bintrees",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.12",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.28.1",
"ecosystem": "npm"
},
{
"name": "bs-logger",
"direct": false,
"version": "0.2.6",
"ecosystem": "npm"
},
{
"name": "bser",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "buffer-from",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "5.3.1",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001778",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "char-regex",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "ci-info",
"direct": false,
"version": "4.4.0",
"ecosystem": "npm"
},
{
"name": "cjs-module-lexer",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "cluster-key-slot",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "co",
"direct": false,
"version": "4.6.0",
"ecosystem": "npm"
},
{
"name": "collect-v8-coverage",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "colorette",
"direct": false,
"version": "2.0.20",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "create-require",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "dateformat",
"direct": false,
"version": "4.6.3",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "dedent",
"direct": false,
"version": "1.7.2",
"ecosystem": "npm"
},
{
"name": "deepmerge",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "detect-newline",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "eastasianwidth",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.313",
"ecosystem": "npm"
},
{
"name": "emittery",
"direct": false,
"version": "0.13.1",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "9.2.2",
"ecosystem": "npm"
},
{
"name": "end-of-stream",
"direct": false,
"version": "1.4.5",
"ecosystem": "npm"
},
{
"name": "error-ex",
"direct": false,
"version": "1.3.4",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "esprima",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "execa",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "exit-x",
"direct": false,
"version": "0.2.2",
"ecosystem": "npm"
},
{
"name": "expect",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "fast-copy",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fast-safe-stringify",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "fb-watchman",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "fs.realpath",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "gensync",
"direct": false,
"version": "1.0.0-beta.2",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "get-package-type",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "get-stream",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "10.5.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.3",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "handlebars",
"direct": false,
"version": "4.7.8",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "help-me",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "human-signals",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "import-local",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "inflight",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "is-arrayish",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-generator-fn",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-stream",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-instrument",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-report",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-source-maps",
"direct": false,
"version": "5.0.6",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "jackspeak",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "jest",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "jest-changed-files",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "jest-circus",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "jest-cli",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "jest-config",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "jest-diff",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "jest-docblock",
"direct": false,
"version": "30.2.0",
"ecosystem": "npm"
},
{
"name": "jest-each",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "jest-environment-node",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "jest-haste-map",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "jest-leak-detector",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "jest-matcher-utils",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "jest-message-util",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "jest-mock",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "jest-pnp-resolver",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "jest-regex-util",
"direct": false,
"version": "30.0.1",
"ecosystem": "npm"
},
{
"name": "jest-resolve",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "jest-resolve-dependencies",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "jest-runner",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "jest-runtime",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "jest-snapshot",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "jest-util",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "jest-validate",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "jest-watcher",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "jest-worker",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "joycon",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "3.14.2",
"ecosystem": "npm"
},
{
"name": "jsesc",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "json-parse-even-better-errors",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "json5",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "leven",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "lines-and-columns",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "lodash.memoize",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "10.4.3",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "make-error",
"direct": false,
"version": "1.3.6",
"ecosystem": "npm"
},
{
"name": "makeerror",
"direct": false,
"version": "1.0.12",
"ecosystem": "npm"
},
{
"name": "merge-stream",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mimic-fn",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "9.0.9",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "napi-postinstall",
"direct": false,
"version": "0.3.4",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "neo-async",
"direct": false,
"version": "2.6.2",
"ecosystem": "npm"
},
{
"name": "node-int64",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.36",
"ecosystem": "npm"
},
{
"name": "normalize-path",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "npm-run-path",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "on-exit-leak-free",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "onetime",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "p-try",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "package-json-from-dist",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parse-json",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-is-absolute",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-scurry",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "pino-abstract-transport",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "pino-pretty",
"direct": false,
"version": "13.1.3",
"ecosystem": "npm"
},
{
"name": "pino-std-serializers",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "pirates",
"direct": false,
"version": "4.0.7",
"ecosystem": "npm"
},
{
"name": "pkg-dir",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "pretty-format",
"direct": false,
"version": "30.3.0",
"ecosystem": "npm"
},
{
"name": "process-warning",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "pump",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "pure-rand",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "quick-format-unescaped",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "react-is",
"direct": false,
"version": "18.3.1",
"ecosystem": "npm"
},
{
"name": "real-require",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "resolve-cwd",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "safe-stable-stringify",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "secure-json-parse",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.7.4",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "slash",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "sonic-boom",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "source-map-support",
"direct": false,
"version": "0.5.13",
"ecosystem": "npm"
},
{
"name": "split2",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "sprintf-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "stack-utils",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "string-length",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "strip-bom",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "strip-final-newline",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "5.0.3",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "8.1.1",
"ecosystem": "npm"
},
{
"name": "synckit",
"direct": false,
"version": "0.11.12",
"ecosystem": "npm"
},
{
"name": "tdigest",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "test-exclude",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "thread-stream",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "tmpl",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "ts-jest",
"direct": false,
"version": "29.4.6",
"ecosystem": "npm"
},
{
"name": "ts-node",
"direct": false,
"version": "10.9.2",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "type-detect",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.21.3",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "4.41.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.3",
"ecosystem": "npm"
},
{
"name": "uglify-js",
"direct": false,
"version": "3.19.3",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.18.2",
"ecosystem": "npm"
},
{
"name": "unrs-resolver",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "v8-compile-cache-lib",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "v8-to-istanbul",
"direct": false,
"version": "9.3.0",
"ecosystem": "npm"
},
{
"name": "walker",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "wordwrap",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "write-file-atomic",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "17.7.2",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "21.1.1",
"ecosystem": "npm"
},
{
"name": "yn",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 367,
"direct_count": 6,
"indirect_count": 361
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 16,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 5,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Ashish-Barmaiya",
"commits": 152,
"avatar_url": "https://avatars.githubusercontent.com/u/186715855?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum",
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/7 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "18 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "aade4e0a877b0c4b223b848c13944bb3f2bfe904",
"ran_at": "2026-07-30T01:03:51Z",
"aggregate_score": 3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T13:15:07Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-27T13:14:30Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Ashish-Barmaiya/torus-proxy",
"host": "github.com",
"name": "torus-proxy",
"owner": "Ashish-Barmaiya"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"security": 40,
"vitality": 80,
"community": 24,
"governance": 39,
"engineering": 75
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 80,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"commits_last_year": 152,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 14
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "14/52 weeks with commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 14
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "152 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 152
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v0.2.0",
"releases_from_tags": false,
"days_since_latest_release": 2,
"mean_days_between_releases": 44.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~44.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 44.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 39,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 16,
"open_issues": 0,
"closed_issues": 5,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "16/16 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 16,
"decided": 16
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/7 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "critical",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 28,
"inputs": {
"followers": 0,
"owner_type": "User",
"is_verified": null,
"owner_login": "Ashish-Barmaiya",
"public_repos": 16,
"account_age_days": 638
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "0 followers of Ashish-Barmaiya",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "Ashish-Barmaiya"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "16 public repos, account ~1 yr old",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 16
}
},
{
"code": "account_age_years",
"params": {
"years": 1
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 75,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"apigateway",
"http",
"https",
"load-balancer",
"reverse-proxy",
"go",
"golang"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 40,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/7 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "18 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "good",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 367 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 367
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 79,
"inputs": {
"source": "osv",
"advisories": 23,
"affected_packages": 9,
"assessed_packages": 367,
"unassessed_packages": 0,
"affected_by_severity": "critical 1, high 5, moderate 1, low 1, unknown 1",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: yaml 2.8.2 (moderate 4.3)",
"points": 23,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "yaml 2.8.2 (moderate 4.3)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 126 days ago",
"points": 36.1,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 126
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 367,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 58,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.98,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "98 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 98,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum",
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"node/tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "node/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "node/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 15775,
"source_files_sampled": 55,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/55 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 55,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Could not fetch npm package 'torus-proxy' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-30T01:04:04.281058Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/Ashish-Barmaiya/torus-proxy.svg",
"full_name": "Ashish-Barmaiya/torus-proxy",
"license_state": "standard",
"license_spdx": "MIT"
}