Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 138,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 179193
},
"pushed_at": "2026-07-21T06:25:34Z",
"created_at": "2026-07-11T15:51:38Z",
"owner_type": "User",
"updated_at": "2026-07-21T06:26:06Z",
"description": "Model trust-boundary primitives: wrap (fence untrusted text into a prompt) + unwrap (recover JSON from a model reply).",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://infodancer.org/",
"name": "Matthew",
"type": "User",
"login": "matthewjhunter",
"company": "@infodancer ",
"location": null,
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/56937361?v=4",
"created_at": "2019-10-23T19:46:00Z",
"is_verified": null,
"public_repos": 18,
"account_age_days": 2466
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-07-18T22:42:22Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-12T03:05:59Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2026-07-11T16:05:16Z"
}
],
"recent_commits": [
{
"oid": "031d23a382ab133b64fbe939db9a7bfbb30f93f9",
"body": "This repo had no .golangci.yml, so golangci-lint was running on its\nbundled defaults. Adds the same baseline as the rest of the\ngo-ci.yml@v0 fleet (govet, staticcheck, unused, ineffassign, dupl,\nnolintlint). No findings.",
"is_bot": false,
"headline": "lint: add golangci-lint config with dupl and nolintlint",
"author_name": "Matthew Hunter",
"author_login": "matthewjhunter",
"committed_at": "2026-07-21T06:25:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bedaf199efc4a9d67ccc120cedb798d815213b1a",
"body": "ParseVerdict bounds Evidence to EvidenceMaxRunes and appends \"...\" when it\ncuts, but Locate matched Evidence as a verbatim needle. The marker never\noccurs in the source, so any verdict whose evidence exceeded 120 runes was\nunverifiable and Finding voided it as fabricated -- silently\nunder-enforcing \n[…]\n match. The prefix is still required to be a real span of content,\nso a fabricated quote gains nothing from adding a trailing \"...\".\n\nFixes #3.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(screen): tolerate the truncation marker when locating evidence",
"author_name": "Matthew Hunter",
"author_login": "matthewjhunter",
"committed_at": "2026-07-18T22:42:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7214dd17ecb4aaec60cf8d161c6a286a931d5871",
"body": "Seven staticcheck findings failed `ci / lint` on main:\n\n- ST1018: zero-width space (U+200B) and soft hyphen (U+00AD) sit raw\n inside prompt-injection test fixtures in detect/ and screen/. These\n characters are the whole point of those fixtures, but a raw invisible\n byte in source is exactly what \n[…]\ntest.go\n rewritten via De Morgan to `a >= b || b >= c`.\n\nNo behavior change; detect/ and screen/ tests pass, golangci-lint clean.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: fix staticcheck lint (escape invisible chars, De Morgan) (#2)",
"author_name": "Matthew",
"author_login": "matthewjhunter",
"committed_at": "2026-07-15T05:46:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cc4eda5b9538156521087021db7e5eaab599842b",
"body": "Float on the major pointer instead of an exact patch. v0 tracks the latest\nv0.x.y (it moved to v0.2.8, which carries the lint fix that stops\ngolangci-lint-action fetching its config schema over the network), so CI\nfixes land without a per-repo pin bump -- the design intent of the shared\nworkflow's auto-version release.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: pin infodancer/workflows to @v0 (#1)",
"author_name": "Matthew",
"author_login": "matthewjhunter",
"committed_at": "2026-07-15T05:27:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "03ce46a2d4e1ce2719a5e06d2c04d0b3d418e6c5",
"body": "The pipelock findings writeup describes an unreported vulnerability, and\npipelock's own SECURITY.md requires private disclosure through their advisory\nform rather than a public issue. It has no business in this repo's public\nhistory. The commit that added it (docs/upstream-issues.md) has been droppe\n[…]\nnpushed history, and the path is ignored here so a working copy can live\nlocally for filing without risk of being committed again.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: gitignore the private pipelock security writeup",
"author_name": "Matthew Hunter",
"author_login": "matthewjhunter",
"committed_at": "2026-07-12T03:05:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "75ea81dc437e37e5a921fc870b267aafaa07f3f5",
"body": "Storing byte offsets was wrong and the earlier doc said to do it. The offsets point\ninto a derived, short-lived artifact -- content is sanitized, truncated to a prompt\nlimit, and neutralized (which changes its length) before a model sees it, and the\narticle behind it gets re-fetched and re-extracted\n[…]\n the\ndoor exists -- gate it behind a debug setting, keep it away from anything an agent reads,\nand do not persist what it returns.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(screen): persist a payload-free Finding, never the evidence",
"author_name": "Matthew Hunter",
"author_login": "matthewjhunter",
"committed_at": "2026-07-12T03:05:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "821695d915390a329f91c20533bdfba256d54f6a",
"body": "The evidence requirement had a hole and a cost, and holding the original article\ncloses both.\n\nThe hole: requiring the model to quote the instruction it found is only a REQUEST.\nA model that has decided an article feels dangerous can still emit a quote-shaped\nstring to justify itself, and nothing in\n[…]\nse ride back out through\nthe fence into whatever logs or re-prompts it. ParseVerdict strips that and truncates\non rune boundaries.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(screen): verify the model's evidence against the source text",
"author_name": "Matthew Hunter",
"author_login": "matthewjhunter",
"committed_at": "2026-07-12T03:05:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "547d53308f167a49b48d0e881204acc714310084",
"body": "…schema\n\nThe model-backed half of airlock's detection: a canonical screening prompt, the\nschema of the verdict it asks for, and the conversion of that verdict into detect's\nvocabulary so a model screen and the regex corpus combine through one Score().\n\nscreen calls no model. No HTTP client, no provi\n[…]\nt would vanish behind the regex hit. And when\nthe regexes miss a paraphrase entirely, it is the only thing left standing: 0 -> 80.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(screen): reusable prompt-injection screening prompt and verdict …",
"author_name": "Matthew Hunter",
"author_login": "matthewjhunter",
"committed_at": "2026-07-12T03:05:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f83581ef4fa11778e729f581c1fb0109f83be7de",
"body": "Neutralize ran its tag regex over the raw bytes, so any fence-shaped tag spelled\nwith a zero-width space, a homoglyph, a soft hyphen, or fullwidth brackets went\nstraight through into the prompt. Four of five spellings tested survived:\n\n </untrusted-deadbeef> neutralized\n </untr<ZWSP>usted-d\n[…]\nles are: a reviewer cannot audit a\ncharacter they cannot see.\n\nFast path (no '<' anywhere) stays at ~200ns and does no allocation.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(wrap): neutralize fence tags disguised with encoding tricks",
"author_name": "Matthew Hunter",
"author_login": "matthewjhunter",
"committed_at": "2026-07-12T03:05:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "623ab424bb15142c5612a1a03dd3d9e19a41bd40",
"body": "…unaudited\n\nI wrote `// \"ignore previous instructions\"` next to a Korean string as though I\nhad verified the translation. I had not, and no maintainer of this repo reads\nKorean, so nobody reviewing it could have caught a wrong gloss either. Removed.\n\nThe Hangul bug itself is unaffected and stands on\n[…]\nther than papered over, with the option to drop them noted, since a rule nobody\ncan read is a reasonable thing to decline to ship.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: stop asserting Korean I cannot read, and flag the CJK rules as …",
"author_name": "Matthew Hunter",
"author_login": "matthewjhunter",
"committed_at": "2026-07-12T00:41:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4c1925dcd6fde9f55f23d4981823571278c2e41d",
"body": "Result.Score() returns 0-100, so results with different mixes of rules can be\nranked and thresholded. Result.Highest() remains, and the two are meant to be read\ntogether: Highest is the strongest single claim, Score is how much of it there is.\n\nHits combine as independent evidence -- the complement \n[…]\nit of the detector beneath it: a paraphrased injection scores 0, and 0\nmeans \"28 regexes did not fire\", never \"this text is safe\".\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(detect): aggregate multiple hits into a corroboration score",
"author_name": "Matthew Hunter",
"author_login": "matthewjhunter",
"committed_at": "2026-07-12T00:36:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0acc65d00c6ec7ed2bedf859bb6270d80bf50a3e",
"body": "…ck's\n\nThe licensing boundary is now a file boundary. Vendored Apache-2.0 code from\npipelock lives only in files named pipelock*; everything else is airlock's own\nwork. \"Is this file someone else's?\" is answerable from the filename, and NOTICE\nenumerates the vendored set exactly.\n\nBefore this, norma\n[…]\n. All judgment about what those patterns are worth is in\nrules_seed.go, under airlock's copyright, with a written reason per rule.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: put vendored Apache code in its own files, apart from airlo…",
"author_name": "Matthew Hunter",
"author_login": "matthewjhunter",
"committed_at": "2026-07-12T00:36:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ddae7e2e9bf79371d67dbe1d6c521751ffe16bd8",
"body": "28 rules: the 27 in-scope response-scan patterns from pipelock's defaults.go\nplus System Prompt Disclosure, the one injection pattern core.go has that\ndefaults.go lacks. Regexes were extracted mechanically from upstream rather\nthan retyped, and are verified byte-identical to the pinned commit.\n\nDete\n[…]\nnces, and what is\ndeliberately still outstanding (community YAMLs, tool-poison rules, user\nrules_dir, vowel-fold pass, prefilter).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(detect): advisory injection detector seeded from pipelock's corpus",
"author_name": "Matthew Hunter",
"author_login": "matthewjhunter",
"committed_at": "2026-07-12T00:24:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "db432c425286e41a0d94a866c5647d95f82c3e3a",
"body": "StripCombiningMarks ran NFD and never recomposed. NFD does not only split\naccents off their base characters -- it also decomposes precomposed Hangul\nsyllables into conjoining jamo, which are category Lo, not Mn, and so survive\nthe combining-mark strip. The text stays decomposed.\n\nThe effect is that \n[…]\nect the marks we just removed -- since that is the obvious way this fix\ncould go wrong.\n\nAll 183 ported upstream tests still pass.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(normalize): recompose with NFC so Hangul survives mark stripping",
"author_name": "Matthew Hunter",
"author_login": "matthewjhunter",
"committed_at": "2026-07-12T00:24:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "882608f3f6896d406455ec3a9a029563394256bc",
"body": "Vendors the normalization primitives from pipelock (Apache-2.0) at the\ncommit pinned in docs/pipelock-port.md. This is the first half of seeding\nairlock's advisory detector; detect lands on top of it next.\n\nThe primitives collapse the encoding tricks that let hostile text read as\nplain English to a \n[…]\nBenchmarks were rewritten off testing.Loop (Go 1.24+) to vet at the 1.22 floor.\nNOTICE added for Apache-2.0 section 4 attribution.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(normalize): port pipelock's Unicode normalizer",
"author_name": "Matthew Hunter",
"author_login": "matthewjhunter",
"committed_at": "2026-07-12T00:00:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fa93309ee0da2ad78b5ed0f6e8138787d633891c",
"body": "Working note for seeding airlock's advisory detector and normalize package\nfrom pipelock's Apache-2.0 code. Never committed before now.\n\nRe-scouted both upstreams and pinned them:\n\n pipelock 41e5c57051866d43c5d87cb4e7d5a927cfe3f95f\n pipelock-rules 5990349b9d654ad6dd0ed46edd8f3b3062d18c91\n\nAl\n[…]\nepoint shows both versions\nfold exactly 4928, with zero differences either way, and govulncheck finds\nno x/text advisories at all.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add pipelock port note, pinned and corrected after re-scout",
"author_name": "Matthew Hunter",
"author_login": "matthewjhunter",
"committed_at": "2026-07-11T23:30:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "673fcf9229df08e13ddecd9d5b392275a8ed8684",
"body": "govulncheck@latest requires Go >= 1.25 to build, but the shared workflow\nprovisions Go from the module's go.mod (1.22) with GOTOOLCHAIN=local, so\nthe scanner failed to install. Set govulncheck_go_version so only the\nvuln-scan job uses the newer toolchain; the library's build floor stays\n1.22 for broad reuse.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: build govulncheck on Go 1.26.5, keep library floor at 1.22",
"author_name": "Matthew Hunter",
"author_login": "matthewjhunter",
"committed_at": "2026-07-11T16:43:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "73bb630e462acce7e8470d49369a512e98194382",
"body": "The shared go-ci workflow defaults runs-on to the self-hosted homelab CI\npool, which this brand-new repo has no runner registered for -- so jobs\nqueued indefinitely. airlock is a small pure-Go public library with no\nspecial build needs; ubuntu-latest runs it fine and also executes on\noutside contributors' PRs, which self-hosted would not.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: run on GitHub-hosted ubuntu-latest instead of the self-hosted pool",
"author_name": "Matthew Hunter",
"author_login": "matthewjhunter",
"committed_at": "2026-07-11T16:41:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "385c20a6573f6aa9ff6905990430f44d3c5a3a6f",
"body": "States the wrap/unwrap scope and, importantly, the bounds: spotlighting\nis a mitigation not a guarantee, wrap assumes you own both ends of the\nprompt, and unwrap validates shape not meaning. Better adopters set\nexpectations correctly up front.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add SECURITY.md with private reporting + honest threat model",
"author_name": "Matthew Hunter",
"author_login": "matthewjhunter",
"committed_at": "2026-07-11T16:05:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cd7ac81b88ff2a60c3212ead690c37b246016e85",
"body": "Thin caller of the shared reusable workflow (test/vet/fmt/lint/\ngovulncheck), same pin as the other portfolio modules.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add Go CI via infodancer/workflows go-ci@v0.2.7",
"author_name": "Matthew Hunter",
"author_login": "matthewjhunter",
"committed_at": "2026-07-11T16:05:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1ecefdaa7cfc8f65c38b3b7f9573fa93cd8408e4",
"body": "Matches the license used across the reusable portfolio modules (e.g.\ncontact) and adds the Apache patent grant, which is worth having on a\nsecurity primitive meant for outside adoption.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: relicense from MIT to Apache-2.0",
"author_name": "Matthew Hunter",
"author_login": "matthewjhunter",
"committed_at": "2026-07-11T16:05:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "da8048aa824fc7dc2af60b28d7d31c6805b6598a",
"body": "The module used only generics (1.18) and integer range-over-int (1.22);\nthe 1.26.5 floor needlessly forced adopters onto a bleeding-edge\ntoolchain. 1.22 covers everything used and widens the audience for a\nprimitive meant to be reused.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "build: lower go directive to 1.22 for broad reusability",
"author_name": "Matthew Hunter",
"author_login": "matthewjhunter",
"committed_at": "2026-07-11T16:00:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f4b0f7f7d838e4120717540585c04bc948b604e9",
"body": "Two small, security-focused packages that mediate the boundary between a\nGo process and an untrusted language model, in both directions:\n\n- wrap: fence untrusted or model-authored text in a per-call crypto/rand\n nonce delimiter (<untrusted-{nonce}>) with delimiter neutralization, so\n a stored valu\n[…]\nusted in both directions --\napplied at adjacent trust boundaries. See docs/shared-model-io-audit.md in\nmemstore for the rationale.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: airlock -- wrap/unwrap primitives for the model trust boundary",
"author_name": "Matthew Hunter",
"author_login": "matthewjhunter",
"committed_at": "2026-07-11T15:40:19Z",
"body_truncated": true,
"is_coding_agent": true
}
],
"releases_count": 3,
"commits_last_year": 23,
"latest_release_at": "2026-07-18T22:42:22Z",
"latest_release_tag": "v0.1.1",
"releases_from_tags": true,
"days_since_last_push": 4,
"active_weeks_last_year": 2,
"days_since_latest_release": 6,
"mean_days_between_releases": 3.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/matthewjhunter/airlock",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/matthewjhunter/airlock",
"is_deprecated": false,
"latest_version": "v0.1.1",
"repository_url": "https://github.com/matthewjhunter/airlock",
"versions_count": 3,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-18T22:42:22Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"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": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 20752,
"source_files_sampled": 23,
"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": "golang.org/x/text",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.21.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": 2,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 1,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "matthewjhunter",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/56937361?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"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": 5,
"reason": "1 out of 2 merged PRs checked by a CI test -- score normalized to 5",
"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/23 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": 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": "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": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "031d23a382ab133b64fbe939db9a7bfbb30f93f9",
"ran_at": "2026-07-25T08:50:57Z",
"aggregate_score": 3.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-21T06:26:05Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-15T05:46:46Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/matthewjhunter/airlock",
"host": "github.com",
"name": "airlock",
"owner": "matthewjhunter"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 37,
"vitality": 65,
"community": 24,
"governance": 54,
"engineering": 70
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 65,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"commits_last_year": 23,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"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": "23 commits in the last year",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 23
}
}
],
"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": 88,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.1.1",
"releases_from_tags": true,
"days_since_latest_release": 6,
"mean_days_between_releases": 3.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~3.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 3.6
}
}
],
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 54,
"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": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 2,
"open_issues": 0,
"closed_issues": 1,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "2/2 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 2,
"decided": 2
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/23 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 43,
"inputs": {
"followers": 2,
"owner_type": "User",
"is_verified": null,
"owner_login": "matthewjhunter",
"public_repos": 18,
"account_age_days": 2466
},
"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": "2 followers of matthewjhunter",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "matthewjhunter"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "18 public repos, account ~6 yr old",
"points": 21.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 18
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/matthewjhunter/airlock"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 6
},
"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 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "3 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 3
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 70,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"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": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "1 out of 2 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": 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": 37,
"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": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.6
},
"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": "1 out of 2 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.2,
"status": "partial",
"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/23 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 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": "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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
}
],
"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": 68,
"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": 1,
"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": "23 of 23 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 23,
"sampled": 23
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.957,
"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": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "22 of the last 23 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 22,
"sampled": 23
}
}
],
"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": 20752,
"source_files_sampled": 23,
"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/23 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 23,
"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-25T08:51:03.043089Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/matthewjhunter/airlock.svg",
"full_name": "matthewjhunter/airlock",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}