原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"cmaf",
"cmsf",
"mediaoverquic",
"moqt",
"mp4"
],
"is_fork": false,
"size_kb": 942,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 225836,
"CSS": 15433,
"HTML": 38375,
"Makefile": 736,
"JavaScript": 4941
},
"pushed_at": "2026-07-17T09:53:38Z",
"created_at": "2026-05-15T09:38:52Z",
"owner_type": "Organization",
"updated_at": "2026-07-17T09:50:35Z",
"description": "Low Overhead CMAF reference implementation, conformance test vectors, golden files, and worked examples.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go",
"HTML"
]
},
"owner": {
"blog": "https://www.eyevinntechnology.se/",
"name": "Eyevinn Technology Open Source Software Center",
"type": "Organization",
"login": "Eyevinn",
"company": null,
"location": "Stockholm",
"followers": 270,
"avatar_url": "https://avatars.githubusercontent.com/u/7300575?v=4",
"created_at": "2014-04-15T09:15:34Z",
"is_verified": null,
"public_repos": 340,
"account_age_days": 4482
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-17T09:50:09Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-07-05T15:26:17Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-04T06:28:31Z"
}
],
"recent_commits": [
{
"oid": "f2d77f8a9939aacd03930aefaf6c7ab6843bdabb",
"body": "Go-module feature release; LOCMAF packaging stays \"0.3\". Highlights: in-browser conformance checker (cmd/locmaf-wasm), the shared conform package, the pack/dump/verify subcommands, align -canon-out, mp4ff v0.54.0, and a govulncheck CI workflow. See CHANGELOG.md.",
"is_bot": false,
"headline": "release: v0.2.0",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-17T07:29:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "accc999f6062d6d6bb4a65b4102368ff187778ee",
"body": "Reachability-based vulnerability scanning (govulncheck ./...) on push/PR to main, a weekday cron, and manual dispatch. Fails only on vulnerabilities the module actually calls — dependencies and the Go stdlib — keeping alerts low-noise. The scheduled run re-scans unchanged code against the latest vuln database so newly-disclosed CVEs surface without a commit.",
"is_bot": false,
"headline": "ci: add govulncheck workflow",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-17T07:22:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3faf2d00209e19d17a5e86fa7edc424f9ee4e1ff",
"body": null,
"is_bot": false,
"headline": "chore: update mp4ff to v0.54.0",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-15T17:33:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e39b3d84d80d0deef88a51dfbe077b5ddf71ab0e",
"body": "Extract the verify/dump/align conformance core into a new github.com/Eyevinn/locmaf/conform package that operates purely on byte slices and parsed mp4 boxes (no file/network I/O): Verify, Dump, Align, LoadCMAF, the report types, and the field-level normalization explainer. It carries its own black-b\n[…]\nm.mjs compiles cmd/locmaf-wasm to site/tools/locmaf.wasm (git-ignored) and runs first in npm run build. Linked from the site nav, Resources, and the slide deck; documented in the README and CHANGELOG.",
"is_bot": false,
"headline": "feat: in-browser conformance checker over a shared conform package",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-15T17:14:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0ad09c8c506446840907f0fa52ffe5d1d1a09fb3",
"body": "The site and slide deck described only the LOCMAF format, not the\ntooling. Add an Eyevinn/locmaf \"Reference codec\" resource card (the Go\ncodec, the locmaf CLI, and the golden-vector corpus) to the landing\npage, and a \"Conformance & tooling\" slide covering align/pack/dump/verify\nand the three-rung conformance ladder.",
"is_bot": false,
"headline": "site: cover the locmaf CLI in the deck and resources",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-14T16:50:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1c120266768af34b434b3ffe9f8583b034ac6ae",
"body": "align reported source-vs-canonical differences as a byte offset plus a\nhex window. That misleads once a box size changes: the smaller canonical\nmoof shifts everything after it, so a positional compare flags the\nbyte-identical mdat too.\n\nReplace it with a structural diff over the parsed boxes. Both s\n[…]\nhe mdat payload is carried through\nunchanged. The diff covers exactly the boxes LOCMAF normalizes; anything\nelse (genBoxes) is compared verbatim. The raw hex window moves behind an\nopt-in -bytes flag.",
"is_bot": false,
"headline": "feat: explain align normalizations at the box/field level",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-14T16:50:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "db4c19c85dcd49890a8b23d70ec4c8996184e3e3",
"body": "verify is the wire-format analog of align: it checks that a .locmaf file\nis a conformant LOCMAF stream. Per Object it runs the conformance ladder\n— decode (rung 1), reconstruct a canonical CMAF chunk (rung 2), and\nre-encode that chunk to confirm the Object is itself canonical (rung 3,\nbyte-identical\n[…]\nes — with\nCMAF segment structure preserved by the styp genBoxes.\n\nTestVerifyCorpus frames every golden-vector case and confirms each\nObject verifies as canonical, tying verify to the reference oracle.",
"is_bot": false,
"headline": "feat: add verify subcommand for .locmaf conformance",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-14T16:50:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1a999ff3430cd57f558cfff00e124eb18885bdad",
"body": "pack encodes a fragmented CMAF file into the self-framed .locmaf file\nformat: a leading rawBoxes Object carrying the init (ftyp+moov) in-band,\nthen one length-prefixed LOCMAF Object per chunk, with each CMAF segment\nmapped to a MOQT group (first chunk a full header, the rest delta).\n-no-init omits t\n[…]\nred\ninto loadCMAF; align now uses it too. A round-trip test ties pack's\noutput back to align's verified canonical bytes. The README documents\nthe CLI in full; CHANGELOG lists the unreleased additions.",
"is_bot": false,
"headline": "feat: add pack and dump subcommands for the .locmaf file format",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-14T16:50:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "665cfae2da173c9b20a84d48541055fa3856135e",
"body": "The align subcommand verified per-fragment canonicalization but only\nreported the differences. Add -canon-out <path> (\"-\" for stdout) to\nalso write the canonical CMAF: the input's leading init region\nunchanged, followed by each chunk's verified canonical form. Output is\nproduced only when every chunk aligns, so it can never be a partial or\nnon-conformant file. When the bytes go to stdout, the report is routed\nto stderr to avoid interleaving.",
"is_bot": false,
"headline": "feat: add align -canon-out to emit canonical CMAF bytes",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-14T16:50:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19c9f994e354353415d4a8771cd50012fe4cdc1e",
"body": null,
"is_bot": false,
"headline": "ci: bump actions to node24 runtimes and drop retired Go Report Card",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-14T11:41:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab47a2dca184f5bad41eb4d0d7fd1a4ae3bd32b1",
"body": null,
"is_bot": false,
"headline": "chore: update mp4ff to v0.53.0",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-13T16:34:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02037d5dc1cd7e90a6027852e18599ed11f5d7bc",
"body": "Add the CHANGELOG entry for 0.1.1 (editorial retarget to draft-einarsson-moq-locmaf-01, US spelling, still packaging version 0.3) and bump the compiled-in version fallback to v0.1.1.",
"is_bot": false,
"headline": "chore: prepare v0.1.1 release",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-05T15:21:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b17d3eb615227b594ab2a0e7e93adf9096b94994",
"body": "Retarget the conformance corpus to draft-einarsson-moq-locmaf-01 (draftCommit 6a2439a) and regenerate manifests and the generated testdata/vectors/README.md. Rename bare-object files .locobj -> .locmafobj.\n\nConvert prose to US English spelling (serialize, defense, signaling) across Go comments and the web site/slides, mirroring the draft's own spelling normalization.\n\nExpand README to reflect the broadened repo scope (reference codec plus conformance vectors, golden files, and worked examples).",
"is_bot": false,
"headline": "feat: retarget golden vectors to draft-01 and normalize to US spelling",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-05T15:12:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64440a590c08ea372393964b19fd3cc57a2470af",
"body": "Windows checkouts (core.autocrlf=true) rewrote the corpus JSON — and\none wire object that passes git's text heuristic — to CRLF, so the\nbyte-exact TestVectorsMatchDisk failed on windows-latest CI.",
"is_bot": false,
"headline": "fix: exempt the golden-vector corpus from EOL conversion",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-04T07:16:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "063fa92d13a42fa8030e4189f3c488573aea09ef",
"body": null,
"is_bot": false,
"headline": "docs: Update and flesh out the 0.1.0 changelog",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-04T06:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50e25400bffb67703a5151f03aaca3b64d89b904",
"body": "Print the tool version (git describe + commit date, injected by the\nMakefile via ldflags into internal/version.go; falls back to the\nin-source default under plain go build/test).",
"is_bot": false,
"headline": "feat: locmaf -version option",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-04T06:10:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "721c2897a166ea50ebad32769744f5b350401f75",
"body": "mp4.TencBox.DefaultKID is a slice; left nil, Size() counts its 16\nbytes but Encode writes none, truncating the moov. Allocate and fill\nit, and regenerate the corpus.",
"is_bot": false,
"headline": "fix: protected vector inits carried a truncated tenc",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-04T05:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b34de0cfc420bc37144764dd439b8c3d022521a",
"body": "The hand-built SencBox never registered PerSampleIVSize, so the case\nencoded per_sample_IV_size = 0 and ID 9 was never exercised. Set it\nexplicitly and regenerate the corpus.",
"is_bot": false,
"headline": "fix: cenc-subsamples vector was missing its per-sample IVs",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-04T05:15:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef845323cfd338a6ef15035c335a3357f499932b",
"body": null,
"is_bot": false,
"headline": "docs: say packaging version, not wire version, for locmafVersion",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-04T04:38:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32c809490acbc81a8e44d96b525e55e8fc3d5279",
"body": "- ExtractEffective: effective values straight from a source moof, the\n align tool's no-wire path\n- cmd/locmaf align [-init] [-report text|json]: per fragment, assert\n that direct reconstruction equals the encode→decode→reconstruct\n round trip byte-identically; report source-vs-canonical box\n nor\n[…]\n BMDT\n re-anchor, cenc subsamples, cbcs omit, genBoxes, strict-cmf2 pair,\n rawBoxes .locmaf file, event-only) under testdata/vectors, derived\n from the codec and re-derived in CI so it cannot drift",
"is_bot": false,
"headline": "feat: locmaf CLI — align conformance tool and golden-vector corpus",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-04T04:22:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c0c3b6a9531ef6e3804844a512a07556bb895a0f",
"body": "- decode: reject CENC fields on unprotected tracks; verify per-sample\n subsample byte sums against sample sizes; track list presence by map\n key so an empty-but-present trunSampleSizes selects the listed\n branch; allow delta shrink to zero samples and all-zero sizes when\n P == 0; Reset the State\n[…]\nuct: carry a single sample's size as a tfhd default when it\n differs from trex (ISO BMFF cannot derive it from the mdat length);\n validate caller-supplied EffectiveValues; guard data_offset overflow",
"is_bot": false,
"headline": "fix: conformance fixes from adversarial code-vs-draft review",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-03T19:30:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1e2f809c69bd666185e881400b3588c1c5dd05bc",
"body": "…ed helpers",
"is_bot": false,
"headline": "feat: rawBoxes element (type 4) — verbatim box carriage and self-fram…",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-03T19:05:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bb8719634d04e65c81057fae932a1942ed5b243",
"body": null,
"is_bot": false,
"headline": "feat: LOCMAF v0.3 codec — canonical encode, decode, and reconstruction",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-03T18:23:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6634e5d8241d03f000a19ad9799bb94311d4fd1d",
"body": "…zigzag",
"is_bot": false,
"headline": "feat: vi64 subpackage implementing MOQT draft-18 varints with LOCMAF …",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-03T14:58:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7da7c52b6f7744ec089f3f7ebf723b8a0e6d750",
"body": "…int config",
"is_bot": false,
"headline": "chore: scaffold the Go module github.com/Eyevinn/locmaf with CI and l…",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-03T14:57:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcc0842aef91bb0211fa0b95ed567ec2c6a967a6",
"body": "…-out",
"is_bot": false,
"headline": "refactor: move the locmaf.dev site into web/ with a stub go.mod carve…",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-03T14:57:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c78868164fe98caab93a65600b03a5fd29c36a0b",
"body": "…, drop version history",
"is_bot": false,
"headline": "docs: rewrite site and slides for LOCMAF v0.3 as a packaging; shorten…",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-07-03T14:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95226fbdb9be14a0cbb258e9cb456854776b3260",
"body": null,
"is_bot": false,
"headline": "docs: reference the published draft-einarsson-moq-locmaf Internet-Draft",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-06-02T14:16:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95d27a0c59a87d9d2ac97e49cfb2005ed28dd208",
"body": null,
"is_bot": false,
"headline": "docs: align site header-ID table and text with LOCMAF v0.2 wire format",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-06-02T14:16:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e07735ceceaf99bb2fbbae2db4383db405a1a5b0",
"body": null,
"is_bot": false,
"headline": "docs: align slides and moof-anatomy diagram with LOCMAF v0.2 wire format",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-06-02T14:16:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c62579c928087f57b6a49dc031926f35819ea880",
"body": "…r_ids",
"is_bot": false,
"headline": "docs: clarify draft-lcurley-compressed-mp4 scope; trim optional heade…",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-05-19T19:01:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64b688fc3579dfb3dd1af68c9c713b32752f10a3",
"body": "- New DRM section on the site and a four-slide DRM block: end-to-end\n transparency, catalog contentProtections signalling, cenc vs cbcs\n wire cost, and measured bitrate impact under DRM.\n- New Scope: CMAF-shaped MP4 only section on both surfaces, citing the\n ISO/IEC 23000-19 constraints (one trac\n[…]\nenerated.\n- Wire-format prose now notes single sample size is calculated from\n total object size.\n- object-framing.svg: fix mdat label contrast (CSS class was\n overriding the inline fill attribute).",
"is_bot": false,
"headline": "docs: add DRM, scope, per-track bitrate, and wording fixes",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-05-17T07:17:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f47a82369739f2143b1d517d289b01d519432c66",
"body": "- Site Status section now notes the catalog locmafVersion field and how\n receivers should use it.\n- Site wire-format prose mentions that single sample size is derived\n from the MoQ object length.\n- Slides gain a Catalog-level locmafVersion slide and a bullet about\n sizes being dropped when moofSampleCount == 1.\n- object-framing.svg: fix mdat label contrast (CSS class was overriding\n the inline fill attribute).",
"is_bot": false,
"headline": "docs: document locmafVersion 0.1 and single-sample size inference",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-05-15T15:56:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6633f96b4b81b214b67edeb81a032201abd20894",
"body": "GitHub README is rendered on either a light or dark backdrop depending\non the viewer's theme. Add a light-background variant of the logo and\nuse <picture> with prefers-color-scheme so the right one shows up either\nway.",
"is_bot": false,
"headline": "Show LOCMAF logo at the top of README",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-05-15T10:02:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef6c838a78825aa59c9d0737c9ed845c3f03a7b4",
"body": "Static landing page (site/) and MARP-rendered slide deck (slides/) for\nLOCMAF (Low Overhead CMAF for MOQ). Hand-built SVG diagrams, Eyevinn-\nbranded MARP theme, and a Node-only build/preview pipeline.\n\n npm run preview # build + serve public/ at http://localhost:8000\n npm run build # produce public/ for deploy",
"is_bot": false,
"headline": "Initial commit: locmaf.dev site and slide deck",
"author_name": "Torbjörn Einarsson",
"author_login": "tobbee",
"committed_at": "2026-05-15T09:44:13Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 35,
"latest_release_at": "2026-07-17T09:50:09Z",
"latest_release_tag": "v0.2.0",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 6,
"days_since_latest_release": 6,
"mean_days_between_releases": 6.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/Eyevinn/locmaf",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/Eyevinn/locmaf",
"is_deprecated": false,
"latest_version": "v0.2.0",
"repository_url": "https://github.com/Eyevinn/locmaf",
"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-17T07:29:17Z",
"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": [
"Makefile",
"web/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod",
"web/go.mod"
],
"largest_source_bytes": 33982,
"source_files_sampled": 39,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md",
"web/CLAUDE.md"
],
"agent_instruction_max_bytes": 5563
},
"dependencies": {
"manifests": [
"go.mod",
"web/go.mod",
"web/package.json"
],
"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",
"npm"
],
"dependencies": [
{
"name": "github.com/Eyevinn/mp4ff",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.54.0"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.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": 7,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "tobbee",
"commits": 35,
"avatar_url": "https://avatars.githubusercontent.com/u/194066?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go.yml",
"golangci-lint.yml",
"govulncheck.yml",
"web.yml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"security_signals": {
"lockfiles": [
"go.sum",
"package-lock.json"
],
"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": 8,
"reason": "6 out of 7 merged PRs checked by a CI test -- score normalized to 8",
"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/24 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": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 3,
"reason": "7 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "f2d77f8a9939aacd03930aefaf6c7ab6843bdabb",
"ran_at": "2026-07-23T21:37:08Z",
"aggregate_score": 2.8,
"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-23T08:57:15Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-17T07:22:36Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Eyevinn/locmaf",
"host": "github.com",
"name": "locmaf",
"owner": "Eyevinn"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"security": 28,
"vitality": 72,
"community": 24,
"governance": 58,
"engineering": 78
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 72,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"commits_last_year": 35,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "35 commits in the last year",
"points": 14,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 35
}
}
],
"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.0",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 6.6
},
"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 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 ~6.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 6.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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 58,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 7,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/7 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 7
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/24 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"followers": 270,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "Eyevinn",
"public_repos": 340,
"account_age_days": 4482
},
"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": "270 followers of Eyevinn",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 270,
"login": "Eyevinn"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "340 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 340
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/Eyevinn/locmaf"
],
"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": 78,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": 9.6,
"status": "met",
"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": "6 out of 7 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"cmaf",
"cmsf",
"mediaoverquic",
"moqt",
"mp4"
],
"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": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"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": 28,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"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": 28,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 2.8
},
"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": "6 out of 7 merged PRs checked by a CI test -- score normalized to 8",
"points": 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/24 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 2",
"points": 1,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "7 existing vulnerabilities detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 82,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [
"CLAUDE.md",
"web/CLAUDE.md"
],
"agent_instruction_max_bytes": 5563
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md, web/CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md, web/CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "35 of 35 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 35,
"sampled": 35
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum",
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"web/Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod",
"web/go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, web/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, web/Makefile"
}
}
],
"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": "no agent-authored commits among the last 35",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 35
}
}
],
"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 2",
"points": 2,
"status": "partial",
"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": 33982,
"source_files_sampled": 39,
"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/39 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 39,
"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-23T21:37:20.161274Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/Eyevinn/locmaf.svg",
"full_name": "Eyevinn/locmaf",
"license_state": "standard",
"license_spdx": "MIT"
}