原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 380,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 1015741,
"Just": 435
},
"pushed_at": "2026-07-21T01:00:09Z",
"created_at": "2026-07-02T19:04:05Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T00:49:55Z",
"description": "A Go library for building Nostr clients, bots, and relays ",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Unlicense",
"default_branch": "main",
"license_spdx_raw": "Unlicense",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://ohstr.com",
"name": "Ohstr",
"type": "Organization",
"login": "ohstr",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/198794622?v=4",
"created_at": "2025-02-11T17:14:52Z",
"is_verified": null,
"public_repos": 8,
"account_age_days": 526
},
"license": {
"state": "standard",
"spdx_id": "Unlicense",
"raw_spdx": "Unlicense",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.2.4",
"kind": "patch",
"published_at": "2026-07-21T01:00:13Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2026-07-18T01:11:32Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2026-07-09T13:51:22Z"
}
],
"recent_commits": [
{
"oid": "ad72889a7fb9f44becf7fbcc2eb4c17795558df1",
"body": "Collapse the two explanatory paragraphs after the upload example into\none line — matching the terse one-line transitions used elsewhere in\nthe quick-start section instead of spelling out each call's behavior.",
"is_bot": false,
"headline": "Shorten Blossom README follow-up text",
"author_name": "naliyi",
"author_login": "naliyi",
"committed_at": "2026-07-21T00:36:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a754458a6b69e5f22f7f2597fd0c2c6c83f1ee9",
"body": "Drop the BUD-range link and client mention — every neighboring bullet\n(nip88, nip90, nipAA, nipB0) is a plain few-word phrase; the detail\nbelongs in the quick-start section below, not the summary list.",
"is_bot": false,
"headline": "Simplify nipB7 README bullet to match sibling one-liners",
"author_name": "naliyi",
"author_login": "naliyi",
"committed_at": "2026-07-21T00:33:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30fd3df351a6079267873f8cb0bd9f1565318be7",
"body": "Neither has been tagged yet, so the Blossom SDK entry and the\nnip11.DelegationConfig removal belong under one unreleased [0.2.4]\nheading instead of two separate version bumps.",
"is_bot": false,
"headline": "Fold 0.2.5 into 0.2.4 — same unreleased version",
"author_name": "naliyi",
"author_login": "naliyi",
"committed_at": "2026-07-21T00:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af868606feea55ee2a701eac17c322622d9d83ae",
"body": "The merge of worktree-blossom-sdk auto-resolved both branches' new\nentries in fork order rather than version order, leaving 0.2.5 below\n0.2.4. Swap them so the file stays newest-first.",
"is_bot": false,
"headline": "Reorder CHANGELOG.md so 0.2.5 sits above 0.2.4",
"author_name": "naliyi",
"author_login": "naliyi",
"committed_at": "2026-07-21T00:26:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81bc7690bd7fa9e75a45c823d2e6e25deec175e3",
"body": "…port\n\nAdds BUD-01/02/04-12 coverage to nipB7 (Authorization tokens, Blob\nDescriptor/list types, NIP-94 tag glue, blob reports, pre-flight/payment\nheaders, the blossom: URI scheme) plus a new nipB7/client HTTP client\npackage for talking to Blossom servers.",
"is_bot": false,
"headline": "Merge worktree-blossom-sdk: expand nipB7 to full Blossom protocol sup…",
"author_name": "naliyi",
"author_login": "naliyi",
"committed_at": "2026-07-21T00:25:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4a5cfb428455b83ebca985e4fb7c6988a961e92",
"body": "The BUD-by-BUD function-name enumeration in CHANGELOG.md and the\nmulti-line nipB7 bullet in README.md were noisier than the rest of the\nfile; condense both to match the existing one-paragraph/one-line style.\nAlso renumber the changelog entry to 0.2.5 — main gained its own\n[0.2.4] entry (nip11.DelegationConfig removal) after this branch forked.",
"is_bot": false,
"headline": "Trim CHANGELOG/README Blossom entries to match house style",
"author_name": "naliyi",
"author_login": "naliyi",
"committed_at": "2026-07-21T00:25:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b479e6d2d9721ca734e83a6f62c2d8ddffff7d52",
"body": "…P client\n\nnipB7 previously only covered BUD-03 server-list discovery. Add BUD-11\nAuthorization tokens (kind:24242, with a VerifyAuthorization server-side\ncheck mirroring nip98.VerifyAuthHeader), BUD-02/12 Blob Descriptor and\nlist types, BUD-08 NIP-94 tag glue, BUD-09 blob reports, BUD-06/07\npre-fli\n[…]\nti-server fallback, Head,\nUpload/Media, HeadUpload/HeadMedia, Mirror, List, Delete, Report), so a\nBlossom client or server can be built directly on nmilat's types instead\nof hand-rolling the protocol.",
"is_bot": false,
"headline": "Expand nipB7 to full Blossom protocol support (BUD-01/02/04-12) + HTT…",
"author_name": "naliyi",
"author_login": "naliyi",
"committed_at": "2026-07-21T00:12:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "781d85bc280ccbf44e6346212d4eaffd5dd59192",
"body": "It was never wired up anywhere; NIP-26 delegation is handled by the\nseparate, actually-used relay.DelegationConfig.",
"is_bot": false,
"headline": "Remove dead nip11.DelegationConfig duplicate",
"author_name": "naliyi",
"author_login": "naliyi",
"committed_at": "2026-07-20T23:48:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fd0979237a5f460860c396d69e443be77ae19e2",
"body": "Covers NIP-43 group membership, NIP-OA owner attestation, NIP-AA agent\nauth and its virtual-membership integration, the multi-identity\nsession model, the NIP-11 lettered-NIP encoding fix, and the relay\nconcurrency/protocol fixes from 7e7f945 -- everything merged since the\nv0.2.2 tag.",
"is_bot": false,
"headline": "Add CHANGELOG entry for 0.2.3",
"author_name": "naliyi",
"author_login": "naliyi",
"committed_at": "2026-07-17T22:51:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db354411f79c790e4595e0df65b3e8d901b2991c",
"body": "These landed in prior commits (nip43, nipAA, nipOA packages and their\nrelay integration) but the README's NIP list and quick-start comment\nnever caught up. Bump the advertised NIP count to 31 and trim the\nrelay-engine/infrastructure and NIP-57 bullets, which had grown more\nverbose than the code they describe.",
"is_bot": false,
"headline": "docs: document NIP-43/NIP-AA/NIP-OA support in README",
"author_name": "naliyi",
"author_login": "naliyi",
"committed_at": "2026-07-17T22:51:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "154c1b2b544d6b24392a7038a24607692308c3ee",
"body": "RegisterNIP(0xB0)/RegisterNIP(0xB7) coerced NIP-B0/B7's letter-suffixed\nIDs into meaningless hex-parsed integers (176/183) in the served NIP-11\ndocument. Introduce nip11.NIPID, built via NIP(n) for numbered NIPs or\nNIPLetter(s) for lettered ones, so each serializes correctly (JSON\nnumber vs JSON str\n[…]\now carry\nNIPID throughout; relay.RegisterLetteredNIP lets feature packages\ndeclare a lettered NIP the same way RegisterNIP already does for\nnumbered ones. nipB0/nipB7's relayreg packages switch to it.",
"is_bot": false,
"headline": "Fix NIP-11 supported_nips encoding for lettered NIPs",
"author_name": "naliyi",
"author_login": "naliyi",
"committed_at": "2026-07-17T22:51:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "661d9d9ba1ae24b1aa32907bda5466f04c0cab7a",
"body": "…st/delete, IssueInvite\n\nBacks ncli's new `relay members/invites/roles` admin commands: exposes\nSessionHandler's MembershipService so a second process (ncli's HTTP admin\nserver) can reach the same live instance every connection consults, adds\nEventStore.ListMemberRecords/ListInviteClaims/DeleteInviteClaim, and factors\ninvite-claim generation out of the self-service REQ handler into\nMembershipService.IssueInvite so both paths produce claims identically.",
"is_bot": false,
"headline": "Add NIP-43 membership admin plumbing: Membership() accessor, store li…",
"author_name": "naliyi",
"author_login": "naliyi",
"committed_at": "2026-07-16T21:17:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3bf9fd89bac494ebb00ca458b467b62d8307980",
"body": "processAuth now implements NIP-AA's full 6-step relay verification\nalgorithm on top of Phase 4's NIP-43 groundwork: Step 1 keeps NIP-42's\nexisting checks and adds an additional ±120s (default) freshness\nwindow when NIP-AA is enabled; Step 2 is the fast path already built in\nPhase 4 (a direct member \n[…]\nnaffected-active-member).\n\nVerified the entire nmilat module passes `go test -race ./...`\nend to end (every package, ~325s total, dominated by a pre-existing\nPoW mining test unrelated to this change).",
"is_bot": false,
"headline": "Add NIP-AA relay integration (virtual membership via processAuth)",
"author_name": "naliyi",
"author_login": "naliyi",
"committed_at": "2026-07-16T20:35:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f315db9501af37bbb05e1d0e874c5da9b2c1103b",
"body": "Deliberately thin: crypto and conditions-grammar already live in\nnipOA. This package adds only what's specific to NIP-AA's connection-\nadmission algorithm -- the ±120s AUTH-event freshness check\n(ValidateFreshness, on top of, not instead of, NIP-42's own wider\nwindow), and EvaluateCredential, which \n[…]\nl per-event kind enforcement (a later change) evaluates them\nper-EVENT instead, against the already-verified credential this\nreturns.\n\nNo relay/ dependency; a later change wires this into processAuth.",
"is_bot": false,
"headline": "Add nipAA: NIP-AA Steps 3-4 pure orchestration package",
"author_name": "naliyi",
"author_login": "naliyi",
"committed_at": "2026-07-16T20:23:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5d29cc2356b2f5996d260469e5585868241f5854",
"body": "New relay/store_membership.go: the authoritative indexMembers bucket\n(one key per member, so join/leave stay O(1)) and an InviteClaim\nbucket with atomic consume-and-validate semantics (expiry/max-uses\nchecked and Uses incremented in a single bbolt transaction, avoiding a\ncheck-then-act race between \n[…]\n534\nevents -- extending the existing single consumer rather than adding a\nsecond reader of task.errors (capacity-1, single-send -- a second\nreader would race the existing one and could block forever).",
"is_bot": false,
"headline": "Add NIP-43 join/leave/invite flow and membership access gate",
"author_name": "naliyi",
"author_login": "naliyi",
"committed_at": "2026-07-16T20:21:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b8a9df92db4a46e84cdbba5a8f2155e94769b4ad",
"body": "New nip43 package: pure protocol types and parse/validate/construct\nfunctions for all 7 NIP-43 event kinds (role definitions, membership\nlists, add/remove-user, join/invite/leave requests), plus\nIsRelayAuthoredKind and a freshness check for join/leave's \"created_at\nwithin a few minutes of now\" requi\n[…]\nspent on an\nimpersonation attempt. capabilities.go advertises NIP-43 in\nsupported_nips exactly when a self pubkey is configured, mirroring the\nexisting conditional-advertisement pattern for NIP-42/26.",
"is_bot": false,
"headline": "Add nip43 package and relay-authored event enforcement (NIP-43 core)",
"author_name": "naliyi",
"author_login": "naliyi",
"committed_at": "2026-07-16T19:42:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c50bdaed6bd2064c1eba19ec655a956fda508417",
"body": "Replaces Session's single authedPubkey string with a small identity\nlist (primary + optional extra), each entry carrying a resolved\nMembershipStatus (none/active/virtual) plus, for virtual members, the\nowner pubkey and retained NIP-OA conditions. This is required by\nNIP-AA: a connection may hold mor\n[…]\nin\nTestSessionRequestCases (a leaked httptest.Server goroutine racing on\n*testing.T logging) reproduces identically on the pre-change commit --\nunrelated to this change, not something introduced here.",
"is_bot": false,
"headline": "Add multi-identity Session model and O(1) membership cache",
"author_name": "naliyi",
"author_login": "naliyi",
"committed_at": "2026-07-16T19:34:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d1026267bd6723c271bd005ab8d0b33912e314ec",
"body": "Parses and verifies the \"auth\" tag format from NIP-OA (owner-pubkey,\nconditions, sig): conditions grammar (kind=/created_at</created_at>\nclauses, canonical decimal), preimage construction, and BIP-340 Schnorr\nsignature verification reusing the same schnorr primitives nip01.Event\nalready uses. No rel\n[…]\nvalid\nvector verified end-to-end through the real crypto path, plus the full\ninvalid-vector list) alongside grammar edge cases and benchmarks for\nthe two hot functions (VerifySignature, ParseAuthTag).",
"is_bot": false,
"headline": "Add nipOA: NIP-OA Owner Attestation pure package",
"author_name": "naliyi",
"author_login": "naliyi",
"committed_at": "2026-07-16T19:17:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6d69bb20f2484acec5a86dc4fd89d02ca5980ae1",
"body": "…ling\n\n- EventStore.Close now waits out in-flight handleTasks/housekeeper\n goroutines instead of racing db.Close against them\n- NIP-42 AUTH's relay tag is checked against the configured relay URL\n instead of the event's own tag (was a tautology)\n- NIP-13 PoW min/strict threads through nip11.Limita\n[…]\n client reader now honors context cancellation instead of\n hanging until the socket is forced closed\n- NIP-77 negentropy encoding: remove stale exploratory comments,\n document the actual wire format",
"is_bot": false,
"headline": "Fix relay concurrency and protocol edge cases; harden NIP-42/PoW hand…",
"author_name": "naliyi",
"author_login": "naliyi",
"committed_at": "2026-07-16T19:11:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "14592fadfe20f3dc204d3f756b4c24230d29bb30",
"body": null,
"is_bot": false,
"headline": "public release",
"author_name": "naliyi",
"author_login": "naliyi",
"committed_at": "2026-07-09T13:47:16Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 20,
"latest_release_at": "2026-07-21T01:00:13Z",
"latest_release_tag": "v0.2.4",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 2,
"days_since_latest_release": 2,
"mean_days_between_releases": 5.7
},
"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/ohstr/nmilat",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/ohstr/nmilat",
"is_deprecated": false,
"latest_version": "v0.2.4",
"repository_url": "https://github.com/ohstr/nmilat",
"versions_count": 5,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-21T00:36:13Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"justfile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 43079,
"source_files_sampled": 198,
"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/flokiorg/go-flokicoin",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.25.12-alpha"
},
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/gorilla/websocket",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.3"
},
{
"name": "github.com/rs/zerolog",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.34.0"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "go.etcd.io/bbolt",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.0"
},
{
"name": "golang.org/x/crypto",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.47.0"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
}
],
"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": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "naliyi",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/154817482?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.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": 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/20 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"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": "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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "14 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ad72889a7fb9f44becf7fbcc2eb4c17795558df1",
"ran_at": "2026-07-23T01:02:57Z",
"aggregate_score": 2.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-21T01:00:16Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ohstr/nmilat",
"host": "github.com",
"name": "nmilat",
"owner": "ohstr"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"security": 22,
"vitality": 69,
"community": 24,
"governance": 33,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 69,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"commits_last_year": 20,
"human_commit_share": 1,
"days_since_last_push": 2,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "20 commits in the last year",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 20
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"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": 3,
"latest_release_tag": "v0.2.4",
"releases_from_tags": false,
"days_since_latest_release": 2,
"mean_days_between_releases": 5.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~5.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 5.7
}
}
],
"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 (Unlicense)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Unlicense"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 33,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "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/20 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": 40,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "ohstr",
"public_repos": 8,
"account_age_days": 526
},
"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 ohstr",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "ohstr"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "8 public repos, account ~1 yr old",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 8
}
},
{
"code": "account_age_years",
"params": {
"years": 1
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/ohstr/nmilat"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 2
},
"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 2 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "5 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 5
}
}
],
"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": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"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": 60,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "critical",
"name": "Security",
"value": 22,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 22,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 2.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": "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/20 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"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": "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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "14 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"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": 60,
"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.95,
"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": "19 of 20 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 19,
"sampled": 20
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"justfile"
],
"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": "justfile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "justfile"
}
}
],
"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": "no agent-authored commits among the last 20",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 20
}
}
],
"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": 43079,
"source_files_sampled": 198,
"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/198 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 198,
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-23T01:03:01.222667Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/o/ohstr/nmilat.svg",
"full_name": "ohstr/nmilat",
"license_state": "standard",
"license_spdx": "Unlicense"
}