Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"dart",
"dartlang",
"flutter",
"liquid",
"template"
],
"is_fork": false,
"size_kb": 3259,
"has_wiki": true,
"homepage": null,
"languages": {
"Dart": 873907,
"Just": 53
},
"pushed_at": "2026-01-24T08:51:19Z",
"created_at": "2024-08-23T06:24:10Z",
"owner_type": "User",
"updated_at": "2026-06-25T22:13:58Z",
"description": "Liquid templating library for dart",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": null,
"primary_language": "Dart",
"significant_languages": [
"Dart"
]
},
"owner": {
"blog": null,
"name": "Glenford Williams",
"type": "User",
"login": "kingwill101",
"company": "@Yaadmart ",
"location": null,
"followers": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/1114368?v=4",
"created_at": "2011-10-09T16:35:29Z",
"is_verified": null,
"public_repos": 74,
"account_age_days": 5402
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "liquify-v1.5.1",
"kind": "other",
"published_at": "2026-01-19T16:27:34Z"
},
{
"tag": "liquify-v1.5.0",
"kind": "other",
"published_at": "2026-01-18T19:09:15Z"
},
{
"tag": "v1.4.2",
"kind": "patch",
"published_at": "2026-01-08T12:04:28Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2026-01-06T18:41:39Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-01-06T14:43:27Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2025-10-27T15:56:36Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2025-07-03T12:57:56Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2025-06-21T20:48:44Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2025-06-18T23:25:58Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2025-06-01T00:36:49Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2025-04-15T12:05:05Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2025-04-14T10:18:21Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2025-03-19T20:52:01Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2025-03-17T21:04:53Z"
},
{
"tag": "v1.0.0-dev.2",
"kind": "prerelease",
"published_at": "2025-02-14T23:48:58Z"
},
{
"tag": "v1.0.0-dev.1",
"kind": "prerelease",
"published_at": "2025-02-11T01:48:00Z"
},
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2024-10-30T00:34:30Z"
},
{
"tag": "v0.7.3",
"kind": "patch",
"published_at": "2024-10-22T09:35:50Z"
},
{
"tag": "v0.7.2",
"kind": "patch",
"published_at": "2024-10-22T02:16:59Z"
},
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2024-10-22T02:14:17Z"
},
{
"tag": "v0.6.6",
"kind": "patch",
"published_at": "2024-09-04T15:18:32Z"
},
{
"tag": "v0.6.5",
"kind": "patch",
"published_at": "2024-08-27T10:37:29Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2024-08-24T03:16:00Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2024-08-23T17:54:52Z"
}
],
"recent_commits": [
{
"oid": "37f958d15520b991c246e1db334b19e03df10be5",
"body": "Keywords (empty, true, false, nil) no longer incorrectly match prefixes of\nidentifiers. For example, empty_title, true_value, false_flag, nil_check\nnow correctly parse as identifiers instead of being parsed as keyword + suffix.\n\n- Add negative lookahead to booleanLiteral(), nilLiteral(), emptyLiteral()\n- Add regression tests for keyword word boundary parsing\n- Bump version to 1.5.1",
"is_bot": false,
"headline": "fix: add word boundary checks to keyword literal parsers (#38)",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2026-01-19T16:26:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "272afa54c9db830a205bb64b678320dc70242d60",
"body": "* Use dart-lang/ecosystem publish workflow\n\n- Uses firehose for validation on PRs (pubspec versioning, changelog entries)\n- Automated publishing on tag push\n- Supports mono-repo tag patterns (e.g., liquify-v1.0.0)\n- Manual workflow dispatch support\n\n* Rename docs to doc per Dart convention\n\n* Fix ta\n[…]\n'v[0-9]+.[0-9]+.[0-9]+' → 'v*.*.*'\n- Added explicit package prefixes for mono-repo\n\n* Increase timing variance tolerance for CI\n\nCI machines can have load spikes causing >10x variance; increase to 15x",
"is_bot": false,
"headline": "Use dart-lang/ecosystem publish workflow (#37)",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2026-01-18T19:08:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a6b28acb7f9e176ed4325e57a8443e7c3a570292",
"body": "Add to .gitignore to prevent accidental commits",
"is_bot": false,
"headline": "Remove flutter_export_environment.sh from tracking",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2026-01-18T18:38:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a4206b06222b33f1189281a2ef8020a5712ea9d",
"body": "…r caching (#36)\n\n* Add SKIP_GOLDENS=1 env var to skip golden file comparisons\n\nThis allows running tests without golden file comparisons during\ndevelopment and profiling. Set SKIP_GOLDENS=1 to skip all golden\nfile checks.\n\n* Add parser profiling test suite\n\nAdd comprehensive profiling tests using P\n[…]\nary directive to layout_analyzer_issues_test.dart\n- Remove unnecessary imports in custom_tag_delimiter_test.dart\n- Remove unnecessary import and fix string interpolations in parser_profiling_test.dart",
"is_bot": false,
"headline": "Parser performance optimizations + Custom delimiters + Layout & Filte…",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2026-01-18T18:36:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "57a5f1031032b0e5d9f5c2417ed040dacded6c76",
"body": null,
"is_bot": false,
"headline": "Update version to 1.4.2 and add README documentation",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2026-01-08T12:00:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d90d54045be85074542cb2aa4d8a3e8177e0450",
"body": null,
"is_bot": false,
"headline": "bump dependencies",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2026-01-08T11:45:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc8ac0ab4af13da572ba88d90d7aa98f39a48299",
"body": null,
"is_bot": false,
"headline": "Bump version from 1.4.0 to 1.4.1",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2026-01-06T18:37:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "748bedca70ab1d91f5b8e6873d5f2037a5dff7c5",
"body": null,
"is_bot": false,
"headline": "assign: better handle filtered assignments",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2026-01-06T18:32:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a38ea49e0b5bdfeeb74392d774751a7fc7dfde6e",
"body": null,
"is_bot": false,
"headline": "Bump version from 1.3.1 to 1.4.0",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2026-01-06T14:40:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f6b9018ffed8847beb876f16940833f06234408",
"body": "* goldens\n\n* feat(tests): split filter tests\n\n* reorg test dir\n\n* chore: golden test for tags\n\n* reorg package\n\n* Add render targets and buffer-scoped rendering\n\n* Route tag output to current buffer\n\n* Fix minor lint warnings\n\n* Add UI workspace packages\n\n* Document render targets and UI packages\n\n*\n[…]\nerting to TZDateTime\n\n* fix: normalize path separators for cross-platform compatibility in _isTestFrame\n\n* Update liquid tag behavior and tests\n\n* format\n\n* Update liquid tag goldens\n\n* update goldens",
"is_bot": false,
"headline": "Generic Buffer (#34)",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2026-01-06T14:38:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ba0cb1167439580dd00dc65ab05f4f7c2fc53e0b",
"body": "* chore: release 1.3.1\n\n* format",
"is_bot": false,
"headline": "Better string escaping (#33)",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2025-10-27T15:55:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f6b199c1a2e39da34c827cd6b097eee1d99d844",
"body": null,
"is_bot": false,
"headline": "update README",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2025-07-03T12:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "434e2761d821a97b205fbcf1bc3d3362d300c6eb",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2025-07-03T12:40:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33983136620017d58163f4d9c7265a683e6acbcb",
"body": null,
"is_bot": false,
"headline": "Update pubspec.yaml",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2025-07-03T12:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "128622c77c40bd37e86a3267cb6af4ef18433ac9",
"body": "* Enhance parser to ensure operators are not followed by words. Updated comparison, logical, and unary operator parsers to prevent invalid matches with adjacent words.\n\n* Refactor evaluator to use isTruthy for logical negation. Updated the handling of 'not' and '!' operators to ensure proper truthin\n[…]\nluation, ensuring proper handling of Break and Continue exceptions. Added tests for issue-30 to validate functionality with keyword variables in tablerow context.\n\n* changelog\n\n* fix conflixt + format",
"is_bot": false,
"headline": "Better parsing of if/for/case tags (#31)",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2025-07-03T12:39:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9ac2046cd32d0b8e42fb12e77ae510860d354c37",
"body": null,
"is_bot": false,
"headline": "docs: replace Root.memory with MapRoot (#27)",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2025-07-02T11:41:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00689f9295966da9ed47378071d7217e9dda3250",
"body": "* Enhance parser to ensure operators are not followed by words. Updated comparison, logical, and unary operator parsers to prevent invalid matches with adjacent words.\n\n* Refactor evaluator to use isTruthy for logical negation. Updated the handling of 'not' and '!' operators to ensure proper truthin\n[…]\n interactions.\n\nThis release enhances the flexibility and security of the template engine, making it suitable for multi-tenant applications and secure rendering of user-generated content.\n\n* format. .",
"is_bot": false,
"headline": "Scoped environments (#29)",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2025-06-21T20:47:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b9db60efe99b968087d8dd2bdbfa8449856f80be",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2025-06-18T23:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "045d57f630724e742e24ae06c6481aef98ef5943",
"body": "* Add support for nested assignments with filtered expressions in evaluator tests\n\n* feat(fs): add extension fallback logic to FileSystemRoot and improve tests\n\n- FileSystemRoot now supports resolving templates by trying common extensions if none is provided (e.g., .liquid, .html)\n- Added and improv\n[…]\nfying return types for various getters and methods, including `registers`, `call`, and `tmpResult`.\n- Updated the CHANGELOG to reflect the addition of a new comment tag and documentation improvements.",
"is_bot": false,
"headline": "Parser and filter enhancements (#26)",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2025-06-18T23:22:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "07fa097519433d0526584149d49dc110ef649ad4",
"body": "* Update changelog for version 1.0.4 and add tests for FileSystemRoot behavior\n\n* dart format",
"is_bot": false,
"headline": "Handle nullable filesystemroot param (#25)",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2025-06-01T00:36:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4727fa785d836b7de892550276d808ce89335d38",
"body": "* handle contains operator",
"is_bot": false,
"headline": "Implement missing \"contains\" operator (#24)",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2025-04-15T12:04:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "852a6b17a901a8e02aede6f1ed38efa6ad545da1",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2025-04-14T10:21:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bce8b39fa7b9ce49eead26602127c21c324d0f85",
"body": null,
"is_bot": false,
"headline": "ForTag: allow iterating over map key/val pairs (#22)",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2025-04-14T10:17:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9775130e83ce5c7692e7e05d98ce0a04de28b7a9",
"body": null,
"is_bot": false,
"headline": "add logo",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2025-03-29T14:31:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cbe2d72da1aefec9d390e472ec94b9bc01eaed4",
"body": null,
"is_bot": false,
"headline": "changelog",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2025-03-19T20:50:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2a49f5649c4f84f6a498ff9a0520386fdd49062",
"body": null,
"is_bot": false,
"headline": "Disable logger output in analyzer/resolver test cases",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2025-03-19T20:48:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b770e5586ccbdcbffe96e73b9b6b75060b6fbdca",
"body": null,
"is_bot": false,
"headline": "Disable internal logger by default",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2025-03-19T20:45:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0259b727a85ed909e954d972e1d69bb9297bd488",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2025-03-17T20:56:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8d771bf39d7cbf1f85eca6da05f015a0cf0a460",
"body": "…bump to 1.0.0",
"is_bot": false,
"headline": "Update README and liquify.dart to include layout support and version …",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2025-03-17T20:52:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b36bce300c2e29dd98321e685dd1d617fab6c48e",
"body": null,
"is_bot": false,
"headline": "Remove path dependency",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2025-03-17T20:27:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f735902372070780ef6951ee6cf775798f534181",
"body": null,
"is_bot": false,
"headline": "Remove experimental macros configuration from analysis_options.yaml",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2025-03-17T20:23:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4351530546e795a668f8a0a0ff41094c8f4a05b9",
"body": null,
"is_bot": false,
"headline": "Fix path normalization in FileSystemRoot to use fileSystem.path",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2025-03-17T20:20:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e9fabaf9d09f0d306cbc5566687edc2fa04ef8a",
"body": "- dot notation for array filters\n- better null checks in binary op\n- layout title filter support\n- layout tag updated to use the template analyzer",
"is_bot": false,
"headline": "Layout tag support (#20)",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2025-02-14T23:48:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40e4df78be8c7675090a2d06839ffcb29fcd532b",
"body": "* Ast+Visitor async interface\n\n* async evaluator implementation\n\n* move individual tag test to separate files\n\n* separate evaluation for sync and async tags\n\n* assign sync+async\n\n* liquid tag sync+async\n\n* raw tag sync+async\n\n* capture tag sync+async\n\n* case/when tag sync+async\n\n* for tag sync+async\n[…]\nke it more convenient for others to build more complex liquid tags\n\n* dart format\n\n* async filesystem support\n\n* add async render function\n\n* make sure we can work with async functions\n\n* version bump",
"is_bot": false,
"headline": "Async support (#19)",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2025-02-11T01:43:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "701830dee9c58fe66e08d7b4f9bd57c3672accb7",
"body": null,
"is_bot": false,
"headline": "StringModule: register missing string filters",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2025-01-24T18:24:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "922eed0b83795e15c540325b28d051aa40f0719c",
"body": null,
"is_bot": false,
"headline": "support elseif tags (#18)",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2024-10-30T00:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c21ca67e8b56d135deb8ecd5c4f5a524c6442cb",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-10-26T22:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7425f20dc7d323722e852538eeacb7cc3bf6bcc",
"body": null,
"is_bot": false,
"headline": "throw exception on parser exceptions",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-10-26T22:43:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f09bd7e18bcce72675f1ad677cfd65fe4819723d",
"body": null,
"is_bot": false,
"headline": "don't attempt to parse empty strings",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-10-26T22:41:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b350ca623551d73106e87149c7b05b284fc9176e",
"body": null,
"is_bot": false,
"headline": "for tag: make sure iterable is not null before assigning",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-10-26T01:14:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e5ff1bdfc9c6e3ef9c905d692b87643c74d598a",
"body": null,
"is_bot": false,
"headline": "0.7.3 release",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2024-10-22T09:35:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c5a5c401afc1775882a2cd88da49c299aa17e07",
"body": "Co-authored-by: Cem Kara <cem.kara@sirup.app>",
"is_bot": false,
"headline": "add truthy check for binary operators and & or (#15)",
"author_name": "Cem",
"author_login": "cka29",
"committed_at": "2024-10-22T09:31:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbfb3da2bf1612935f51733fd53c2a06d0e32a9e",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2024-10-22T02:30:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a25cb03329a45a1cab5be6059ee9261dd29e9189",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2024-10-22T02:29:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0912485662baa313d8ac96b4d2068a9371089ac3",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2024-10-22T02:28:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27565640234bd68db5a8c58c0b6b014100b083d7",
"body": "* Update pubspec.yaml\r\n\r\n* Update CHANGELOG.md",
"is_bot": false,
"headline": "Update pubspec.yaml (#14)",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2024-10-22T02:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b272e965ffdd1bc0beaa5b403e5175080fd3c205",
"body": "* array access",
"is_bot": false,
"headline": "Array support (#13)",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2024-10-22T02:12:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05bd363b422688bac68b09a2a90a0ead10ba9ada",
"body": "* better checks for truthy\r\n\r\n* bump version\r\n\r\n* dart format",
"is_bot": false,
"headline": "Better truthy checks (#12)",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2024-10-21T21:31:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9643a101400ee05f60eb96e0c2e6d448f33bc1c",
"body": "* redefine text parser to only ignore starting of variables and tags\r\n\r\n* add collapseTextNodes helper.\r\n\r\ndue to the text parser producing single character TextNodes. we need to reliably merge them into adjacent nodes to form a whole\r\n\r\n* Better handling of whitespace control\r\n\r\n* add braces test\r\n\n[…]\nelement parser to use choiceparser\r\n\r\n* label parsers for better debugging\r\n\r\n* add optional tracing and linting\r\n\r\n* version bump\r\n\r\n* add optional tracing and linting\r\n\r\n* resolve dart analyze issue",
"is_bot": false,
"headline": "Refactor text parser (#9)",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2024-10-21T05:17:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d8e7e3e6a2463316ad6486b7e2cbdfc01645b69f",
"body": "* Update pubspec.yaml",
"is_bot": false,
"headline": "version bump (#7)",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2024-09-04T15:17:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f23548e5dc85bcedaaba5cbde4f83f21c8e0a642",
"body": "…iers\n\nAdd Dash Char Support For Variable Identifiers",
"is_bot": false,
"headline": "Merge pull request #6 from stikkyapp/feature/dash-support-for-identif…",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2024-09-04T08:05:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b37d9b8d84631ead071863a0244185e623c40eb2",
"body": null,
"is_bot": false,
"headline": "fix format",
"author_name": "Cem Kara",
"author_login": null,
"committed_at": "2024-09-04T07:53:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecfad3727f2632adc83ec95cbe45a56402fe769f",
"body": null,
"is_bot": false,
"headline": "adapt tests",
"author_name": "Cem Kara",
"author_login": null,
"committed_at": "2024-09-04T07:51:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1acf189c260a414187eb78f1aeec182b6e4ff695",
"body": null,
"is_bot": false,
"headline": "add dash support",
"author_name": "Cem Kara",
"author_login": null,
"committed_at": "2024-09-04T07:51:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69f0d419bb8c2b2dac2323036740da121af368ec",
"body": "fixes #1",
"is_bot": false,
"headline": "Example directory link fix",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2024-09-03T14:41:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c061539b93c9c77c5c6affda04d90f48a2db102e",
"body": "…e current member as a key",
"is_bot": false,
"headline": "fix: make sure to return null when object is map and does not have th…",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-27T10:28:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "256e619c3c1622b69c29d64fd2c7e35325c536a3",
"body": "in scenarios users want to reuse the same template instance",
"is_bot": false,
"headline": "Simpliy Template.parse call + add auto clear buffer after render",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-27T00:05:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfbb1863249600551e1440b1716060ea3a6b93bd",
"body": null,
"is_bot": false,
"headline": "visitFilterExpression: check if assignment is a literal",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-26T12:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff7f6123d42d92cba14afb272d4134c5d508a789",
"body": null,
"is_bot": false,
"headline": "allow grouping filters into modules",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-26T10:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "974169200167d3b7ff29dee5b561a44126a68c82",
"body": null,
"is_bot": false,
"headline": "group filters by modules",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-26T10:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b01d25661aa4ffc57acf4f2cb5e7d861127287ce",
"body": null,
"is_bot": false,
"headline": "fix example",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-26T09:17:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44ce212ab44371c45845cc2d3c95afca4f9261a9",
"body": null,
"is_bot": false,
"headline": "fix example",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-26T09:11:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18b63aa47f4405148c1c4270d65867cd8d1dbdfd",
"body": null,
"is_bot": false,
"headline": "version bump",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-26T09:06:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8c93f94990e15afd9fc0544207c0bb12b53abb6",
"body": null,
"is_bot": false,
"headline": "add examples",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-26T09:06:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4124ea1a4129417cd582449397c9f275ae26f55",
"body": null,
"is_bot": false,
"headline": "add MapRoot as basic Root implementation",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-26T09:05:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ff71090b075951c4447254530a41fec58b2f538",
"body": null,
"is_bot": false,
"headline": "add empty types",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-26T08:38:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db11d6330fad2c44f414cf850fbe4bf211b4d0e1",
"body": null,
"is_bot": false,
"headline": "reuse testParser to reduce duplication",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-24T11:32:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea0ca780818f11f6f8d7144626de1e1a5ab00a0f",
"body": null,
"is_bot": false,
"headline": "reuse testParser helper",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-24T11:32:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "703ec7d836bd461cfaba9f28a97b4466ca82b2e2",
"body": null,
"is_bot": false,
"headline": "test assignments with a filter expression",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-24T11:32:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26f541676d84cfda04365614d8bf290120892608",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2024-08-24T03:14:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "170fb9476482a33c70e86cbd88b2918ea6dce5c7",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2024-08-24T03:14:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9618ab7f04c1d99bf2152ed023a825f5fd366a0",
"body": null,
"is_bot": false,
"headline": "update documentation",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-24T03:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cb3c87db0033c7ba96c5d2c869dd7a7f1302132",
"body": null,
"is_bot": false,
"headline": "fmt",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-24T03:02:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c853369b9f164cecf349fc74d7abdfae42a3fa37",
"body": null,
"is_bot": false,
"headline": "version 0.0.5",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-24T02:56:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "454f6c7ce8efbed447b98d277157fec3840d4052",
"body": null,
"is_bot": false,
"headline": "render tag",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-24T02:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3450a9a6f33d71374402b13f47fecef00ee18e1d",
"body": null,
"is_bot": false,
"headline": "file system abstraction for looking up templates",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-24T02:53:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42b651e375e6d361d49a2290e4063881a22ce1f6",
"body": null,
"is_bot": false,
"headline": "remove macros usage",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-24T02:51:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4db3991acac302c64c261bb64d4bc91d2baf4c44",
"body": null,
"is_bot": false,
"headline": "parse filters in assignments",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-24T02:43:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84e2d3495bbf05e766040b26b995d26cf613a224",
"body": null,
"is_bot": false,
"headline": "drop support",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-23T22:48:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6345923c6f8637e808c62927f93abc7967bba16a",
"body": null,
"is_bot": false,
"headline": "allow whitespace around variables",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-23T22:36:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "450040bf9e34849fe81cba76dd3d7962e4a0d43c",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-23T19:00:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0abe8158ba940dbcb50231105a0c72a00ee06114",
"body": null,
"is_bot": false,
"headline": "better support for negative numbers & floating point numbers",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-23T18:59:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52aa984a5e8a5ccca617c4f328d7f37de7e39edc",
"body": null,
"is_bot": false,
"headline": "fix pub test",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-23T17:44:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ecfb43e6c80d8436ce1ce50fe395c1f98cdf5be",
"body": null,
"is_bot": false,
"headline": "fix repository link",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-23T17:37:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e964cdc38d666bf8fea42015c564b718353295d",
"body": null,
"is_bot": false,
"headline": "github actions workflow",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-23T17:34:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b6774eb2554431aa28bbdbac95d0d0742b25727",
"body": null,
"is_bot": false,
"headline": "update pubspec",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-23T17:32:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d13738f749bcffe8ddc9fc6b0edcd87ca5468fd",
"body": null,
"is_bot": false,
"headline": "update README + CHANGELOG",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-23T17:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7046e70125c57550cd1dc5cb7111ac89b68267c0",
"body": null,
"is_bot": false,
"headline": "add more detailed example",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-23T17:31:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ed92fb15f265e6578a654ce8f0b6882581729b1",
"body": null,
"is_bot": false,
"headline": "update library documentation",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-23T17:16:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "482296e072fecac5459a9016456cd49e63905076",
"body": null,
"is_bot": false,
"headline": "reduce import spilling",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-23T17:16:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "094a0138131a44290559f5304c9d10c97f85a6b3",
"body": null,
"is_bot": false,
"headline": "use default filters",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-23T16:12:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ad845bf9ab0fab02444f25ba50d1515bfbdd0e9",
"body": null,
"is_bot": false,
"headline": "misc filters",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-23T16:12:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62a1552e76549c910f80fdd9c199b634b89ff2c0",
"body": null,
"is_bot": false,
"headline": "math filters",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-23T16:11:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ba085620a540c5cf59fb2bae39370c17e7059f2",
"body": null,
"is_bot": false,
"headline": "string filters",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-23T16:09:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1b7f105f408b7ada1abf5aac2de55832469577f",
"body": null,
"is_bot": false,
"headline": "url filters",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-23T16:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c47bd1db1eeca9da48fc2c3ba1d8a898308a4298",
"body": null,
"is_bot": false,
"headline": "html filters",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-23T16:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34c6784038563204aeb4127f71f3bcf3c13e588a",
"body": null,
"is_bot": false,
"headline": "date filters",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-23T16:06:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c68be8f644409efe5837395ef0d225ab91a496dd",
"body": null,
"is_bot": false,
"headline": "array filters",
"author_name": "kingwill101",
"author_login": "kingwill101",
"committed_at": "2024-08-23T16:03:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1413229e0e25da7f10080579944563efc89e3e88",
"body": null,
"is_bot": false,
"headline": "",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2024-08-23T06:30:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ce268a9ecf1fef67bcba130dcbf5a2665cfdf8d",
"body": null,
"is_bot": false,
"headline": "template parser class",
"author_name": "Glenford Williams",
"author_login": "kingwill101",
"committed_at": "2024-08-23T06:29:48Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 24,
"commits_last_year": 11,
"latest_release_at": "2026-01-19T16:27:34Z",
"latest_release_tag": "liquify-v1.5.1",
"releases_from_tags": false,
"days_since_last_push": 181,
"active_weeks_last_year": 3,
"days_since_latest_release": 186,
"mean_days_between_releases": 25.9
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 1,
"stars": 23,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2024-10-22",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example",
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"pkgs/liquify/justfile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 48284,
"source_files_sampled": 137,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"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": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 22,
"open_issues": 1,
"closed_ratio": 0.938,
"closed_issues": 15,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "kingwill101",
"commits": 140,
"avatar_url": "https://avatars.githubusercontent.com/u/1114368?v=4"
},
{
"type": "User",
"login": "cka29",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/110424316?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.993
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"dart.yml",
"publish.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"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": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 6,
"reason": "8 out of 12 merged PRs checked by a CI test -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "37f958d15520b991c246e1db334b19e03df10be5",
"ran_at": "2026-07-24T18:59:29Z",
"aggregate_score": 3.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-01-19T16:27:59Z",
"oldest_open_prs": [
{
"number": 35,
"created_at": "2026-01-08T11:46:31Z",
"last_comment_at": "2026-01-24T08:52:13Z",
"last_comment_author": "coderabbitai"
}
],
"last_merged_pr_at": "2026-01-19T16:26:39Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 39,
"created_at": "2026-06-04T18:06:53Z",
"last_comment_at": "2026-06-06T09:53:22Z",
"last_comment_author": "kingwill101"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/kingwill101/liquify",
"host": "github.com",
"name": "liquify",
"owner": "kingwill101"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"security": 32,
"vitality": 40,
"community": 23,
"governance": 49,
"engineering": 60
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 40,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"commits_last_year": 11,
"human_commit_share": 1,
"days_since_last_push": 181,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 181 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 181
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "11 commits in the last year",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 11
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 78,
"inputs": {
"releases_count": 24,
"latest_release_tag": "liquify-v1.5.1",
"releases_from_tags": false,
"days_since_latest_release": 186,
"mean_days_between_releases": 25.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "24 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 24
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 186 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 186
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~25.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 25.9
}
}
],
"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": "dormant",
"guards": [
"maintainer_replying",
"recent_release"
],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 1,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": 186,
"days_since_last_human_commit": 186,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 186 days, with nothing left unanswered; held at dormant by a maintainer still replying, a release within the year",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 186
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "a maintainer still replying, a release within the year"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 23,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"forks": 1,
"stars": 23,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "23 stars",
"points": 21.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 23
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"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": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 49,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.993
},
"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 99% of commits",
"points": 0.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 99
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"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": null,
"notes": [],
"value": 82,
"inputs": {
"merged_prs": 22,
"open_issues": 1,
"closed_issues": 15,
"issue_closed_ratio": 0.938,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "94% of issues closed",
"points": 43.9,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 94
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "22/22 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 22,
"decided": 22
}
}
],
"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": 57,
"inputs": {
"followers": 27,
"owner_type": "User",
"is_verified": null,
"owner_login": "kingwill101",
"public_repos": 74,
"account_age_days": 5402
},
"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": "27 followers of kingwill101",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 27,
"login": "kingwill101"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "74 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 74
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 60,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "8 out of 12 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"dart",
"dartlang",
"flutter",
"liquid",
"template"
],
"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": "at_risk",
"name": "Security",
"value": 32,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 12 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.5,
"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 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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 0",
"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": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 45,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.24,
"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": "24 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 12.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 24,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"pkgs/liquify/justfile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "pkgs/liquify/justfile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "pkgs/liquify/justfile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Dart (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Dart"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Dart",
"largest_source_bytes": 48284,
"source_files_sampled": 137,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Dart (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Dart"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/137 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 137,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example",
"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": "example, examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example, 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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-24T18:59:41.586948Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/kingwill101/liquify.svg",
"full_name": "kingwill101/liquify",
"license_state": "absent",
"license_spdx": null
}