原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 2077,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 341342,
"Shell": 15397,
"Makefile": 301,
"JavaScript": 7340
},
"pushed_at": "2026-07-20T08:41:32Z",
"created_at": "2026-05-22T07:35:22Z",
"owner_type": "User",
"updated_at": "2026-07-20T08:40:24Z",
"description": "Headless authoring and rendering of drawio diagrams in Rust. No browser, no Electron.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "Matthijs van Henten",
"type": "User",
"login": "mvhenten",
"company": null,
"location": "Amsterdam, The Netherlands",
"followers": 48,
"avatar_url": "https://avatars.githubusercontent.com/u/440737?v=4",
"created_at": "2010-10-15T12:54:36Z",
"is_verified": null,
"public_repos": 89,
"account_age_days": 5762
},
"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.4.2",
"kind": "patch",
"published_at": "2026-07-20T08:41:33Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2026-07-20T08:36:48Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-20T08:22:22Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-03T17:04:55Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-07-03T14:24:14Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-03T14:04:09Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-07-03T11:56:59Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-07-03T10:03:03Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-05-22T13:14:39Z"
}
],
"recent_commits": [
{
"oid": "ce2c44d4fbfdc213843aa3f6544471874c8c2d10",
"body": "A pinned entry anchor whose face runs parallel to the router's single-bend\nfinal segment was honored literally, leaving the arrowhead flat along the\nborder or on a corner instead of pointing into the box.\n\nWhen the resolved exit and entry faces share an orientation, a single bend\ncannot arrive perpendicular to both, so route a two-bend crossover that\nleaves the exit face and arrives at the entry face head-on.\n\nFixes #55",
"is_bot": false,
"headline": "fix(routing): enter a pinned entry face head-on (#57)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-07-20T08:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2379442b5bf309b20bde2eddb3cab72b30dae5cc",
"body": "A node caption is drawn centred below its icon tile. Group containers did\nnot account for that band, so a member near the bottom rendered its label\nacross the group border, and the tile-to-caption gap was left to chance.\n\nMake the caption band a single source of truth: the label baseline sits a\nfixe\n[…]\nownward at render time to keep\nevery enclosed member's full caption band inside its border with clearance.\nGrowth only increases height, never shrinking a container the author sized\nlarger.\n\nFixes #54",
"is_bot": false,
"headline": "fix: reserve member caption bands inside group borders (#56)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-07-20T08:35:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c54a932dfa759fc756b3abc40bf6df4ddc52663e",
"body": null,
"is_bot": false,
"headline": "feat(aws): add SES (simple email service) shape kind",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-07-20T08:19:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c39c6354fb698c9737b46a463d13a0ee7b8d39b5",
"body": "…eams (#53)\n\nEdges leaving one box for several targets now get distinct anchors\ninstead of overlapping at a single point, and diagonal targets bias\ndeparture toward the left/right side so arrowheads always land\nperpendicular on the side a reader expects. Routes also detour around\na third node they'd otherwise cross and separate into parallel lanes\nrather than run along the same seam as another edge.\n\nFixes #51\nFixes #52",
"is_bot": false,
"headline": "feat: distribute edge anchors, bias departure side, avoid nodes and s…",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-07-03T17:03:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba26f3f4bab285f0458f17690b87742515f491ef",
"body": "Follow-up to #40. The unpinned-endpoint picker already snaps to a\nside's centre, but an explicit exitX/exitY or entryX/entryY override\npinned to an exact corner was honoured verbatim. Three demo examples\n(event-driven, streaming-lanes, three-tier-web) fanned two edges out of\nthe same box by pinning \n[…]\nL.md.\n\nBefore: departures visibly cut the icon's bottom-left/bottom-right\ncorner. After: departures leave from distinct points along the bottom\nside, still visually separated, never touching a corner.",
"is_bot": false,
"headline": "fix: never let an edge depart or arrive at an icon corner (#50)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-07-03T14:22:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "68666bdfe76e4a85896627518af58c0df6657ff9",
"body": "…text, rotation (#48)\n\nImplements the remaining candidates from issue #7: <save>/<restore> as a\ngraphics-state stack (fill/stroke colour, stroke width, dashed flag),\n<strokecolor>/<fillcolor>/<fontcolor> overrides, <strokewidth> (with the\nfixed-vs-scaled distinction), <dashed>, <text>, and the cell'\n[…]\ngainst real vendored stencils: aws4.xml's \"work package\" shape\n(strokecolor/strokewidth/dashed/fillcolor) and gcp.xml's BigQuery shape\n(save/restore-scoped fillcolor) both render correctly end to end.",
"is_bot": false,
"headline": "feat: expand mxStencil DSL coverage — save/restore, style overrides, …",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-07-03T14:00:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "09169925d52a67c78e540b5d110de168525c2a3b",
"body": "Extend release.yml with a push-to-main trigger. A new version job computes\nthe next semver from Conventional Commits since the last tag (fix -> patch,\nfeat -> minor, breaking -> major); non-releasable pushes (docs/ci/chore/etc.)\nskip every downstream job. Everything happens in one run: no commit bac\n[…]\nlied on to retrigger a workflow -- the release job cuts\nthe tag itself via the GitHub API. Cargo.toml is patched in the CI checkout\nonly, so binaries report the right version without a committed bump.",
"is_bot": false,
"headline": "ci: fully automate releases on merge to main (#47)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-07-03T13:53:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0a582a65912aa9ecebba6d5b65cfd14a500752d7",
"body": "Browser and Mobile app edges exited the bottom but were pinned to enter\nthe load balancer's top, landing sideways at a corner. Point them at\nthe left/right side midpoints instead so arrowheads land head-on.",
"is_bot": false,
"headline": "fix: land three-tier-web client edges on the load balancer's sides (#46)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-07-03T13:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ad8298aa3403546fb3ec1dda9bea3401d0b628b",
"body": "* fix: edges depart from side midpoints and land perpendicular (#40)\n\nUnpinned edges (no exit_x/exit_y/entry_x/entry_y) picked their attachment\npoint by nearest declared perimeter constraint, which for diagonally\nplaced boxes was almost always a corner on both ends — arrowheads\narrived at an angle i\n[…]\n\ntightened default (exact side-midpoints instead of the AWS constraint\nset's quarter-points); demo examples under docs/examples/ are\nunaffected since they all pin explicit anchors.\n\n* style: cargo fmt",
"is_bot": false,
"headline": "fix: edges depart from side midpoints and land perpendicular (#43)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-07-03T13:24:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fd9fe85de793ea17f0e033db78e6ce12ced7af2a",
"body": "Trusted publishing works (0.1.2 shipped); remove the diagnostics step\nand loglevel/tail fallback added while chasing the ENEEDAUTH failure.",
"is_bot": false,
"headline": "ci: drop npm OIDC debug scaffolding (#45)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-07-03T12:01:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c750bf68d9e2e49966abb3436a1ba2c80c47b85",
"body": "npm publish keeps failing ENEEDAUTH despite id-token: write and no\n.npmrc. Surface whether the OIDC token request URL is present and dump\nnpm config before publishing, and tail the npm debug log on failure.",
"is_bot": false,
"headline": "ci: add OIDC diagnostics to npm publish job (#42)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-07-03T11:11:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03c1732313c33b32ac5d553f5361928ba6554c5a",
"body": "setup-node's registry-url writes a placeholder auth token into .npmrc that preempts npm's OIDC trusted-publishing exchange, causing the v0.1.2 publish to 404.",
"is_bot": false,
"headline": "ci: drop registry-url so npm publish uses OIDC (#41)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-07-03T11:01:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2cc4d882f4e9f4976598d8a50db155a829ae12d",
"body": null,
"is_bot": false,
"headline": "ci: publish npm via trusted publishing (OIDC) (#39)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-07-03T10:56:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e68200a112896a86fff2490d0e64a726b3d2a065",
"body": "Bumps workspace and npm wrapper version to 0.1.2, shipping 12 new\ncurated catalogue kinds, <arc> stencil support, and demo + skill docs.",
"is_bot": false,
"headline": "release: v0.1.2 (#38)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-07-03T10:46:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d664f2d7d29b480ad6cb104ae09695aef1104b4c",
"body": "Add an AWS serverless indexing pipeline, a three-tier web app blending\nclient/generic/AWS tiles, a two-lane streaming pipeline, and a\nKubernetes deployment topology showing a non-AWS group container.\nEach showcases a distinct catalogue capability alongside the existing\nfour examples.",
"is_bot": false,
"headline": "docs: expand demo page with 4 more worked examples (#37)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-07-03T10:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5dfd8b8c64eb3450e2f6c6a824455a652221021",
"body": "…re hybrid identity (#36)\n\nComposing a diagram outside pure-AWS territory kept falling back to the\ngray box: no browser/mobile/person glyph, no vendor-neutral cloud or\ndatabase, and Azure's identity glyph rendered as a bare diamond outline.\n\nAdds two new catalogues: `client` (browser, mobile, person\n[…]\ns asserted against the renderer's bare-fallback marker in\na dedicated closed-loop test, and showcased in a new \"Hybrid identity &\non-prem integration\" demo page example covering all twelve.\n\nFixes #29",
"is_bot": false,
"headline": "feat: broader curated catalogue — clients, vendor-neutral shapes, Azu…",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-07-03T10:31:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ceffcf2410da90142db018827bbaa9939ec95928",
"body": "Anchor semantics, the L-bend routing rule, the no-empty-boxes\nfallback, axis alignment for straight lanes, lane separation instead\nof edge labels, and the render-a-PNG-and-look verification loop were\ntribal knowledge outside the tool. Fold them into skill/SKILL.md so\nany agent driving drawio-headless inherits them, and point the\nREADME at it.\n\nFixes #30",
"is_bot": false,
"headline": "docs(skill): document layout rules for agent-driven composing (#35)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-07-03T10:06:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0054ccfb3cd3940d9dedc7e03b828b338b8d8d45",
"body": "Bumps workspace and npm wrapper version to 0.1.1, shipping the\naspect=fixed resourceIcon rendering fix (#32).",
"is_bot": false,
"headline": "release: v0.1.1 (#34)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-07-03T09:56:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07183bdaa6bad2090fef3fdaf312a8ffedd955f9",
"body": "…dvanced (#33)",
"is_bot": false,
"headline": "docs: lead README with CLI + LLM use case, move Rust crate usage to A…",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-07-03T09:53:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cf4a5b3951724a6731570d45bfaf231d3165d42",
"body": "…phs (#32)\n\nNon-square resIcon nodes (e.g. a 240x70 tile) squashed the AWS/Azure/GCP/\nKubernetes glyph to fill the whole tile. Stencils declaring aspect=fixed\nnow scale uniformly and centre inside the tile instead, matching drawio\ndesktop's rendering.\n\nFixes #31",
"is_bot": false,
"headline": "fix: honor aspect=fixed on resourceIcon stencils, stop stretching gly…",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-07-03T09:44:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a34df829458507485d6a21651fcb76a3e125e7b",
"body": "…for PNG (#27)\n\n* fix(render): resolve raw aws4 resIcon glyphs; add aws.opensearch\n\nA raw node with resIcon=mxgraph.aws4.opensearch_service rendered as a\nbare fill rect: no stencil carries that name. drawio labels the tile\n\"OpenSearch Service\" but keys it on the legacy elasticsearch_service\nglyph. A\n[…]\n\nLoad system fonts and bind the sans-serif generic family to a found\nsans face. When the host has no fonts at all (bare container/CI),\nwarn on stderr so the missing labels are loud rather than silent.",
"is_bot": false,
"headline": "fix: resolve raw aws4 resIcon glyphs, add aws.opensearch, load fonts …",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-06-05T05:50:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "787b8f93fbbea963a90e7509bf71fc0b95c59e0b",
"body": "* ci: add cross-platform release workflow building static binaries\n\nTag pushes (`v*.*.*`) now fan out a matrix build across five targets\n(linux/x86_64, linux/aarch64 via cross, macOS x86_64 + arm64, windows\nx86_64), bundle each binary with LICENSE + README into a tar.gz/zip,\npublish the assets to a \n[…]\ner as\nthe no-Node fallback and `cargo install` as the developer path. The\nskill still refuses to install anything automatically.\n\n* ci(release): use macos-15-intel for x86_64 darwin (macos-13 retired)",
"is_bot": false,
"headline": "feat: distribution via npm wrapper + curl install + GH Releases (#25)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-05-22T13:09:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f405a9c3802a46fb86a7d00a1874392acb138d96",
"body": "* feat(cli): add compose and list-shapes subcommands with PNG output\n\n- `compose <input.json> [output]` runs author + render in one shot\n (default ./<input-stem>.svg). Supports --stdin, --format svg|png, and\n --keep-drawio for stashing the intermediate XML.\n- `list-shapes [--library aws|azure|gcp|\n[…]\nut all four\n libraries (aws/azure/gcp/k8s) and points readers at `list-shapes` for\n the live catalogue. New blurb covers the compose subcommand.\n- docs/design.md: v0 scope mentions the skill bundle.",
"is_bot": false,
"headline": "Skill embedding: compose, list-shapes, SKILL.md bundle (#24)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-05-22T12:56:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "159f411ac8735c76300137096f7d68813ce0e330",
"body": "* ci: add baseline workflow (test, clippy, fmt)\n\nThree parallel Ubuntu jobs gate every PR and push to main:\ntest runs the full workspace test suite, clippy runs with\n-D warnings against all targets, and fmt verifies rustfmt.\nUses Swatinem/rust-cache@v2 for build cache.\n\n* ci: build and deploy demo p\n[…]\nd and deployed by Actions on\nevery push to main, with a local preview recipe. design.md gets\na short \"CI and demo-page deploy\" section before the roadmap\nmaking the same point in the design-doc voice.",
"is_bot": false,
"headline": "feat: CI + GitHub Actions Pages deploy (#22)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-05-22T12:44:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5cbfcf2316caeddfce1d475e394ca751db3bb6a7",
"body": "Click handler fetches the .drawio source, URL-encodes it, and opens\napp.diagrams.net's editor in a new tab via the #R<xml> fragment.\nFalls back to downloading the .drawio if fetch fails (or JS is off,\nsince the href still points at the source file).",
"is_bot": false,
"headline": "docs: add \"Open in draw.io\" link to each demo example (#20)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-05-22T12:36:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a3fbe43dc925ff2c7b3d487d16a706aa6bb63a0",
"body": "* chore: vendor azure.xml, gcp.xml, kubernetes.xml stencil libraries\n\nAdds vendored mxStencil sources from jgraph/drawio\n(commit 1d9b73f0017c3089a49f4957698efc5c76f00e1f) so the renderer can\nresolve `shape=mxgraph.azure.*`, `shape=mxgraph.gcp.*.*`, and\n`shape=mxgraph.kubernetes.*` shapes against bun\n[…]\n of non-background pixels. The\ntest wires up resvg's font database so labels rasterise correctly,\nmatching the AWS closed-loop test's pattern.\n\n* docs: update catalogue lists for multi-library support",
"is_bot": false,
"headline": "Vendor Azure, GCP, and Kubernetes stencil libraries (#17)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-05-22T11:48:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "66d2bb94e0ac218f5e5bb38dfde2e1f120ac5642",
"body": "* CLI authoring subcommand reading a JSON schema\n\nAdd `drawio-headless author <input.json> [output.drawio]` (and a `--stdin`\nvariant) that parses a small flat JSON schema and drives the existing\n`drawio-author` library to emit `.drawio` XML. The author library stays\nserde-free; serde lives only in t\n[…]\nmissing\n required field, raw node without `style`, edge pointing at an unknown\n id.\n\nTests shell out to the compiled binary via `std::process::Command` to\navoid pulling in `assert_cmd` as a dev-dep.",
"is_bot": false,
"headline": "CLI authoring via JSON (#18)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-05-22T11:47:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b4644a7614da7a84907054e36f4ed56bf335bba6",
"body": "* test: add pixel-diff snapshot harness for closed-loop renders\n\nAdds a hand-rolled ~36 LOC pixel-diff against committed golden PNGs.\nTolerance is tunable via MAX_CHANNEL_DELTA and MAX_DIFF_FRACTION constants\nat the top of the file (defaults: 5/channel, 0.5% of pixels).\n\nSetting INSTA_UPDATE=1 overw\n[…]\nlerance constants. Also notes\nthe deliberate exclusion of <text> rasterisation from snapshots and where\nto find diff artifacts on failure. README's Development section now\npoints at the same workflow.",
"is_bot": false,
"headline": "Snapshot tests for visual regression (#16)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-05-22T11:40:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "61ee99d66cfd9122319ef0e99bc0f3bb569a4234",
"body": "* feat(style): parse entryX/entryY/exitX/exitY\n\nExpose the four optional per-edge connection-point overrides on the style\nparser as a single `EdgeEndpoints` struct. A side (exit/entry) counts as\nset only when *both* coordinates of the pair are present, matching\ndrawio's behaviour. Values outside [0,\n[…]\ners and visibly\nroute in parallel. Regenerates docs/examples/event-driven.{drawio,svg}\nto match. The other two demos are unchanged because their layouts\ndon't visually benefit from explicit overrides.",
"is_bot": false,
"headline": "Per-edge connection-point overrides (entryX/exitX) (#15)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-05-22T11:37:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "42acf36d81423be7506f8942d8fa82e98f60f1f7",
"body": "* feat(author): add 19 AWS service factories toward ~25-service catalogue\n\nBrings the curated catalogue from 11 to 30 factories, covering Application\nIntegration (eventbridge, step_functions, appsync), Compute (ecs, eks,\nfargate, app_runner, batch), Database (rds, elasticache), Storage (efs),\nNetwor\n[…]\n, rasterises to PNG, and asserts each tile's bounding box\ncontains substantial pixels of its AWS category colour. Proves the new\nfactories resolve to real stencil glyphs rather than the fallback rect.",
"is_bot": false,
"headline": "Expand AWS catalogue toward ~25 services (#14)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-05-22T11:34:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "421a794c6c1be5246a12277bdd3769226444304e",
"body": "* feat(render): inflate compressed <diagram> payloads\n\ndrawio's editor saves files with the <diagram> body base64-encoded\nover raw DEFLATE over URL-encoded mxGraphModel XML (Graph.compress).\nPreviously the renderer accepted only the uncompressed form and bailed\nout with a CompressedUnsupported error\n[…]\nect> and one <text>.\n- A round-trip test that authors a diagram, serialises to uncompressed\n XML and renders it — proves the uncompressed path is unchanged.\n\nSee tests/fixtures/SOURCE for provenance.",
"is_bot": false,
"headline": "Inflate compressed <diagram> payloads (#13)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-05-22T11:29:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0eb0eb243601419d01216e1874d870af0ab011d7",
"body": "* feat(render): orthogonal edge routing for edgeStyle=orthogonalEdgeStyle\n\nEdges declaring edgeStyle=orthogonalEdgeStyle now render as a two-segment\nright-angle polyline (single corner) between their connection points.\nOrientation is chosen by which side of the source cell the start endpoint\nlies on\n[…]\n-segment right-angle routing for edges\nthat aren't grid-aligned (event-driven Lambda fan-out, cross-account\nlinks). Petshop is grid-aligned so its edges remain single segments\n(the colinear shortcut).",
"is_bot": false,
"headline": "Orthogonal edge routing (#12)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-05-22T11:27:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9a3edce40773b6eb022026418083715bdf359127",
"body": "* feat(author): expand AWS catalogue with sqs/sns/cloudfront/msk/iam/vpc\n\nAdds six AWS service factories needed for the demo architectures:\nApplication Integration (SQS, SNS), Networking (CloudFront, VPC),\nAnalytics (MSK), and Security (IAM). Each emits the canonical\nmxgraph.aws4.resourceIcon style \n[…]\ne other cell's centre\" picker effectively\nsnaps to the right perimeter point for any source/target layout, so\nattachment now matches drawio's default visual.\n\ndocs/examples/*.{drawio,svg} regenerated.",
"is_bot": false,
"headline": "Demo page with worked AWS architecture examples (#11)",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-05-22T10:27:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4b622d842ce01bd2334c65d6b025c41efc117e2d",
"body": "Authoring and rendering of drawio diagrams from Rust, no browser,\nno Electron. Three crates (author, render, cli) with a closed-loop\nintegration test that authors a diagram, renders it to SVG, and\nrasterises to PNG to validate that real geometry landed on the canvas.\n\nv0 scope: 5 AWS resource icons \n[…]\n. Straight\nedges, plain-text labels, mxStencil DSL subset covering move/line/\ncurve/quad/close/fill/stroke/fillstroke/ellipse/rect/roundrect.\n\nSee docs/design.md for the full architecture and roadmap.",
"is_bot": false,
"headline": "Initial commit: drawio-headless v0",
"author_name": "Matthijs van Henten",
"author_login": "mvhenten",
"committed_at": "2026-05-22T07:35:17Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 34,
"latest_release_at": "2026-07-20T08:41:33Z",
"latest_release_tag": "v0.4.2",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 5,
"days_since_latest_release": 6,
"mean_days_between_releases": 7.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "drawio-headless",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"drawio",
"draw.io",
"diagram",
"svg",
"render",
"headless",
"cli",
"aws",
"azure",
"gcp",
"kubernetes"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/drawio-headless",
"is_deprecated": false,
"latest_version": "0.4.2",
"repository_url": "https://github.com/mvhenten/drawio-headless",
"versions_count": 8,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2331,
"first_published_at": "2026-05-22T13:16:49.717000Z",
"latest_published_at": "2026-07-20T08:41:49.322000Z",
"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": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"crates/author/Cargo.toml",
"crates/cli/Cargo.toml",
"crates/closed-loop-test/Cargo.toml",
"crates/examples/Cargo.toml",
"crates/render/Cargo.toml"
],
"largest_source_bytes": 61154,
"source_files_sampled": 38,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"npm/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": [
"crates",
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 32,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 24,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "mvhenten",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/440737?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"pages.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 7,
"reason": "23 out of 29 merged PRs checked by a CI test -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": 5,
"reason": "5 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ce2c44d4fbfdc213843aa3f6544471874c8c2d10",
"ran_at": "2026-07-26T10:34:26Z",
"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-20T08:40:44Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-20T08:39:58Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mvhenten/drawio-headless",
"host": "github.com",
"name": "drawio-headless",
"owner": "mvhenten"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"security": 28,
"vitality": 68,
"community": 39,
"governance": 59,
"engineering": 63
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 68,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"commits_last_year": 34,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 5
},
"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": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "34 commits in the last year",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 34
}
}
],
"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": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v0.4.2",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 7.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"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 ~7.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 7.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "at_risk",
"name": "Community & Adoption",
"value": 39,
"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": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": 18,
"status": "met",
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"packages": [
"drawio-headless"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2331
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,331 downloads/month across npm",
"points": 44.9,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2331,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"merged_prs": 32,
"open_issues": 0,
"closed_issues": 24,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 1
},
"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": "32/33 decided PRs merged",
"points": 37.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 32,
"decided": 33
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"followers": 48,
"owner_type": "User",
"is_verified": null,
"owner_login": "mvhenten",
"public_repos": 89,
"account_age_days": 5762
},
"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": "48 followers of mvhenten",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 48,
"login": "mvhenten"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "89 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 89
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"drawio-headless"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 6
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"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": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 63,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "23 out of 29 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"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": "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): Branch-Protection, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging"
]
}
},
{
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "23 out of 29 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"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/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "5 existing vulnerabilities detected",
"points": 3.8,
"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": "moderate",
"name": "AI Readiness",
"value": 57,
"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": "34 of 34 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 34,
"sampled": 34
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"crates/author/Cargo.toml",
"crates/cli/Cargo.toml",
"crates/closed-loop-test/Cargo.toml",
"crates/examples/Cargo.toml",
"crates/render/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"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 34",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 34
}
}
],
"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": 99,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 61154,
"source_files_sampled": 38,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/38 source files over 60KB",
"points": 53.6,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 38,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T10:34:41.058182Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mvhenten/drawio-headless.svg",
"full_name": "mvhenten/drawio-headless",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}