原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 7360,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 340461
},
"pushed_at": "2026-07-20T20:45:48Z",
"created_at": "2026-03-30T18:06:38Z",
"owner_type": "Organization",
"updated_at": "2026-07-20T20:45:53Z",
"description": "Go SDK for FoundryDB managed database platform",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "foundrydb.com",
"name": "FoundryDB",
"type": "Organization",
"login": "foundrydb",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/274323105?v=4",
"created_at": "2026-04-07T20:13:41Z",
"is_verified": null,
"public_repos": 11,
"account_age_days": 105
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-06-21T13:08:50Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-06-15T16:28:34Z"
}
],
"recent_commits": [
{
"oid": "dff8326ad9cfdf43f8db67bd50d41d27a38416ef",
"body": "…ring\n\nSync the Files surface with the platform API:\n- FilesKeyPolicy / FilesPolicyStatement and a Policy field on\n CreateFilesAccessKeyRequest for custom inline access-key policies (mutually\n exclusive with the prefix + permission shorthand); InlinePolicy on\n FilesAccessKey; 'custom' is a valid permissions value.\n- GetFilesUsage plus FilesUsage/FilesUsageCurrent/FilesUsagePoint/\n FilesUsageOptions for per-bucket storage usage (current, live, over-time).",
"is_bot": false,
"headline": "feat(files): custom inline access-key policies + storage usage monito…",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-07-20T20:45:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "828ca5b0cb8e84fb8d932964beb325cf6c052722",
"body": "…urface (MDB-3690)",
"is_bot": false,
"headline": "Merge branch 'edge-ha-scale-admin-surface': edge HA and scale admin s…",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-07-17T22:42:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f14acb538f6867f02cf1da06ac18743b0e9b115b",
"body": "Add the admin-only edge PoP management methods that were missing from the\nedge module: list/create/scale/delete PoP nodes (/admin/edge/nodes and\n/admin/edge/nodes/{id}), start/get/cancel a graceful image roll\n(/admin/edge/nodes/{id}/roll), and the read-only fleet snapshots\n(/admin/edge/overview, /ad\n[…]\neOverview, EdgeRecovery, EdgeRoutes and their nested\ntypes). A PoP is one edge service with node_count>=2 (a primary holding the\nserving floating IP plus hot standbys) for intra-PoP high availability.",
"is_bot": false,
"headline": "feat(edge): add edge fleet HA/scale admin surface",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-07-17T14:15:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1233c9675832decc3f042da18f44d007f910bfba",
"body": "Complete the edge gateway settings surface in the Go SDK with the net-new\ntypes that were missing from the rich edge surface:\n\n- Access/auth: EdgeJWTAuth (+EdgeJWTClaim), EdgeSignedURLs, EdgeAPIKeyAuthRequest\n (+EdgeAPIKeyRequest) on the request side and EdgeAPIKeyAuthView (+EdgeAPIKeyView)\n on th\n[…]\nevalidate, stale-if-error, and\n request-collapsing on EdgeCacheRule.\n\nThese are wired onto EdgeSettingsRequest and EdgeSettings with the exact wire\njson tags matching the canonical controller models.",
"is_bot": false,
"headline": "feat(edge): add access/auth, security, and cache-depth settings types",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-06-24T07:35:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b03b16e02237f0b56e8d09321cd7f59a53004175",
"body": "Expand the edge client to the complete customer-tunable settings surface:\ncache-depth (stale-while-revalidate, stale-if-error, configurable cache key,\nrequest collapsing), access/auth (JWT, signed URLs, API keys with per-key rate\ntiers), security hardening (WAF paranoia level + rule exclusions, DDoS\n[…]\nut and version-history surface: list config versions and\nroll back to a prior version, plus the canary rollout status / promote / abort\nmethods. Add cache purge, edge analytics, and access-log drains.",
"is_bot": false,
"headline": "feat(edge): full edge gateway surface for app services",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-06-23T22:43:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4273658428d3feb542413b7b90ad7f1a0ae8983a",
"body": null,
"is_bot": false,
"headline": "feat(compliance): subscriptions + signing-key rotation methods",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-06-22T16:32:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92915e52f688ac9eb806b7f43d995f222a5709dc",
"body": "…ed types\n\nReplace divergent Phase 2 types with the authoritative surface:\n- Stack: add SourceTemplateID + SourcePublisherOrgID fields\n- StackPreviewRequest / StackLaunchRequest: TemplateName now omitempty,\n add TemplateID for marketplace template selection\n- StackVisibility + StackPublicationStatu\n[…]\narketplaceStackTemplates, GetStackTemplate, UpdateStackTemplate,\n DeleteStackTemplate, PublishStackTemplate, UnpublishStackTemplate,\n PreviewStackUpgrade, ApplyStackUpgrade (returns *StackMigration)",
"is_bot": false,
"headline": "feat(stacks): align Phase 2 marketplace surface with canonical vendor…",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-06-21T18:44:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e7356e4539facfce38941ec66d9bb34a2f1f2e24",
"body": "…de API\n\nAdd customer-authored stack template CRUD (CreateStackTemplate,\nListMyStackTemplates, GetCustomerStackTemplate, DeleteCustomerStackTemplate),\nmarketplace publishing control (PublishStackTemplate, UnpublishStackTemplate),\nmarketplace discovery (ListMarketplaceStackTemplates), and stack upgra\n[…]\n(PreviewStackUpgrade, ApplyStackUpgrade).\n\nNew types: CustomerStackTemplate, StackTemplateVisibility,\nCreateStackTemplateRequest, StackUpgradePreview, StackUpgradeChangeItem,\nApplyStackUpgradeRequest.",
"is_bot": false,
"headline": "feat(stacks): Phase 2 marketplace template management and stack upgra…",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-06-21T18:41:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0faa2fe7df5b8fcf3efa363b6e0ea42db653c091",
"body": "Adds ListStackTemplates, PreviewStackCost, LaunchStack, ListStacks,\nGetStack, DeleteStack, RetryStack, and WaitForStackRunning methods\nalongside their supporting types (StackCostLineItem, StackCostPreview,\nStackResource, Stack, StackTemplateSummary, StackPreviewRequest,\nStackLaunchRequest).\n\nFollows\n[…]\nUnmarshal pattern\nused by all existing surfaces. The 404-as-nil contract on GetStack and\nthe idempotent 404-as-success on DeleteStack match the established\nconventions in file_services.go and edge.go.",
"is_bot": false,
"headline": "feat(stacks): add stacks API surface",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-06-21T17:07:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4357ef968ed1fe431c57c5d3d1a90ea8bbf0f0a1",
"body": null,
"is_bot": false,
"headline": "feat: companion-app attachments (catalog, create, list, credentials)",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-06-21T13:14:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d366405a94a35e6ca28585c298d4fb7800fe765",
"body": null,
"is_bot": false,
"headline": "feat: compliance evidence packet API (SOC2 + GDPR Art. 30 ROPA)",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-06-21T12:56:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b23550f6fa40d6e7d1f8dc0cb522784808f34f58",
"body": "Add ListAppServiceAuthProviders, UpsertAppServiceAuthProvider, and\nRemoveAppServiceAuthProvider for managing Google and GitHub providers on an\nenabled auth configuration, with the UpsertAppServiceAuthProviderRequest and\nAuthIDPProvidersResponse types. Client secret is write-only.",
"is_bot": false,
"headline": "feat(auth): social login provider management methods",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-06-19T15:46:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "285425e1a16274a8915b50175831bfafd7ea957e",
"body": "…ence/vector surfaces\n\nAdd the app-service auth right-to-erasure methods (DeleteAppServiceAuthUser via\nPOST and DeleteAppServiceAuthUserByIdentifier via DELETE) and bring the package\nto full parity with the platform surface: ai actions, embedding pipelines, file\nservices, inference, and vector search.",
"is_bot": false,
"headline": "feat: add GDPR auth erasure and fill ai-actions, embedding/file/infer…",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-06-16T16:25:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44329e45171b0b3f315138b3e0b46ade03cd5525",
"body": "Adds six new methods on Client covering the edge tier for app services:\nListAppDomains, CreateAppDomain, VerifyAppDomain, DeleteAppDomain,\nGetAppEdgeStatus, and UpdateAppEdgeSettings. Types cover the full\nlifecycle: EdgeDomain with its status enum, EdgeSettingsRequest/\nEdgeSettings for cache rules, rate limiting, and WAF mode, and\nEdgeStatus with per-PoP convergence items.",
"is_bot": false,
"headline": "feat: add edge gateway surface (domains, edge status, edge settings)",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-06-15T08:09:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13deb6089dc49fe4f9c030e348f20378261171e1",
"body": "…voke-session) with social login\n\nAdd the full auth surface to app_services.go:\n\nTypes: AuthSMTPConfig, AuthThemeConfig, AuthIDPProvider, AuthIDPProviderRequest,\nAuthIDPProviderConfig, AuthEnableRequest, AuthConfiguration, AuthSigningKey,\nAuthConfigurationWithKeys.\n\nConstants: AuthIDPProviderGoogle,\n[…]\nOptions and AttachServiceWithOptions for scoped files attachments\n- AppDeployStep type and DeployLogs field on AppDeployment\n- Updated attachDatabaseRequest with prefix/permission/wiring_intent fields",
"is_bot": false,
"headline": "feat: auth-as-a-service methods (enable, get, disable, rotate-key, re…",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-06-15T07:02:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "69ff65f4c8a596c3c642b470e9786fcb7215f590",
"body": " webhooks surface",
"is_bot": false,
"headline": "feat: app services, jobs, queues, and",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-06-11T14:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97a8e4514989108826379cb658be8deb78f3b538",
"body": "Adds DataPipeline / CreateDataPipelineRequest / DataPipelineConfig /\nDataPipelineStatus types and DataPipelineTypeCDCPGToKafka, plus the client\nmethods CreateDataPipeline, ListDataPipelines, GetDataPipeline,\nDeleteDataPipeline, and GetDataPipelineStatus against\n/organizations/{id}/pipelines and /pipelines/{id}/status.\n\nTests decode raw API JSON (not struct round-trips) so a wrong json tag is\ncaught, and assert the create request path, org header, and 404->nil mapping.",
"is_bot": false,
"headline": "feat: add data pipelines client (CDC flows between services)",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-06-07T20:04:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02cb4b50db6a884f53ab289c4b2999e07a1e7d4a",
"body": "The id tag fixed in 6c36e0a regressed back to uuid in a687ed7 when the\nstruct was regenerated from a stale copy. Restore it and add\nTestServiceWireFormat, which unmarshals a raw JSON fixture instead of a\nmarshalled Service, so the round-trip tests can no longer mask a tag\nregression: every service lookup returns an empty ID when this tag is\nwrong.",
"is_bot": false,
"headline": "fix: restore Service.ID json tag (uuid -> id) and pin the wire format",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-06-07T18:11:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a687ed7684232fe655b9e5937900af5cc4ead753",
"body": "Add ListPresets() method for fetching service presets.\nExtend CreateServiceRequest with: preset, is_ephemeral, ttl_hours,\ncreated_by_agent_id, agent_framework, agent_purpose, labels.",
"is_bot": false,
"headline": "feat: add AI agent infrastructure fields (presets, TTL, ephemeral)",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-04-05T22:50:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21ee8922aa307e484a4bc7b9bed9f0314a64729b",
"body": null,
"is_bot": false,
"headline": "chore: fix .gitignore to not exclude examples dir; update basic example",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-03-30T20:21:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c36e0af2024cf6384cce669d0c6c7dddccda5cb",
"body": "…nse parsing",
"is_bot": false,
"headline": "fix: correct Service.ID json tag (uuid -> id) and TriggerBackup respo…",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-03-30T19:29:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5869d81722c4b66dfcbc3ca340d7785b58f8894c",
"body": "… uuid, backup_id not id)\n\n- backups_test.go: TriggerBackup handlers now return {\"backup_id\":\"...\",\"status\":\"...\"} matching the triggerBackupResponse envelope the real API sends\n- client_test.go: two raw JSON service responses updated from \"uuid\" to \"id\" matching the Service struct json tag fixed in types.go",
"is_bot": false,
"headline": "fix: correct mock JSON shapes in unit tests to match real API (id not…",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-03-30T19:24:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b034f7ee17fa79c57c92028b980200a3a4fb230",
"body": "…verage\n\nTests cover all public methods across services, organizations, users, and\nbackups using httptest mock servers. Every error path is exercised including\nnetwork errors, 4xx/5xx responses, malformed JSON, marshal failures, and\ncontext cancellation.",
"is_bot": false,
"headline": "test: add comprehensive unit tests for foundrydb package with 100% co…",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-03-30T18:21:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f29f55547fef20b96da41e3c2fb600fe856b50f",
"body": null,
"is_bot": false,
"headline": "chore: add .gitignore, remove accidentally committed binaries",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-03-30T18:06:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4b5a248d724366028d5a447539dbf7f99541e1d",
"body": null,
"is_bot": false,
"headline": "feat: initial release of foundrydb-sdk-go v0.1.0",
"author_name": "Bachir Khiati",
"author_login": null,
"committed_at": "2026-03-30T18:06:25Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 25,
"latest_release_at": "2026-06-21T13:08:50Z",
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 7,
"days_since_latest_release": 30,
"mean_days_between_releases": 5.9
},
"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/anorph/foundrydb-sdk-go",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": false,
"registry_url": "https://pkg.go.dev/github.com/anorph/foundrydb-sdk-go",
"is_deprecated": false,
"latest_version": "v0.10.0",
"repository_url": "https://github.com/anorph/foundrydb-sdk-go",
"versions_count": 11,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T20:45:44Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 75449,
"source_files_sampled": 29,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"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": [],
"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": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": null,
"bot_contributors": 0,
"top_contributors": [],
"contributors_sampled": null,
"top_contributor_share": null
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"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": null,
"reason": "no pull request found",
"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/25 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": "18 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": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "dff8326ad9cfdf43f8db67bd50d41d27a38416ef",
"ran_at": "2026-07-21T22:43:59Z",
"aggregate_score": 3.7,
"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": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/foundrydb/foundrydb-sdk-go",
"host": "github.com",
"name": "foundrydb-sdk-go",
"owner": "foundrydb"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"security": 37,
"vitality": 78,
"community": 24,
"governance": 20,
"engineering": 38
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 78,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"commits_last_year": 25,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "25 commits in the last year",
"points": 12.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 25
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "18 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "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": 100,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_latest_release": 30,
"mean_days_between_releases": 5.9
},
"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 30 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 30
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~5.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 5.9
}
}
],
"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": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "critical",
"name": "Sustainability & Governance",
"value": 20,
"weight": 0.24,
"metrics": [
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"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": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/25 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": 38,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "foundrydb",
"public_repos": 11,
"account_age_days": 105
},
"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": "0 followers of foundrydb",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "foundrydb"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "11 public repos, account ~0 yr old",
"points": 8.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 11
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
}
],
"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": 38,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": 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": "at_risk",
"name": "Security",
"value": 37,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3.7
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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/25 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "18 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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
}
],
"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": 53,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.96,
"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": "24 of 25 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 24,
"sampled": 25
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 25",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 25
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 75449,
"source_files_sampled": 29,
"oversized_source_files": 1
},
"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": "1/29 source files over 60KB",
"points": 53.1,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 29,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"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": [
"Contributor list unavailable",
"go package 'github.com/anorph/foundrydb-sdk-go' points at a different repository (https://github.com/anorph/foundrydb-sdk-go); 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-21T22:44:02.849154Z",
"schema_version": "0.25.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/foundrydb/foundrydb-sdk-go.svg",
"full_name": "foundrydb/foundrydb-sdk-go",
"license_state": "standard",
"license_spdx": "MIT"
}