Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"blob-storage",
"cdn",
"go",
"object-storage",
"s3-compatible",
"self-hosted",
"amazon-s3",
"nix",
"nix-flake",
"nix-flakes",
"s3",
"s3-bucket",
"s3-storage"
],
"is_fork": false,
"size_kb": 18631,
"has_wiki": true,
"homepage": "https://fbs-landing.vercel.app",
"languages": {
"Go": 691846,
"Nix": 1107,
"HTML": 33518,
"Shell": 26150,
"Python": 5161,
"Dockerfile": 676
},
"pushed_at": "2026-07-17T09:49:28Z",
"created_at": "2026-03-01T16:11:18Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T18:02:13Z",
"description": "Fast Blob Storage (FBS) is a s3 compatible blob storage and CDN solution primarly for self hosting",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-3.0",
"default_branch": "main",
"license_spdx_raw": "GPL-3.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "faaa.me",
"name": "I got this, FAAAAAA",
"type": "Organization",
"login": "i-got-this-faa",
"company": null,
"location": "India",
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/173197720?v=4",
"created_at": "2024-06-18T19:05:46Z",
"is_verified": null,
"public_repos": 21,
"account_age_days": 764
},
"license": {
"state": "standard",
"spdx_id": "GPL-3.0",
"raw_spdx": "GPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-17T08:59:21Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-05-17T03:37:01Z"
}
],
"recent_commits": [
{
"oid": "98185984d8af92950169cc34234674fcf5ea4e04",
"body": "- buildGoModule derivation for fbs-core v0.2.0\n- dev shell with go, gopls, gotools, golangci-lint\n- osusergo/netgo tags, stripped binary",
"is_bot": false,
"headline": "nix: add flake.nix and flake.lock",
"author_name": "Aabish Malik",
"author_login": "CierCier",
"committed_at": "2026-07-17T09:49:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74715f62f3efecd5cf355fbc31d4317b9a25afba",
"body": "- Ran full --core suite (441 tests, 42% pass rate)\n- Updated Implemented S3 Features table with per-feature pass rates\n- Added Latest test results section with category breakdown\n- Recorded checklist from current run",
"is_bot": false,
"headline": "s3-compat: update plan with latest test run results",
"author_name": "Aabish Malik",
"author_login": "CierCier",
"committed_at": "2026-07-17T09:35:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbac0e44411869f6fe8af500389959afddc4f4fc",
"body": "feat: S3 compatibility expansion, multipart upload APIs, and mini-IAM grants",
"is_bot": false,
"headline": "Merge pull request #29 from i-got-this-faa/staging/s3-compatibility",
"author_name": "Radhey Kalra",
"author_login": "jR4dh3y",
"committed_at": "2026-07-17T08:56:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "160a0111c5a5dfcd99c7d7bc1d42b6509e45c5be",
"body": "Fixed 4 file(s) based on 2 unresolved review comments.\n\nCo-authored-by: CodeRabbit <noreply@coderabbit.ai>",
"is_bot": true,
"headline": "fix: apply CodeRabbit auto-fixes",
"author_name": "coderabbitai[bot]",
"author_login": "coderabbitai[bot]",
"committed_at": "2026-07-17T08:54:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "40b345d26713aa12b622b936931de2f2cd911dc8",
"body": "- bucket_delete: abort multipart uploads before deleting stored parts\n- UploadPart: propagate non-ErrObjectNotFound errors before precondition checks\n- CompleteMultipartUpload: remove unsafe existing-object idempotency fallback\n- UploadPartCopy: require signed x-amz-copy-source headers\n- PutObject: \n[…]\ntipartUploads: reject unsupported delimiter param\n- run.sh: preserve HTTPS scheme for external endpoints, pass endpoint as arg\n- nuke-fallback: abort lingering multipart uploads before bucket deletion",
"is_bot": false,
"headline": "fix: address CodeRabbit review feedback on PR #29",
"author_name": "radheykalra",
"author_login": "larpPixel",
"committed_at": "2026-07-17T08:29:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ffdb329dcc0abb1f03e66a3e2c8b567559f0ee8f",
"body": "- ListParts: use ActionListMultipartUploadParts instead of ActionPutObject\n- CRC64NVME: use NVMe Jones polynomial (0xad93d23594c93659) instead of ECMA\n- UploadPartCopy/CompleteMultipartUpload: move key validation before auth\n- addColumnIfMissing: validate identifiers to prevent SQL injection",
"is_bot": false,
"headline": "fix: address Greptile review feedback",
"author_name": "radheykalra",
"author_login": "larpPixel",
"committed_at": "2026-07-17T08:07:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfc25ec0c2f30f6b21766ebb28efad80aac33306",
"body": "Replace with FBS_S3_TESTS_LOG env var and .workdir/run.log fallback.",
"is_bot": false,
"headline": "fix: remove hardcoded /tmp/ log paths from report.sh",
"author_name": "radheykalra",
"author_login": "larpPixel",
"committed_at": "2026-07-17T08:07:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "443cddc580c55167c2e76ca11d858cb96eded1e0",
"body": "Enhance S3 compatibility with documentation and multipart metadata",
"is_bot": false,
"headline": "Merge pull request #28 from i-got-this-faa/staging/multipart",
"author_name": "Radhey Kalra",
"author_login": "jR4dh3y",
"committed_at": "2026-07-17T07:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4444bb54834c3e5c51961046d4be3d40a91e5d0",
"body": "- ListByBucket: add status='active' filter, use (key,id) tuple comparison\n for cleaner pagination, remove buggy upper-bound key prefix scan\n- ListParts: return empty result when marker exceeds all parts\n- GetObjectAttributesResult: add missing xmlns attribute\n- handlePartNumber: return 501 for multipart objects instead of silently\n serving the full concatenated file\n- addColumnIfMissing: document that only trusted literals may be passed\n- Remove duplicate MultipartUpload doc comment",
"is_bot": false,
"headline": "fix: address CodeRabbit and Greptile review feedback",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-07-17T07:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d9e5d5575897d38ab98e6390d90d01fc330ffca",
"body": "- Remove buggy upper-bound key < prefix+\"zzzzzzzz\" from ListByBucket\n SQL query. The substr() prefix match is sufficient; the upper bound\n incorrectly excluded keys containing characters above ASCII 'z'.\n- Fix parameter binding to pass prefix 3 times (matching 3 placeholders).\n- Fix ListParts pagination: when part-number-marker exceeds all parts,\n return empty result instead of the full parts list.",
"is_bot": false,
"headline": "fix: ListByBucket prefix filter and ListParts marker pagination",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-07-17T07:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86e21ed4a16840fd15d25d74013e371bca010ca0",
"body": "- Phase 1 (Critical): remove duplicate dispatch/route code, fix CompleteUpload\n- Phase 2 (Functional): fix prefix filter, ListParts marker, PutObject checksums,\n handlePartNumber, GetObjectAttributes, ListObjectVersions, DeleteBucket,\n newRequestID, isSQLiteForeignKeyError, addCRC64NVME error clas\n[…]\n parseByteRange doc, README, report.sh category ordering + nodeid matching,\n nuke_bucket version-aware cleanup, pin FBS_S3_TESTS_REF\n- Phase 4 (Docs): update access-control.md and s3-compatibility.md",
"is_bot": false,
"headline": "pr28: address all review comments from Copilot, Greptile, and CodeRabbit",
"author_name": "Aabish Malik",
"author_login": "CierCier",
"committed_at": "2026-07-17T07:36:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1219739c4d4a86c53e18bf4fb7d3fd60baf3227c",
"body": "Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "Update internal/metadata/multipart.go",
"author_name": "Aabish Malik",
"author_login": "CierCier",
"committed_at": "2026-07-17T07:35:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "da12b604d082f310611f9aab2f41c54f43d07e29",
"body": "Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "Update internal/s3/routes.go",
"author_name": "Aabish Malik",
"author_login": "CierCier",
"committed_at": "2026-07-17T07:35:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1a7f9eaf9403350b4fba93588d37fafe5cfcd967",
"body": "Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "Update internal/s3/multipart_handlers.go",
"author_name": "Aabish Malik",
"author_login": "CierCier",
"committed_at": "2026-07-17T07:35:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6c496e665136c6fe6923eff32831eae98bfbefe2",
"body": "- Add UserMetadata map[string]string to MultipartUpload struct and\n object storage, persisting x-amz-meta-* headers through the\n multipart lifecycle (CreateMultipartUpload -> CompleteMultipartUpload)\n- Add parseMetadataHeaders helper with lowercased key convention\n matching AWS S3 behavior; use d\n[…]\ntadata round-trip: previously empty {} is\n now populated with the user-supplied key-value pairs\n\nTested: 23/27 multipart s3-tests pass (4 remaining are versioning/ACL\nlimitations); all Go tests green",
"is_bot": false,
"headline": "s3: wire multipart metadata, fix scan nulls, add UserMetadata flow",
"author_name": "Aabish Malik",
"author_login": "CierCier",
"committed_at": "2026-07-17T07:35:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4704358bee5f44e2d779f632d654074f7372a626",
"body": "Implement mini-IAM resource grants",
"is_bot": false,
"headline": "Merge pull request #27 from i-got-this-faa/staging/iam-stuff",
"author_name": "Radhey Kalra",
"author_login": "jR4dh3y",
"committed_at": "2026-07-13T05:25:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91e1e77a2f6e11af0352ceba428e72143a4405f5",
"body": "Require admin, ownership, or at least one active grant before entering\nDeleteObjects per-key authorization so strangers get AccessDenied instead\nof a 200 multi-status body. Add coverage for zero-access and prefix-limited\ndelete grants.",
"is_bot": false,
"headline": "Deny multi-delete for callers with no bucket relationship",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-07-11T08:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd29e9c65f1ebaaaf7999787450e1ff8e4352a81",
"body": "Always return multi-delete AccessDenied errors in quiet mode, map grant\nreactivation unique conflicts to a client-facing error, drop the unused\nensureBucket helper, keep grantable-action sets in sync, and scrub local\npaths from s3-tests checklist artifacts and report generation.",
"is_bot": false,
"headline": "Address CodeRabbit and Greptile review feedback",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-07-11T07:39:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2549e8026e0bd1dda11a5c0c05681ef6f62949e",
"body": "Add a grants data model, pure authz evaluator, and Management API control\nplane so non-owners can receive least-privilege S3 access without admin\nrole or AWS IAM/policy language. Wire S3 handlers through action-based\nauthorization (admin → owner → grant → deny) and update product docs.",
"is_bot": false,
"headline": "Implement mini-IAM resource grants for shared bucket access",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-07-11T07:13:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18019b817ba3918f4fd45f96c1c27605ba5d8998",
"body": "Wire a tracked ceph/s3-tests runner with a documented core marker filter\n(mini-IAM grants vs permanent AWS IAM/policy non-goals). Accept AWS-style\nPOST multi-object delete, map DeleteBucket FK failures to BucketNotEmpty,\nand reject public-read TTLs above the configured max. Add the access-control\ndesign and align plan/s3-compatibility status labels.",
"is_bot": false,
"headline": "Add s3-tests harness, multi-delete POST, and compatibility plans",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-07-11T06:47:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bff02212d8c388842b3c16273444ac27bf21cc9c",
"body": null,
"is_bot": false,
"headline": "docs: move S3 compatibility doc from docs/ to plan/",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-07-09T14:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32735f6df914398bb9348a3014b2305ada8c1762",
"body": "Covers implemented vs missing S3 features, architectural differences,\nauth model, consistency, and design intent between fbs-core and AWS S3.\nFeatures that don't apply to a single-node self-hosted project are\nflagged as out of scope with a clear reason.",
"is_bot": false,
"headline": "docs: add S3 compatibility comparison document",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-07-09T14:49:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b35098c5a7a36a09d352705624b312db6212bcdd",
"body": null,
"is_bot": false,
"headline": "added guidelines for issue creation",
"author_name": "Sheershak sharma",
"author_login": "Tobi-maru",
"committed_at": "2026-06-10T06:57:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "397b2926ec7200ec8a8e95beae1bc6ceb344df87",
"body": null,
"is_bot": false,
"headline": "added manual action running button",
"author_name": "Tobi-maru",
"author_login": "Tobi-maru",
"committed_at": "2026-06-07T12:36:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "498a0440d5a97ce338c014ae902191a3e7421ef9",
"body": null,
"is_bot": false,
"headline": "added arm64 support for docker",
"author_name": "Tobi-maru",
"author_login": "Tobi-maru",
"committed_at": "2026-06-07T12:29:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55eaae235e9f6282ceb9070d6b24b36ed8d8dec2",
"body": null,
"is_bot": false,
"headline": "Added GPL3 liscence",
"author_name": "Sheershak sharma",
"author_login": "Tobi-maru",
"committed_at": "2026-06-06T13:53:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "446fc7916a5c384763d140588a549924c88b7cdd",
"body": null,
"is_bot": false,
"headline": "Add project docs and remove plan/spec files",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-05-19T10:41:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04e4497dd3f2e01dc730ec85c09af1d65967723e",
"body": null,
"is_bot": false,
"headline": "Stop tracking local SQLite database",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-05-17T03:47:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97527fca1698865ba7d027d48207115d3ed0986e",
"body": "- block `public` as an S3 bucket name\n- validate `X-Amz-Content-SHA256` on uploads\n- clean up stale backing files on overwrite/copy\n- share JSON response helpers across APIs",
"is_bot": false,
"headline": "Harden object writes and reserve the public bucket name",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-05-17T03:45:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c1360d4d08fd5dd279bb9eddce6ed29f3748226",
"body": null,
"is_bot": false,
"headline": "Add metadata cache object helper",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-05-17T03:39:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c45d15d6f2560b9472e35daa2c8384461352785",
"body": null,
"is_bot": false,
"headline": "Fix multipart completion activity recording",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-05-17T03:38:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0c87f946d5f53759e4c74e99afb1f29951430ae",
"body": null,
"is_bot": false,
"headline": "Add Docker image publishing",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-05-17T03:36:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "498e6f1dbbb693b9db777553e89916d592e657cf",
"body": "implemented multipart uploads but there can be some bugs",
"is_bot": false,
"headline": "Merge pull request #24 from i-got-this-faa/multiparts",
"author_name": "Sheershak sharma",
"author_login": "Tobi-maru",
"committed_at": "2026-05-14T08:29:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf545cf5a1c64f6e6021707046f32821c655c433",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into multiparts",
"author_name": "Sheershak sharma",
"author_login": "Tobi-maru",
"committed_at": "2026-05-14T08:28:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f6ecc07ff0141c69b87f49b4d8e8708f4e5bc12",
"body": "Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Potential fix for pull request finding",
"author_name": "Sheershak sharma",
"author_login": "Tobi-maru",
"committed_at": "2026-05-14T08:21:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f70a80f73ce271ecc34ef13692f97a3d42d3c5d7",
"body": "Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Potential fix for pull request finding",
"author_name": "Sheershak sharma",
"author_login": "Tobi-maru",
"committed_at": "2026-05-14T08:20:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "18a78012be6efffccc0f2ddb90e0ee703e8c1543",
"body": "Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Potential fix for pull request finding",
"author_name": "Sheershak sharma",
"author_login": "Tobi-maru",
"committed_at": "2026-05-14T08:20:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "783b319c37344e7a6cd05c7664f6632679e21bc6",
"body": "Agent-Logs-Url: https://github.com/i-got-this-faa/fbs-core/sessions/3414af71-6937-4da1-81ee-8d3a0c5cbc27\n\nCo-authored-by: Tobi-maru <98447782+Tobi-maru@users.noreply.github.com>",
"is_bot": true,
"headline": "fix: resolve merge conflicts across multipart integration",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-05-13T20:16:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "259ec46fe837a96451d2ac257f5aba2337035f4f",
"body": "…lementation\n\nF8 multipart: default unset upload timestamps to prevent false stale classification",
"is_bot": false,
"headline": "Merge pull request #23 from i-got-this-faa/copilot/fix-bugs-in-f8-imp…",
"author_name": "Sheershak sharma",
"author_login": "Tobi-maru",
"committed_at": "2026-05-13T19:59:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c948b57b35ea2a97cf8887a432e15424da9ceafd",
"body": "Agent-Logs-Url: https://github.com/i-got-this-faa/fbs-core/sessions/5993d9ea-35ed-4e4d-87eb-974cca94237b\n\nCo-authored-by: Tobi-maru <98447782+Tobi-maru@users.noreply.github.com>",
"is_bot": true,
"headline": "Avoid mutating multipart upload input while defaulting CreatedAt",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-05-13T19:56:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3907e7fcbdb12791016c9a2feb01ce787cb0e9d4",
"body": "Agent-Logs-Url: https://github.com/i-got-this-faa/fbs-core/sessions/5993d9ea-35ed-4e4d-87eb-974cca94237b\n\nCo-authored-by: Tobi-maru <98447782+Tobi-maru@users.noreply.github.com>",
"is_bot": true,
"headline": "Tighten multipart CreatedAt regression test time bounds",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-05-13T19:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "207151736457803a0c521c116e4b89922b3e0ba5",
"body": "Agent-Logs-Url: https://github.com/i-got-this-faa/fbs-core/sessions/5993d9ea-35ed-4e4d-87eb-974cca94237b\n\nCo-authored-by: Tobi-maru <98447782+Tobi-maru@users.noreply.github.com>",
"is_bot": true,
"headline": "Fix multipart upload CreatedAt defaulting and add regression test",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-05-13T19:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "357197e50d511e8b783799c3cb7b3276b3c9818e",
"body": null,
"is_bot": true,
"headline": "Initial plan",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-05-13T19:51:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b84ad2a6e7040892ff67bff6e216d700d865c73e",
"body": null,
"is_bot": false,
"headline": "implemented multipart uploads but there can be some bugs",
"author_name": "Tobi-maru",
"author_login": "Tobi-maru",
"committed_at": "2026-05-13T19:42:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03df4786dac78e583011f57ab3e16e0707fd7c92",
"body": "- Bootstrap the initial admin from loopback only\n- Accept SigV4 auth on management routes\n- Add setup docs and coverage",
"is_bot": false,
"headline": "Add first-start bootstrap setup endpoints",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-05-13T13:12:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc2caf6e7f6edbd16d7449c7030784aba28bfcbc",
"body": "Add public read URL signing and metadata caching",
"is_bot": false,
"headline": "Merge pull request #21 from i-got-this-faa/feature/public-read-signing",
"author_name": "Radhey Kalra",
"author_login": "jR4dh3y",
"committed_at": "2026-05-13T09:39:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96cee3c1f705bdf9f596d2473e3bd792f0bad83b",
"body": "Agent-Logs-Url: https://github.com/i-got-this-faa/fbs-core/sessions/b07732ec-0179-4bf4-b89a-9e8138bcff5c\n\nCo-authored-by: jR4dh3y <62789201+jR4dh3y@users.noreply.github.com>",
"is_bot": true,
"headline": "refactor: clarify public read max-age flooring logic",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-05-13T09:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5909fd7fa88b93c92d59b2001c4cc0c7c5909cb2",
"body": "Agent-Logs-Url: https://github.com/i-got-this-faa/fbs-core/sessions/b07732ec-0179-4bf4-b89a-9e8138bcff5c\n\nCo-authored-by: jR4dh3y <62789201+jR4dh3y@users.noreply.github.com>",
"is_bot": true,
"headline": "fix: address public-read signer and cache-control review feedback",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-05-13T09:21:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42f6d3e443493e6f1224a843c10de68a9a41573c",
"body": "Agent-Logs-Url: https://github.com/i-got-this-faa/fbs-core/sessions/6f8b2d45-36e7-4dae-9560-5aaabc19439f\n\nCo-authored-by: jR4dh3y <62789201+jR4dh3y@users.noreply.github.com>",
"is_bot": true,
"headline": "refactor: reuse management public read signer",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-05-13T09:20:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb2b6ea05fc507825b387f594cd9f74a9d65fd0b",
"body": "- Add signed public object URL generation and public read routes\n- Introduce metadata LRU cache and related config options\n- Split S3 read and mutation routes and update tests",
"is_bot": false,
"headline": "Add public read URL signing and metadata caching",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-05-13T09:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "426a914223c291d2a6920518da021a800c355e99",
"body": "Add S3 compatibility APIs and management activity endpoints",
"is_bot": false,
"headline": "Merge pull request #19 from i-got-this-faa/s3-compat-expanded-apis",
"author_name": "Radhey Kalra",
"author_login": "jR4dh3y",
"committed_at": "2026-05-09T12:48:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abf3ff13b24b8edc6c7e9c83b71598ffd0451988",
"body": null,
"is_bot": false,
"headline": "Track SQLite WAL sidecar files",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-05-09T12:47:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "018bbac5306b79fca2148a7cc96e62f12add7095",
"body": "- Restrict bucket listing and access checks to bucket owners or admins\n- Require signed headers for copy source, metadata directive, and delete digests\n- Add owner-scoped bucket repo lookup and tests",
"is_bot": false,
"headline": "Scope S3 access and delete request validation",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-05-09T09:58:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b97aebfedc3fc6289f463b07c069d4ed590af426",
"body": "- expose bucket details, config, activity, and key patch endpoints\n- add S3 bucket delete, head, location, copy, and list support\n- record object activity and update migrations/tests",
"is_bot": false,
"headline": "Add management activity and S3 compatibility APIs",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-05-09T09:09:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7da1985f933636a41585ef3603587847d1db067d",
"body": "- add management bucket delete endpoint\n- remove stored objects before dropping bucket metadata\n- cover bucket deletion and 404 behavior in tests",
"is_bot": false,
"headline": "Delete bucket data from storage on management delete",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-05-08T19:02:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96cd518a5d3edbdb53c67996ec98f839286b0420",
"body": "Implement F10 management API",
"is_bot": false,
"headline": "Merge pull request #18 from i-got-this-faa/f10-management-api",
"author_name": "Radhey Kalra",
"author_login": "jR4dh3y",
"committed_at": "2026-05-08T18:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00253fcf4519c2d06f7b05b53528786c0655b27e",
"body": null,
"is_bot": false,
"headline": "Address management API review feedback",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-05-08T18:09:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6456d383686fcb679068ba98e5af0725a37eb173",
"body": null,
"is_bot": false,
"headline": "Implement F10 management API",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-05-08T17:52:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e490dd9695a81525e689e5eb15996aaecb841cd4",
"body": "- Change dashboard location from tmp/fbs-web to separate fbs-web repository\n- Update backend status to reflect live S3 API (CreateBucket, ListObjectsV2, object ops)\n- Distinguish between available S3 API and pending Management API (F10)\n- Move bucket creation from Phase 2 to Phase 1 UI\n- Update API shapes section with actual S3 endpoints\n- Update deliverables to include bucket creation using live endpoints",
"is_bot": false,
"headline": "docs: update plan.md for separate fbs-web repo and current API surface",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-05-03T11:20:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "534935624624d272f4e5fa3a9c6bf8e891f44908",
"body": "Reflect the new S3 CreateBucket capability in:\n- spec/SPEC.md\n- spec/features.md (F7)\n- spec/dependencies.md (F7 now depends on F4 for auth)\n- README.md\n\nNo code changes.",
"is_bot": false,
"headline": "docs: update specs and README for CreateBucket endpoint",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-05-03T09:48:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbdd6987248f73bdcadb948e57ebaad1387b936e",
"body": "Adds PUT /{bucket} handler for S3-compatible bucket creation:\n- Validates bucket names against S3 rules (length, chars, no IP, no adjacent punctuation)\n- Accepts empty body or CreateBucketConfiguration with us-east-1 location constraint\n- Returns BucketAlreadyOwnedByYou (409) when caller already own\n[…]\nInvalidLocationConstraint (400) for bad request bodies\n- Wires ObjectHandlers to UserRepository so dev mode can auto-provision the dev user\n\nIncludes black-box tests for all success and failure paths.",
"is_bot": false,
"headline": "feat: implement S3 CreateBucket endpoint",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-05-03T09:40:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "14da8c093c0a6874c11e260505e48e7f517626ba",
"body": "Sigv4 auth",
"is_bot": false,
"headline": "Merge pull request #14 from i-got-this-faa/sigV4",
"author_name": "Radhey Kalra",
"author_login": "jR4dh3y",
"committed_at": "2026-05-01T17:49:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e3d0eb03b08f6cda8f8f28d3c2e63c8dab09083",
"body": "… hardcoded string\n\nAgent-Logs-Url: https://github.com/i-got-this-faa/fbs-core/sessions/46df7ba5-9460-4942-8120-3453908a1bb9\n\nCo-authored-by: jR4dh3y <62789201+jR4dh3y@users.noreply.github.com>",
"is_bot": true,
"headline": "fix: use migrations[0].sql in TestRun_BootstrapFromInitSQL instead of…",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-05-01T17:45:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97d108f4e6e96e7a53f4325df037f5a0f2dfe1c9",
"body": "…time env var\n\nAgent-Logs-Url: https://github.com/i-got-this-faa/fbs-core/sessions/fea25ece-da9d-470a-9b16-6c941eef3fb2\n\nCo-authored-by: jR4dh3y <62789201+jR4dh3y@users.noreply.github.com>",
"is_bot": true,
"headline": "fix: move /_health/auth behind testendpoints build tag instead of run…",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-05-01T17:43:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75eceb8fe17304dd840989a920c58ae688aa68c3",
"body": "Agent-Logs-Url: https://github.com/i-got-this-faa/fbs-core/sessions/21f77111-2280-4c25-b2d5-127458710323\n\nCo-authored-by: jR4dh3y <62789201+jR4dh3y@users.noreply.github.com>",
"is_bot": true,
"headline": "Changes before error encountered",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-05-01T15:34:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f8dcfbcf823f0ffc3319c7082f6adbc185bc292",
"body": "Agent-Logs-Url: https://github.com/i-got-this-faa/fbs-core/sessions/f43d6460-095c-4cfa-9206-e2115233063d\n\nCo-authored-by: jR4dh3y <62789201+jR4dh3y@users.noreply.github.com>",
"is_bot": true,
"headline": "fix: simplify boundary check in buildStringToSign scope extraction",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-05-01T15:32:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13fbac4e4b4f231c4d08700a3a077704e0fb15b8",
"body": "…efixing date\n\nAgent-Logs-Url: https://github.com/i-got-this-faa/fbs-core/sessions/f43d6460-095c-4cfa-9206-e2115233063d\n\nCo-authored-by: jR4dh3y <62789201+jR4dh3y@users.noreply.github.com>",
"is_bot": true,
"headline": "fix: correct credential scope in buildStringToSign to avoid double-pr…",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-05-01T15:31:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09b41387a2e155561f120a4b02e40b151c3b43da",
"body": null,
"is_bot": false,
"headline": "Sigv4 auth",
"author_name": "Tobi-maru",
"author_login": "Tobi-maru",
"committed_at": "2026-05-01T12:43:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2452bb5b8d9f2d1032302ee38272d0c8e63825b7",
"body": "F7: S3 bucket operations",
"is_bot": false,
"headline": "Merge pull request #13 from i-got-this-faa/bucket-operations",
"author_name": "Radhey Kalra",
"author_login": "jR4dh3y",
"committed_at": "2026-05-01T11:19:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e371411de167a6aca95f0f8bb2b2e1f0047351e9",
"body": "Agent-Logs-Url: https://github.com/i-got-this-faa/fbs-core/sessions/ac9af053-fe84-457f-a7b4-0e906ec96f13\n\nCo-authored-by: jR4dh3y <62789201+jR4dh3y@users.noreply.github.com>",
"is_bot": true,
"headline": "Remove extra blank line in objects.go",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-05-01T11:12:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "696126f8d4ac7dcd6a6e9baffe639f520448de76",
"body": "Agent-Logs-Url: https://github.com/i-got-this-faa/fbs-core/sessions/ac9af053-fe84-457f-a7b4-0e906ec96f13\n\nCo-authored-by: jR4dh3y <62789201+jR4dh3y@users.noreply.github.com>",
"is_bot": true,
"headline": "Fix double +1 and push delimiter listing to SQL layer",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-05-01T11:11:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2f35d572f76d9c22f5fecfc005bc2f70d1e4b38",
"body": "Agent-Logs-Url: https://github.com/i-got-this-faa/fbs-core/sessions/191e870e-b811-47c7-98f9-9ef46baba52b\n\nCo-authored-by: jR4dh3y <62789201+jR4dh3y@users.noreply.github.com>",
"is_bot": true,
"headline": "Use fmt.Errorf for descriptive continuation token error messages",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-05-01T11:02:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3da64264ea448b122218f4872dff42c9353efa6",
"body": "Agent-Logs-Url: https://github.com/i-got-this-faa/fbs-core/sessions/191e870e-b811-47c7-98f9-9ef46baba52b\n\nCo-authored-by: jR4dh3y <62789201+jR4dh3y@users.noreply.github.com>",
"is_bot": true,
"headline": "Add size bounds to continuation token decoding to prevent DoS",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-05-01T11:00:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59b0ef07b5ff37572cd84af4e49c8f0bb212dbc3",
"body": null,
"is_bot": false,
"headline": "Fix S3 ListObjectsV2 pagination semantics",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-05-01T05:56:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e06c374f5c6b850ccfc27445389f864454d935a2",
"body": null,
"is_bot": false,
"headline": "Implement ListObjectsV2 bucket operations",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-05-01T05:26:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55d4625f118e210789c73f4655284e2853c4a7d0",
"body": "Closes #9",
"is_bot": false,
"headline": "merge: basic S3 object operations",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-04-30T12:36:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e80ed1d11c88118e2ff419dddae8918ed96044f",
"body": "Closes #8",
"is_bot": false,
"headline": "merge: authentication framework and bearer tokens",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-04-30T12:35:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eded36b21ae9dfa80f245a7a66e3934a12ec9eec",
"body": null,
"is_bot": false,
"headline": "feat: add basic S3 object operations",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-04-30T12:32:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d992f762fb6810f31955d4df2f8a27ee713bf0cb",
"body": null,
"is_bot": false,
"headline": "fix: make bearer auth merge ready",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-04-30T12:32:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9c3b6f5f31bedd0b39eca8fb64367beba73bb37",
"body": null,
"is_bot": false,
"headline": "added bearer auth",
"author_name": "Tobi-maru",
"author_login": "Tobi-maru",
"committed_at": "2026-04-30T10:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2f9b65c4fbbefba0c74cce115e6ab4b8324aa88",
"body": null,
"is_bot": false,
"headline": "docs: add repository overview and normalize agent docs",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-04-17T21:11:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e396102f569e9d382370c351bd16c0cf61681c6",
"body": null,
"is_bot": false,
"headline": "refactor: split synopsis assets into dedicated repo",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-04-17T21:06:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "296bfccd45f5f442c9756f16371d709602d73f50",
"body": null,
"is_bot": false,
"headline": "docs: add detailed specs for auth and object operations",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-04-17T21:03:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4fd9ffe2d7a299587ceb3a89b2b18a7a0260d50",
"body": "feat: add disk storage engine",
"is_bot": false,
"headline": "Merge pull request #7 from i-got-this-faa/Storage_Engine",
"author_name": "Radhey Kalra",
"author_login": "jR4dh3y",
"committed_at": "2026-04-17T20:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfb5ab81c0c2943965089789c2635607d3886f99",
"body": "Merge the metadata layer into the storage branch, load both db and data-dir config, and reconcile disk state from SQLite-backed object metadata before the server starts serving traffic.",
"is_bot": false,
"headline": "fix: wire storage reconciliation into startup",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-04-17T20:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcd3f559d0d496a42299c13c51b517a093a48afb",
"body": "Reject traversal inputs with the right sentinel error, implement startup reconciliation, and add the missing storage config and cleanup tests so the disk engine behaves safely under failure.",
"is_bot": false,
"headline": "fix: complete storage validation and reconciliation",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-04-17T20:42:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b431ff9d8a4d818ccc8c3dbd3408cba6d4495b0f",
"body": "feat: add SQLite metadata layer",
"is_bot": false,
"headline": "Merge pull request #6 from i-got-this-faa/metadata",
"author_name": "Radhey Kalra",
"author_login": "jR4dh3y",
"committed_at": "2026-04-17T20:41:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59ffc133c85daaa8b7f247cbe28f3ba135f3ad52",
"body": "Apply SQLite pragmas per connection, fix literal prefix and multipart replacement semantics, and make the server integration tests actually run so the metadata layer matches production behavior.",
"is_bot": false,
"headline": "fix: harden sqlite metadata behavior",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-04-17T20:41:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0887adabd3c8b1d2ad9c29acb0ed912426783459",
"body": "…repositories and migrations",
"is_bot": false,
"headline": "feat: add SQLite metadata layer with bucket, user, object, multipart …",
"author_name": "r4ghv",
"author_login": "r4ghv",
"committed_at": "2026-04-15T16:55:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdb61d90bbe56915812804d400617d4cb58d3de1",
"body": null,
"is_bot": false,
"headline": "test cases",
"author_name": "Tobi-maru",
"author_login": "Tobi-maru",
"committed_at": "2026-04-09T17:52:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6764104216eb41e00c8d6940d260935013fd1832",
"body": null,
"is_bot": false,
"headline": "Added core functionality of core storage engine",
"author_name": "Tobi-maru",
"author_login": "Tobi-maru",
"committed_at": "2026-04-07T17:31:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb9149bed9ccccbe20a515179691e72e24702944",
"body": null,
"is_bot": false,
"headline": "Add detailed feature specs for F1, F2, and F3 in spec/f-details",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-04-02T11:42:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e1e4ec96217f8bd6adb92519c1843df371321e4",
"body": null,
"is_bot": false,
"headline": "agents.md",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-04-02T02:08:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3dfd328288eb404b5364798aaf97a8de558c5d0",
"body": null,
"is_bot": false,
"headline": "Initialize Go backend scaffold and F1 server foundation",
"author_name": "jR4dh3y",
"author_login": "jR4dh3y",
"committed_at": "2026-04-02T01:40:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bfa32f0bbd3fc83724de84a4f1a6db09cdddfc7",
"body": "…tible storage ecosystem\n\n- Updated project overview to clarify target audience and use cases.\n- Improved problem statement to highlight gaps in existing solutions.\n- Added detailed objectives focusing on data integrity, security, and performance optimizations.\n- Revised feature descriptions to incl\n[…]\nion details and enhancements.\n- Included path sanitization and token storage security measures in the authentication framework.\n- Optimized egress paths and middleware design for improved performance.",
"is_bot": false,
"headline": "Enhance product specification and features documentation for S3-compa…",
"author_name": "Radhey Kalra",
"author_login": "jR4dh3y",
"committed_at": "2026-03-27T17:28:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "67e702b17c28c7d3d3915a70d402dd9b24419166",
"body": null,
"is_bot": false,
"headline": "Initial project sync",
"author_name": "Radhey Kalra",
"author_login": "jR4dh3y",
"committed_at": "2026-03-22T18:38:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9ea2e4ceaacf2486974d3badc798cb1b9e0fc09",
"body": null,
"is_bot": false,
"headline": "workflow",
"author_name": "Radhey Kalra",
"author_login": "jR4dh3y",
"committed_at": "2026-03-22T05:58:03Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 97,
"latest_release_at": "2026-07-17T08:59:21Z",
"latest_release_tag": "v0.2.0",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 12,
"days_since_latest_release": 5,
"mean_days_between_releases": 61.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/i-got-this-faa/fbs",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": false,
"registry_url": "https://pkg.go.dev/github.com/i-got-this-faa/fbs",
"is_deprecated": false,
"latest_version": "v0.2.0",
"repository_url": "https://github.com/i-got-this-faa/fbs",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T08:56:20Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 1,
"stars": 48,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-06-18",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": true,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 38242,
"source_files_sampled": 108,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 1614
},
"dependencies": {
"manifests": [
"go.mod"
],
"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"
],
"dependencies": [
{
"name": "github.com/go-chi/chi/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.2.5"
},
{
"name": "github.com/go-chi/cors",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.2"
},
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "modernc.org/sqlite",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.48.0"
}
],
"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": 15,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 13,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "jR4dh3y",
"commits": 53,
"avatar_url": "https://avatars.githubusercontent.com/u/62789201?v=4"
},
{
"type": "User",
"login": "Tobi-maru",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/98447782?v=4"
},
{
"type": "User",
"login": "CierCier",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/98034373?v=4"
},
{
"type": "User",
"login": "larpPixel",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/199824619?v=4"
},
{
"type": "User",
"login": "r4ghv",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/145177757?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.671
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"docker-publish.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"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 3 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 1/13 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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 8 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": 10,
"reason": "packaging workflow 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": null,
"reason": "no releases found",
"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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "98185984d8af92950169cc34234674fcf5ea4e04",
"ran_at": "2026-07-22T19:24:18Z",
"aggregate_score": 4.2,
"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-17T09:49:29Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-17T08:56:20Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/i-got-this-faa/fbs-core",
"host": "github.com",
"name": "fbs-core",
"owner": "i-got-this-faa"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 42,
"vitality": 80,
"community": 38,
"governance": 51,
"engineering": 69
},
"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": 72,
"inputs": {
"commits_last_year": 97,
"human_commit_share": 0.814,
"days_since_last_push": 5,
"active_weeks_last_year": 12
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "12/52 weeks with commits",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 12
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "97 commits in the last year",
"points": 17.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 97
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 8 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": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v0.2.0",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 61.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~61.2 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 61.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "at_risk",
"name": "Community & Adoption",
"value": 38,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"forks": 1,
"stars": 48,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "48 stars",
"points": 27.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 48
}
}
],
"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": "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 (GPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-3.0"
}
}
],
"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": 51,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.671
},
"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 67% of commits",
"points": 7.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 67
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"merged_prs": 15,
"open_issues": 0,
"closed_issues": 13,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 1
},
"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": "15/16 decided PRs merged",
"points": 35.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 15,
"decided": 16
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"followers": 1,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "i-got-this-faa",
"public_repos": 21,
"account_age_days": 764
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1 followers of i-got-this-faa",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "i-got-this-faa"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "21 public repos, account ~2 yr old",
"points": 14,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 21
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 69,
"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 3 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"blob-storage",
"cdn",
"go",
"object-storage",
"s3-compatible",
"self-hosted",
"amazon-s3",
"nix",
"nix-flake",
"nix-flakes",
"s3",
"s3-bucket",
"s3-storage"
],
"has_wiki": true,
"homepage": "https://fbs-landing.vercel.app",
"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": "https://fbs-landing.vercel.app",
"points": 15,
"status": "met",
"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": "13 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 13
}
}
],
"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": 42,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 42,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.2
},
"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 3 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 1/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"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 8 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 detected",
"points": 5,
"status": "met",
"details": [],
"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": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"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": 6
},
"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": "good",
"name": "AI Readiness",
"value": 78,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.684,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 1614
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md"
}
}
],
"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": "54 of 79 human commits state their intent (structured subject or explanatory body)",
"points": 36.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 54,
"sampled": 79
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_nix": true,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.072,
"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": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, Nix, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, Nix, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "7 of the last 97 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 7,
"sampled": 97
}
}
],
"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": 38242,
"source_files_sampled": 108,
"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/108 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 108,
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"go package 'github.com/i-got-this-faa/fbs' points at a different repository (https://github.com/i-got-this-faa/fbs); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-22T19:24:33.475650Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/i-got-this-faa/fbs-core.svg",
"full_name": "i-got-this-faa/fbs-core",
"license_state": "standard",
"license_spdx": "GPL-3.0"
}