Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 192,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 255546
},
"pushed_at": "2026-07-19T21:22:35Z",
"created_at": "2025-06-13T15:36:09Z",
"owner_type": "User",
"updated_at": "2026-07-19T21:21:56Z",
"description": "Lightweight s3 client with zero dependencies",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "http://kelindar.dev",
"name": "Roman Atachiants",
"type": "User",
"login": "kelindar",
"company": "@emitter-io ",
"location": "Dubai, UAE",
"followers": 573,
"avatar_url": "https://avatars.githubusercontent.com/u/583116?v=4",
"created_at": "2011-01-25T17:37:14Z",
"is_verified": null,
"public_repos": 105,
"account_age_days": 5661
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2026-07-19T21:22:35Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-07-19T21:17:03Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-19T20:04:15Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2025-06-29T18:32:59Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2025-06-29T18:09:31Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2025-06-17T19:05:18Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2025-06-15T17:37:46Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2025-06-13T21:34:18Z"
}
],
"recent_commits": [
{
"oid": "d4de3b8a711ece654988feff5de9567f9b1dc56e",
"body": null,
"is_bot": false,
"headline": "Make mock upload IDs concurrency-safe (#7)",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2026-07-19T21:21:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cedef9293d6b4778e8e771e56009365c9a4532ab",
"body": null,
"is_bot": false,
"headline": "Honor If-Match in the S3 mock (#6)",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2026-07-19T21:15:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd42fabdf7266c8d0ed229ad85a324ffced615d0",
"body": "Collapse long top-level tests into short parents with t.Run, pair aws/v4 tests with their source, and rewrite consecutive validation ladders as switch tables for clearer control flow.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Tighten test naming and simplify guard branches. (#5)",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2026-07-19T20:03:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "522802746dfdca674d4520410963946ce48f4689",
"body": null,
"is_bot": false,
"headline": "Add context-aware listing and object composition (#4)",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2026-07-19T19:56:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a87e21b380f8aab12d0b50d1e6b2689651cc19e9",
"body": null,
"is_bot": false,
"headline": "fix ambient key shadowing region",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-29T18:31:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acdc8ce8e7375351131e59a287819a48d14d6528",
"body": null,
"is_bot": false,
"headline": "allow to pass the region",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-29T18:08:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f1f32fe27c046e50e136a3d106324d2dd7a1a24",
"body": "…tion\n\n- Renamed `TestAmbientCredsFiles` to `TestLoadCredentials` for clarity.\n- Simplified test setup by directly writing the credentials file.\n- Updated the `loadCredentials` function to handle loading credentials from specified files.\n- Enhanced error handling and streamlined the logic for loading credentials.",
"is_bot": false,
"headline": "Refactor ambient credentials tests and implement loadCredentials func…",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-29T17:43:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dedd73a2180888e4e2fbc9ad3b0f0aeaa43e19c9",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-28T09:03:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9566b5d409edfae6611f6901da0d41fe457772f4",
"body": "…esence",
"is_bot": false,
"headline": "Fix RangeReader to conditionally set If-Match header based on ETag pr…",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-17T19:00:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6abbb7e20e75eddd1f8d0bafc7c27131aa1085c5",
"body": "* feat: update dependencies and improve S3 uploader functionality\n\n- Added `golang.org/x/sync v0.15.0` as an indirect dependency.\n- Refactored tests in `server_test.go` to use the new `Write` method instead of `Put`.\n- Removed unused multipart upload tests to streamline the test suite.\n- Updated `Pr\n[…]\nility by improving comments and structuring in Bucket and Prefix implementations\n\n* refactor: consolidate and enhance mock S3 server tests; remove redundant tests and improve utility function coverage",
"is_bot": false,
"headline": "Refactor the API and add WriteFrom (#2)",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2025-06-15T17:34:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "12e43d834a433eb208d8f57c94ecaaa554485af7",
"body": null,
"is_bot": false,
"headline": "Add tests for credentials (#3)",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2025-06-15T17:34:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e27af224f67b088c8cfa8ea01461a8a318e6af05",
"body": null,
"is_bot": false,
"headline": "Add tests for aws metadata and endpoints (#1)",
"author_name": "Roman Atachiants",
"author_login": "kelindar",
"committed_at": "2025-06-14T10:43:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "915f8d6dbe5cb6b226e60de0421ab0d1ceabe225",
"body": "…arding advanced S3 features",
"is_bot": false,
"headline": "Refine wording in README.md to clarify limitations of the library reg…",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-13T21:33:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "151dddd5e89618c129910f20e75be6e32815da0d",
"body": null,
"is_bot": false,
"headline": "Update README.md to improve structure and clarity of sections",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-13T21:28:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfd303f786640e3f8a6363f5b3bbe18fcad77c7c",
"body": null,
"is_bot": false,
"headline": "Add funding file, logo assets, and GitHub Actions workflow for testing",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-13T21:19:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cf82b386d4abddc43b3fdae6193e63017c2a2fc",
"body": "… for consistency",
"is_bot": false,
"headline": "Refactor Bucket struct to use private fields and update related tests…",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-13T21:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc284a8f6af8bfcb69de5331d8ef5710aba5c864",
"body": "…update tests accordingly",
"is_bot": false,
"headline": "Refactor Bucket initialization by introducing NewBucket function and …",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-13T20:58:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72e6bcf1ac61a2da23eeb556d7a160a2a908c36e",
"body": null,
"is_bot": false,
"headline": "Remove unused XML types from file.go to clean up code",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-13T20:53:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "880c1f23dbd2cdfdac8ee130f936aba430e0b462",
"body": "…py part operations",
"is_bot": false,
"headline": "Add ETag header to copy part response and enhance upload tests for co…",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-13T20:51:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89495727bde2a86c8989b608ba2f0cf0644978c5",
"body": "… tests",
"is_bot": false,
"headline": "Implement multipart upload copy part functionality and enhance upload…",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-13T20:41:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "645048294aca78112fcb6cac74ee768f8e256206",
"body": null,
"is_bot": false,
"headline": "Remove obsolete error handling tests and utility functions",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-13T20:32:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f82f9e4bc92485fbc87af1da97f109cbb9a0bf2",
"body": "- Implement tests for Reader methods including RangeReader, ReadAt, WriteTo, and Stat.\n- Add error handling tests for Reader methods to ensure robustness.\n- Introduce tests for Uploader methods including NextPart, MinPartSize, and error handling scenarios.\n- Validate part size and copy operations in Uploader with comprehensive test cases.\n- Create utility tests for URI functions, query escaping, and error handling.\n- Ensure proper handling of edge cases in path and bucket validation functions.",
"is_bot": false,
"headline": "Add comprehensive tests for S3 reader and uploader functionalities",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-13T20:30:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1db567a3b1e8097ef3a3533e0c1ed3d5d04e3050",
"body": "- Updated tests to use the new Bucket struct instead of BucketFS.\n- Introduced new file handling logic in file.go to implement fs.File interface.\n- Added prefix.go to manage S3 prefixes and directory-like behavior.\n- Removed obsolete rm.go and select.go files that are no longer needed.\n- Ensured all related tests are updated to reflect the new structure and functionality.",
"is_bot": false,
"headline": "Refactor S3 Bucket Implementation and Remove Deprecated Code",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-13T19:04:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a1b7f744566ed43502ec74316f95d162d597e8f",
"body": "…e doc.go file",
"is_bot": false,
"headline": "Update copyright notices to reflect 2025 ownership and remove obsolet…",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-13T18:56:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebcb1fe2c868116142f82077459fc63a05d3718e",
"body": null,
"is_bot": false,
"headline": "use assert",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-13T18:46:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d47e26680a9d50670c1316e6dfbf59dc950e975",
"body": null,
"is_bot": false,
"headline": "Add BucketFS implementation and associated tests for S3 functionality",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-13T18:10:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fa9ae0511b5a4ba8b44e47dcd29e2a44d09ce6b",
"body": "…sting",
"is_bot": false,
"headline": "Add TestBucket function to create a mock S3 server for integration te…",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-13T18:10:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a2b83151be6ac55b6e7dc8201dd440ec925de12",
"body": "…ated methods",
"is_bot": false,
"headline": "Refactor mock S3 server: rename MockS3Server to Server and update rel…",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-13T18:07:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bf1e886e064bb7d45a253d293583139590e5cbc",
"body": "- Added MockS3Server with full S3 API support including object operations, multipart uploads, and error simulation.\n- Implemented core functionalities: PutObject, GetObject, DeleteObject, ListObjects, and multipart upload handling.\n- Introduced request logging and error simulation capabilities for e\n[…]\nADME documentation detailing features, usage examples, and API reference.\n- Developed unit tests to validate basic operations, list operations, range requests, multipart uploads, and error simulation.",
"is_bot": false,
"headline": "Implement a comprehensive mock S3 server for testing",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-13T17:43:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ce21f16dd1d73375e29d16234c7d1257eaab3888",
"body": null,
"is_bot": false,
"headline": "Add support for Backblaze B2 in AWS integration and update tests",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-13T17:28:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a836d847221d57984edbd693498549c3a7de9c16",
"body": "- Implemented Uploader for managing multipart uploads to S3, including methods for starting uploads, uploading parts, and completing uploads.\n- Added support for server-side copy operations within multipart uploads.\n- Introduced tests for validating bucket names, uploading parts, and handling respon\n[…]\ncenarios, including invalid bucket names and upload failures.\n- Implemented a reader for S3 Select to handle reading frames from S3 Select responses.\n- Added a Remove method to delete objects from S3.",
"is_bot": false,
"headline": "Add S3 multipart upload functionality and tests",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-13T15:51:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ad6e8a96f11594b78d6fa1b8b36d657b1194fb71",
"body": null,
"is_bot": false,
"headline": "first commit",
"author_name": "Roman",
"author_login": "kelindar",
"committed_at": "2025-06-13T15:37:01Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 4,
"latest_release_at": "2026-07-19T21:22:35Z",
"latest_release_tag": "v0.2.2",
"releases_from_tags": false,
"days_since_last_push": 7,
"active_weeks_last_year": 1,
"days_since_latest_release": 7,
"mean_days_between_releases": 57.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/kelindar/s3",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/kelindar/s3",
"is_deprecated": false,
"latest_version": "v0.2.2",
"repository_url": "https://github.com/kelindar/s3",
"versions_count": 9,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-19T21:21:52Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"popularity": {
"forks": 1,
"stars": 15,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2025-11-01",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 30132,
"source_files_sampled": 26,
"oversized_source_files": 0,
"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": [
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.0"
},
{
"name": "golang.org/x/sync",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.15.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": 7,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "kelindar",
"commits": 32,
"avatar_url": "https://avatars.githubusercontent.com/u/583116?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test.yml"
],
"has_docs_dir": false,
"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": 10,
"reason": "7 out of 7 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 10,
"reason": "project is fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 3,
"reason": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d4de3b8a711ece654988feff5de9567f9b1dc56e",
"ran_at": "2026-07-27T11:06:24Z",
"aggregate_score": 4.1,
"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-19T21:23:28Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-19T21:21:52Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/kelindar/s3",
"host": "github.com",
"name": "s3",
"owner": "kelindar"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 41,
"vitality": 64,
"community": 31,
"governance": 59,
"engineering": 57
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 64,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"commits_last_year": 4,
"human_commit_share": 1,
"days_since_last_push": 7,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "4 commits in the last year",
"points": 6.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 4
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 3,
"status": "partial",
"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": 8,
"latest_release_tag": "v0.2.2",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 57.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~57.3 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 57.3
}
}
],
"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": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 7,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 7 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 7
}
}
],
"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": 31,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"forks": 1,
"stars": 15,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "15 stars",
"points": 18.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 15
}
}
],
"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": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"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": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 7,
"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": "7/7 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 7
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"followers": 573,
"owner_type": "User",
"is_verified": null,
"owner_login": "kelindar",
"public_repos": 105,
"account_age_days": 5661
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "573 followers of kelindar",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 573,
"login": "kelindar"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "105 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 105
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/kelindar/s3"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 7
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 7 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 7
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 57,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "7 out of 7 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 41,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 41,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.1
},
"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": "7 out of 7 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"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 fuzzed",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"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": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 54,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.375,
"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": "12 of 32 human commits state their intent (structured subject or explanatory body)",
"points": 20,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 12,
"sampled": 32
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.031,
"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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 32 commits agent-authored or agent-credited",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 32
}
}
],
"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": 30132,
"source_files_sampled": 26,
"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/26 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 26,
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T11:06:31.993662Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/kelindar/s3.svg",
"full_name": "kelindar/s3",
"license_state": "custom",
"license_spdx": null
}