Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 683,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 99877,
"CSS": 34104,
"HTML": 9338,
"Makefile": 1034,
"Dockerfile": 487,
"JavaScript": 119139,
"TypeScript": 34481
},
"pushed_at": "2026-07-21T08:46:56Z",
"created_at": "2026-04-13T13:51:01Z",
"owner_type": "User",
"updated_at": "2026-07-21T08:47:30Z",
"description": "A lightweight, self-hosted encrypted diff & file sharing tool. Rewritten in Go from diff4. Also support deploy on Cloudflare platform.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript",
"Go",
"TypeScript",
"CSS"
]
},
"owner": {
"blog": "https://sylee.dev",
"name": "S.Y. Lee",
"type": "User",
"login": "siygle",
"company": null,
"location": "Taiwan",
"followers": 173,
"avatar_url": "https://avatars.githubusercontent.com/u/173408?v=4",
"created_at": "2009-12-29T03:23:53Z",
"is_verified": null,
"public_repos": 176,
"account_age_days": 6048
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-07-17T02:05:33Z"
}
],
"recent_commits": [
{
"oid": "fd0ac6036188491655be440c2d514ffaa9dfc08f",
"body": null,
"is_bot": false,
"headline": "fix(settings): apply font controls to plan docs",
"author_name": "sy",
"author_login": "siygle",
"committed_at": "2026-07-21T08:46:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f610df514e3141c570fd2c350b9210da8dda0da",
"body": null,
"is_bot": false,
"headline": "fix(plan): render fenced mermaid in MDX",
"author_name": "sy",
"author_login": "siygle",
"committed_at": "2026-07-21T08:12:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab647519d7dfdc5e640ffc28c18602dc13951e3c",
"body": null,
"is_bot": false,
"headline": "fix(plan): render MDX with runtime components",
"author_name": "sy",
"author_login": "siygle",
"committed_at": "2026-07-21T07:45:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a8d4cbdbe4106aba608a5018a9390b51c756237",
"body": null,
"is_bot": false,
"headline": "feat(plan): render rich MDX components",
"author_name": "sy",
"author_login": "siygle",
"committed_at": "2026-07-21T07:37:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43f3ed38ea6d9c65d2875f0b549a00f944b4b0ff",
"body": null,
"is_bot": false,
"headline": "feat(webapp): add built-in lightweight charts",
"author_name": "sy",
"author_login": "siygle",
"committed_at": "2026-07-20T07:07:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "959f8b32f53031eb84ecf7cbfdfd2542d6c072a9",
"body": "Add .github/workflows/release.yml: on a v* tag, cross-compile the server and\nCLI for darwin/linux × arm64/amd64 (CGO off, static) via the existing\n`make release` matrix, generate checksums, and attach them to a GitHub Release.\nManual (workflow_dispatch) runs build without publishing. Document the release\nassets and install snippet in the README.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: publish prebuilt binaries on tagged releases (#8)",
"author_name": "S.Y. Lee",
"author_login": "siygle",
"committed_at": "2026-07-17T02:02:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a248f0aebbe0f80a922747a759ab8ac108ca93bd",
"body": "…IR) (#13) (#14)\n\n* feat(server): filesystem blob storage for self-host (AGENTGATE_BLOB_DIR)\n\nAdd an optional filesystem blob store — the self-host analog of the Worker's R2\nmode. When AGENTGATE_BLOB_DIR is set, each share's encrypted blob is written to\n<dir>/<kind>/<id> and metadata stays in SQLite\n[…]\ning expired rows + their blob files are removed while\nnever-expires and still-live records (and their blobs) survive.\n\n\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(server): filesystem blob storage for self-host (AGENTGATE_BLOB_D…",
"author_name": "S.Y. Lee",
"author_login": "siygle",
"committed_at": "2026-07-15T10:16:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7e8ce285a66fb382f71b3beeb348986e76d031b8",
"body": "…network (#12)\n\nBase64-embed binary assets (images, fonts, media, wasm) in webapp/docs/plan\nbundles instead of skipping them, so they render with no external requests.\nAn `encoding` field is carried through the encrypted payload; a missing value\nmeans UTF-8 text, so shares created before this change\n[…]\n, override with AGENTGATE_MAX_UPLOAD_BYTES. The CLI\nwarns past a ~1 MB soft budget and points at the R2 / blob-dir escape hatches.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(web): binary asset support in bundles + lock down webapp iframe …",
"author_name": "S.Y. Lee",
"author_login": "siygle",
"committed_at": "2026-07-15T10:11:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7f43719282c1e6e944bc034afb69a23fb9a65bda",
"body": "By default the CLI encrypts every share with the shared AGENTGATE_PASSPHRASE, so\none leaked key exposes all shares that used it. Add an opt-in -R/--random flag to\nthe create commands (git-latest, git-staged, files, webapp, plan, docs) that\ngenerates a fresh 128-bit passphrase for that upload instead\n[…]\n\nrecoverable; the generated key round-trips (rekey decrypts with it); -R with -p\nerrors; without -R the env key is used as before.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): add -R/--random for a per-upload one-time passphrase",
"author_name": "siygle",
"author_login": "siygle",
"committed_at": "2026-07-07T07:00:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a67cf193b584c0d46f6d7c1709187fdb306b360f",
"body": "The app viewer runs the shared webapp in a security sandbox (opaque-origin\niframe, no allow-same-origin) locked to one viewport height, so \"Save as PDF\"\nprinted only the first page and clipped the rest. The earlier clipping fix only\ncovered the diff/files/docs/plan viewers.\n\nFix without weakening th\n[…]\nd with headless Chrome print-to-PDF: a tall sandboxed iframe went from\nclipped to fully paginated once expanded to content height.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(web): paginate webapp (/app) PDF export across pages (#11)",
"author_name": "S.Y. Lee",
"author_login": "siygle",
"committed_at": "2026-07-07T05:51:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "61fe86905ca34095ad9ad0be1ff6c517c215daf2",
"body": "* feat(web): add PDF export and source download to viewers\n\nAdd an Export control (Save as PDF + Download source) to the diff, files,\ndocs, plan, and app viewers. PDF uses the browser's native print-to-PDF\n(zero dependencies) and reuses each viewer's own render pipeline so the\noutput matches the on-\n[…]\nsts cover\nreplaceShareData in both storage modes.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Pdf export feature (#10)",
"author_name": "S.Y. Lee",
"author_login": "siygle",
"committed_at": "2026-07-07T05:31:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8ef6747e00e4059511853209ef958ddad02f8117",
"body": "Add an Export control (Save as PDF + Download source) to the diff, files,\ndocs, plan, and app viewers. PDF uses the browser's native print-to-PDF\n(zero dependencies) and reuses each viewer's own render pipeline so the\noutput matches the on-screen rendering exactly. Source download saves the\ndecrypte\n[…]\nin web/static serves both the Go self-host server (go:embed)\nand the Cloudflare Worker (sync-assets); no backend changes required.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(web): add PDF export and source download to viewers (#9)",
"author_name": "S.Y. Lee",
"author_login": "siygle",
"committed_at": "2026-07-07T03:19:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "220557af9af7a03100de0faa350f3baa0c9811d9",
"body": "R2 needs a paid subscription, so it must not be required for the system to\nwork. Add a USE_R2 toggle to the Worker's storage layer:\n\n- USE_R2 unset/\"false\" (default): D1-only — the encrypted blob is stored in a\n new D1 `encrypted_data` column (migration 0002). No R2 binding needed; works\n on the f\n[…]\n tests 10/10 (both modes + cross-mode + toggle), tsc clean,\ncontract test 26/26 and CLI round-trip against a D1-only wrangler dev.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(worker): make R2 optional via USE_R2 env var (default D1-only) (#7)",
"author_name": "S.Y. Lee",
"author_login": "siygle",
"committed_at": "2026-07-06T09:37:01Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4f7421732b8c631be292c27512fa43a06200dc0a",
"body": "* feat: add Cloudflare Workers backend alongside self-host Go server\n\nSupport two interchangeable deployment targets from one monorepo, sharing\nthe same frontend, CLI, and HTTP contract:\n\n- Cloudflare Worker (worker/): TypeScript + Hono, hybrid storage (metadata\n in D1, encrypted blobs in R2), Cron\n[…]\n chore: gitignore stray pnpm artifacts in worker/\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add Cloudflare Workers backend alongside self-host Go server (#6)",
"author_name": "S.Y. Lee",
"author_login": "siygle",
"committed_at": "2026-07-06T09:03:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4c7da6029c2cbab14756ef565a827c329cb3c7fc",
"body": null,
"is_bot": false,
"headline": "docs: add agent skill setup guide",
"author_name": "sy",
"author_login": "siygle",
"committed_at": "2026-07-03T07:47:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5d6f534369b1c2719840420bc279fef7f2ab886",
"body": null,
"is_bot": false,
"headline": "fix(docs): use full-width layout without sidebar",
"author_name": "sy",
"author_login": "siygle",
"committed_at": "2026-06-24T12:22:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7347e2db2d325d7f4a2a2d9ff3d0f8f24104fd53",
"body": null,
"is_bot": false,
"headline": "feat(docs): add generic document sharing mode",
"author_name": "sy",
"author_login": "siygle",
"committed_at": "2026-06-24T12:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8abde4bb51538d1d024bab92345ff86508e52b61",
"body": null,
"is_bot": false,
"headline": "fix(plan): collapse feedback and open wireframes",
"author_name": "sy",
"author_login": "siygle",
"committed_at": "2026-06-24T09:10:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0087c5acec1f01d96f8778a11e4d3779c15a5864",
"body": null,
"is_bot": false,
"headline": "feat(plan): support wireframe blocks",
"author_name": "sy",
"author_login": "siygle",
"committed_at": "2026-06-24T09:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26ced540d15131f64f79f8fed0d85169510b0dc5",
"body": null,
"is_bot": false,
"headline": "feat(plan): render diagrams and feedback panel",
"author_name": "sy",
"author_login": "siygle",
"committed_at": "2026-06-24T08:58:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5a398dd8dc38a096459dcdb2503b007efa51983",
"body": null,
"is_bot": false,
"headline": "fix(plan): handle remembered passphrase failures",
"author_name": "sy",
"author_login": "siygle",
"committed_at": "2026-06-24T08:55:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fb7d3cad01fc5a6a7205a35e571d3e8c10c7752",
"body": null,
"is_bot": false,
"headline": "fix(plan): prefer plan entry file",
"author_name": "sy",
"author_login": "siygle",
"committed_at": "2026-06-24T08:46:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "420e60a852bf3a91bb9e5c63786a4a130ab5b94c",
"body": null,
"is_bot": false,
"headline": "feat(plan): add encrypted visual plan sharing",
"author_name": "sy",
"author_login": "siygle",
"committed_at": "2026-06-24T08:23:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "290f3b2e5f0a5cec383187887175a6cf885c577c",
"body": "When the server's --base-url is left at the localhost default, the\nreturned preview/manage URLs pointed at localhost even when uploaded over\na public address. Rewrite the scheme and host of loopback URLs to match\nthe -s/AGENTGATE_SERVER target so printed links are usable.",
"is_bot": false,
"headline": "fix(cli): rebase localhost share URLs to the uploaded server host",
"author_name": "sy",
"author_login": "siygle",
"committed_at": "2026-06-16T01:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97a4e2731cb9b549e285ac5fc32e999de9a50a8c",
"body": "Add a runnable static-webapp view that reuses the existing file_bundles\nstorage, /api/files endpoint, encryption, owner token and expiry. A bundle\ncontaining index.html can be opened at /app/{id}: after the recipient enters\nthe passphrase, the files are decrypted client-side, assembled into a single\n[…]\nploads via /api/files, printing an /app/ URL. Binary\nassets are skipped with a warning since bundles store content as text.\n\nPurely additive: no schema changes and no existing routes/handlers touched.",
"is_bot": false,
"headline": "feat: add encrypted webapp sharing (route A)",
"author_name": "sy",
"author_login": "siygle",
"committed_at": "2026-06-16T00:52:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3c3358efce7d0360373d7f1d3d994ccda1869e3e",
"body": null,
"is_bot": false,
"headline": "docs: update README for owner expiry controls",
"author_name": "sy",
"author_login": "siygle",
"committed_at": "2026-05-18T18:00:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9184fd15916539d83e9eef63842b68733f8aaede",
"body": "Shares can now be created with `never_expires: true` (CLI: `--no-expiry`).\nCreation returns a one-time `owner_token` and a manage URL containing it as a\n`#owner=...` fragment so the server never sees it on GETs. Only the token\nholder can flip the flag via PATCH /api/{diff,files}/{id}.\n\nThe viewer he\n[…]\nes rows with never_expires = 1; toggling back to expiring resets\nexpired_at to now + default TTL when the original deadline has already passed.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add indefinite retention with owner-token managed expiry",
"author_name": "siygle",
"author_login": "siygle",
"committed_at": "2026-05-18T16:58:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "80ac6ebebafd63901f8e1f3e47f274516b1445da",
"body": "* docs: spec for markdown copy buttons\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\n\n* feat: add copy buttons for markdown content\n\nAdds a top-level Copy button in the Source/Preview tab bar that copies\nthe raw markdown source, and per-code-block Copy buttons in the rendered\n[…]\nranches into a shared renderMarkdownPanel helper.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add copy buttons for markdown content (#5)",
"author_name": "S.Y. Lee",
"author_login": "siygle",
"committed_at": "2026-05-18T16:21:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fc80af1d63752c8db7039066f8811b69d2e063f4",
"body": null,
"is_bot": false,
"headline": "feat: support configurable share TTL",
"author_name": "sy",
"author_login": "siygle",
"committed_at": "2026-05-18T10:16:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7887edc3984329f27e4f16ffae074f5d70e85ccb",
"body": "- Add /llms.txt (llmstxt.org spec) and /llms-full.txt with full API reference\n- Fix GitHub releases URL on homepage (agentgate -> diff4)\n- Fix .gitignore to not ignore internal/server/ directory\n- Add prominent expiry badge with relative time and auto-update\n- Add unified/split view toggle and collapsible file sections to diff viewer\n- Add settings panel (theme, font size, font family) with localStorage persistence\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add llms.txt endpoints, viewer UI improvements, and style settings (#4)",
"author_name": "S.Y. Lee",
"author_login": "siygle",
"committed_at": "2026-04-16T16:58:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8fba90db9a7f978061b2cefad9ddcc2f95ba8efd",
"body": "Rename cmd/cli to cmd/agentgate for correct binary name",
"is_bot": false,
"headline": "Merge pull request #3 from siygle/siygle/rename-cli-binary",
"author_name": "S.Y. Lee",
"author_login": "siygle",
"committed_at": "2026-04-15T17:56:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1684258b77905441a222c583f68f530afa83373c",
"body": "… name\n\ngo install github.com/siygle/agentgate/cmd/cli@latest was installing the\nbinary as \"cli\" instead of \"agentgate\". Renaming the directory to\ncmd/agentgate fixes this. Also adds .gitignore for build artifacts.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Rename cmd/cli to cmd/agentgate so go install produces correct binary…",
"author_name": "siygle",
"author_login": "siygle",
"committed_at": "2026-04-15T17:51:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a1b16b5613f7b87104f48bb1f6f572b968bcc04d",
"body": "Fix CLI encrypted payload and require explicit server URL",
"is_bot": false,
"headline": "Merge pull request #2 from siygle/siygle/fix-remote-file-upload",
"author_name": "S.Y. Lee",
"author_login": "siygle",
"committed_at": "2026-04-15T17:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eef52185bda017a78a0c1193e5b45b51b8d7c5af",
"body": "The CLI was sending encrypted fields (ciphertext, iv, salt) as top-level\nJSON keys, but the server expects them nested under encrypted_data. Also\nremoves hardcoded localhost default server URL — users must now set\nAGENTGATE_SERVER env var or use -s flag. Adds \"Agent Setup\" popup on\nhomepage for easy CLI setup copy, and updates README with env var docs.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix CLI encrypted payload format and require explicit server URL",
"author_name": "siygle",
"author_login": "siygle",
"committed_at": "2026-04-15T17:21:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2ac5fc516bec8119ee4622df5eccc543b2dd20b8",
"body": "Rewrite in Go as diffmini: single-binary self-hosted deployment",
"is_bot": false,
"headline": "Merge pull request #1 from siygle/siygle/separate-selfhost",
"author_name": "S.Y. Lee",
"author_login": "siygle",
"committed_at": "2026-04-15T14:15:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6250214fb77776bc79f7dd240f0a89e08712993",
"body": "- Rename diffmini → AgentGate across all Go, JS, HTML, CSS, Docker, and docs\n- Update Go module to github.com/siygle/agentgate\n- Remove old packages/ (Next.js server + Bun CLI), skills/, AGENTS.md, and\n GitHub Actions workflow for the previous Bun-based release\n- Update env vars: AGENTGATE_SERVER, \n[…]\nGATE_PASSPHRASE\n- Update binary names: agentgate-server, agentgate\n- Update JS globals: AgentGateCrypto, AgentGatePassphrase, AgentGateMarkdown\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Rename to AgentGate, clean up old Next.js/Bun files",
"author_name": "siygle",
"author_login": "siygle",
"committed_at": "2026-04-14T17:48:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "58e0fa87270d5915c00f7c937708f64a18e56f49",
"body": null,
"is_bot": false,
"headline": "chore: rename for testing",
"author_name": "S.Y. Lee",
"author_login": "siygle",
"committed_at": "2026-04-14T17:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfbdeb1807e0218e2e2e2e0771abf972db453c49",
"body": "Replace the Next.js + PostgreSQL + Prisma stack with a Go server\nusing Chi router, SQLite (pure Go, no CGO), and embedded static\nassets. The entire app compiles to a single binary with no external\ndependencies.\n\nKey changes:\n- Server: Go with Chi, SQLite via modernc.org/sqlite, html/template\n- CLI: \n[…]\nd from diff4 to diffmini\n- Removed PostHog analytics\n- Simplified homepage for self-hosted use\n- Docker image ~25MB (Alpine + single Go binary)\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Rewrite in Go as diffmini — single-binary self-hosted deployment",
"author_name": "siygle",
"author_login": "siygle",
"committed_at": "2026-04-14T11:59:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1a90aab4bf6e035e6b31cc77d37643f825a60c92",
"body": "Avoids host port conflict on deployment platforms like Dokploy where\nthe reverse proxy connects to the container network directly.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "use expose instead of ports for server service",
"author_name": "siygle",
"author_login": "siygle",
"committed_at": "2026-04-13T17:17:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "336a79ee3934f2a4a917dd14ce3b194654fee574",
"body": "Add server service to docker-compose with healthcheck-based dependency on\nPostgres. Fix Dockerfile to run Prisma migrations at startup instead of\nbuild time, and include Prisma CLI + schema in the production image.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "update docker-compose and Dockerfile for full project deployment",
"author_name": "siygle",
"author_login": "siygle",
"committed_at": "2026-04-13T17:07:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "68888fe95e5b44f4d55265a72821721e0f22bcb0",
"body": null,
"is_bot": false,
"headline": "add posthog",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-12T17:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bb9192ba41aa71f3fc0c1e176f54fd850094442",
"body": null,
"is_bot": false,
"headline": "add og image",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-12T16:37:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "106e748ea0ffde72a9552e39914a64cdbde7971f",
"body": null,
"is_bot": false,
"headline": "update favicon",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-12T16:26:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8745e9299668d9cfc972b2b0d43c3e8e9b629605",
"body": null,
"is_bot": false,
"headline": "update landing page",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-12T16:20:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bb8fad83f5a67e2884942f2a2ff8ecee467d15c",
"body": null,
"is_bot": false,
"headline": "update structure",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-12T15:57:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76c6123108c00efaeb579d35c342f68324adf65a",
"body": null,
"is_bot": false,
"headline": "update cli",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-12T14:10:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72139d811dcde94a7b7dc871ae33000d3e27c438",
"body": null,
"is_bot": false,
"headline": "update skill",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-12T11:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed5a5f69edf32662d254c287ac6bbb697c4488b7",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-12T11:32:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a266a3cbf006bddf6d0720331bfb9c830bb0395e",
"body": null,
"is_bot": false,
"headline": "update landing page",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-12T11:24:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0746c483304c00a5649419d96d4a3a1024b8650a",
"body": null,
"is_bot": false,
"headline": "update docker",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-12T11:08:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22b7a746a07c9c25a9b8d4877cef609ccd9285a1",
"body": null,
"is_bot": false,
"headline": "update docker",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-12T11:04:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e45e40ead9ea6a9af3f0b9b6a0d215a8f48830bc",
"body": null,
"is_bot": false,
"headline": "update docker",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-12T11:00:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a685e3f198a7e74813f3563913e97580b76d9a52",
"body": null,
"is_bot": false,
"headline": "update landing page",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-12T10:50:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fa9981319dab61715403245411f024a8208d9f1",
"body": null,
"is_bot": false,
"headline": "add db deploy script",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-12T09:27:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "365c1bc7406546a558842c36b3813948b676f169",
"body": null,
"is_bot": false,
"headline": "improve doc",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-12T09:18:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8acc10b17d3b8af5775032917583ad8890ad42f",
"body": null,
"is_bot": false,
"headline": "add workflow",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-12T08:19:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89e7fdac1089356ce4649e3a460d29dd7bd5b76c",
"body": null,
"is_bot": false,
"headline": "cli",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-12T08:01:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b2d38c923d332147effe554d95d727879e53d12",
"body": null,
"is_bot": false,
"headline": "remove .source",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-12T05:19:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d39708e7d3feb499bd380361784f28c2f461c11",
"body": null,
"is_bot": false,
"headline": "update docs",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-12T05:17:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96724a61bb909832b2709c7b8eaf8d01c11d030d",
"body": null,
"is_bot": false,
"headline": "update docker",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-10T16:44:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdf7c86558d5edad5dc574a0d6dae3ad155f363e",
"body": null,
"is_bot": false,
"headline": "update config",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-10T15:01:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a391781cbb9ece480a49a514c7a52f7fca7493de",
"body": null,
"is_bot": false,
"headline": "update docker",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-10T14:27:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d96a1864e4069a9f0d8b39037d481582622ae4b",
"body": null,
"is_bot": false,
"headline": "update docker",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-10T13:54:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e31b7ed2cd7a772323ca3f49cdbdc755a25e8c0",
"body": null,
"is_bot": false,
"headline": "update docker file",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-10T13:36:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "134269f3d43106a6fda7e1d6df11070469e8178f",
"body": null,
"is_bot": false,
"headline": "add migration",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-10T13:23:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5ee0caf1caeec87e55f1481abfa3ff1749432fe",
"body": null,
"is_bot": false,
"headline": "init",
"author_name": "Randy Lu",
"author_login": "djyde",
"committed_at": "2026-04-10T13:06:03Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 62,
"latest_release_at": "2026-07-17T02:05:33Z",
"latest_release_tag": "v1.0.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 8,
"days_since_latest_release": 4,
"mean_days_between_releases": null
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/siygle/agentgate",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/siygle/agentgate",
"is_deprecated": false,
"latest_version": "v1.0.0",
"repository_url": "https://github.com/siygle/agentgate",
"versions_count": 1,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T02:02:49Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 1,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-07-06",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"worker/tsconfig.json"
],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 26197,
"source_files_sampled": 45,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod",
"worker/package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go",
"npm"
],
"dependencies": [
{
"name": "github.com/go-chi/chi/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.2.5"
},
{
"name": "golang.org/x/crypto",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.50.0"
},
{
"name": "modernc.org/sqlite",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.48.2"
},
{
"name": "hono",
"manifest": "worker/package.json",
"ecosystem": "npm",
"version_constraint": "^4.6.14"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 14,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "siygle",
"commits": 40,
"avatar_url": "https://avatars.githubusercontent.com/u/173408?v=4"
},
{
"type": "User",
"login": "djyde",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/914329?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.606
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release.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": 0,
"reason": "0 out of 10 merged PRs checked by a CI test -- score normalized to 0",
"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/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 10 contributing companies or organizations",
"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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "29 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": "38 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "fd0ac6036188491655be440c2d514ffaa9dfc08f",
"ran_at": "2026-07-21T23:18:34Z",
"aggregate_score": 2.8,
"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-21T08:46:57Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-17T02:02:50Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/siygle/agentgate",
"host": "github.com",
"name": "agentgate",
"owner": "siygle"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"security": 28,
"vitality": 71,
"community": 1,
"governance": 60,
"engineering": 43
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"commits_last_year": 62,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 8
},
"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": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "62 commits in the last year",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 62
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "29 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": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v1.0.0",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"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": 1,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 1,
"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": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"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": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_readme": false,
"has_license": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"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": "moderate",
"name": "Sustainability & Governance",
"value": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.606
},
"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 61% of commits",
"points": 8.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 61
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 10 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 14,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "14/14 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 14,
"decided": 14
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"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": 64,
"inputs": {
"followers": 173,
"owner_type": "User",
"is_verified": null,
"owner_login": "siygle",
"public_repos": 176,
"account_age_days": 6048
},
"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": "173 followers of siygle",
"points": 16.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 173,
"login": "siygle"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "176 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 176
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"packages": [
"github.com/siygle/agentgate"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "1 published versions",
"points": 4,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 1
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 43,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"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": "0 out of 10 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "critical",
"name": "Security",
"value": 28,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"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": 28,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 2.8
},
"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": "0 out of 10 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 10 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "29 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": "38 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 5
},
"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": 59,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.606,
"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": "40 of 66 human commits state their intent (structured subject or explanatory body)",
"points": 32.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 40,
"sampled": 66
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum",
"package-lock.json"
],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"worker/tsconfig.json"
],
"agent_commit_share": 0.273,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"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": "worker/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "worker/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "18 of the last 66 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 18,
"sampled": 66
}
}
],
"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": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 26197,
"source_files_sampled": 45,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript with type-check config (worker/tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "worker/tsconfig.json",
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/45 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 45,
"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": [
"Community profile unavailable",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-21T23:18:43.699012Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/siygle/agentgate.svg",
"full_name": "siygle/agentgate",
"license_state": "absent",
"license_spdx": null
}