原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 946,
"has_wiki": true,
"homepage": null,
"languages": {
"TypeScript": 223020
},
"pushed_at": "2026-05-13T15:12:36Z",
"created_at": "2023-06-27T09:05:23Z",
"owner_type": "User",
"updated_at": "2026-05-13T15:33:44Z",
"description": "TypeORM based repository implementation for accessing data storage.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": null,
"name": "Rinto Jose",
"type": "User",
"login": "rintoj",
"company": null,
"location": null,
"followers": 97,
"avatar_url": "https://avatars.githubusercontent.com/u/10824903?v=4",
"created_at": "2015-02-03T06:09:42Z",
"is_verified": null,
"public_repos": 78,
"account_age_days": 4187
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2025-11-28T11:00:54Z"
},
{
"tag": "v1.3.5",
"kind": "patch",
"published_at": "2025-07-29T07:44:45Z"
},
{
"tag": "v1.3.4",
"kind": "patch",
"published_at": "2025-06-12T06:42:37Z"
},
{
"tag": "v1.3.3",
"kind": "patch",
"published_at": "2025-06-12T05:29:52Z"
},
{
"tag": "v1.3.2",
"kind": "patch",
"published_at": "2025-02-27T11:45:32Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2025-01-23T12:42:43Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2025-01-23T12:35:28Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2025-01-22T16:15:39Z"
},
{
"tag": "v1.1.8",
"kind": "patch",
"published_at": "2023-11-11T11:52:40Z"
},
{
"tag": "v1.1.7",
"kind": "patch",
"published_at": "2023-10-30T11:04:08Z"
},
{
"tag": "v1.1.6",
"kind": "patch",
"published_at": "2023-10-30T10:06:13Z"
},
{
"tag": "v1.1.5",
"kind": "patch",
"published_at": "2023-10-24T10:50:23Z"
},
{
"tag": "v1.1.4",
"kind": "patch",
"published_at": "2023-10-24T10:39:36Z"
},
{
"tag": "v1.1.3",
"kind": "patch",
"published_at": "2023-10-11T11:08:45Z"
},
{
"tag": "v1.1.2",
"kind": "patch",
"published_at": "2023-10-11T06:31:39Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2023-08-25T11:58:17Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2023-08-16T19:08:40Z"
},
{
"tag": "v1.0.5",
"kind": "patch",
"published_at": "2023-07-21T07:44:32Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2023-07-18T06:04:54Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2023-06-28T11:03:04Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2023-06-28T09:14:30Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2023-06-28T09:07:07Z"
}
],
"recent_commits": [
{
"oid": "3e9bb84e0d43ca6812bdb8e5994ed678166206f4",
"body": null,
"is_bot": false,
"headline": "chore: Add .playwright-mcp to gitignore",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2026-05-13T15:12:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3aade1f130405306900a2550467b45a066737bf7",
"body": null,
"is_bot": false,
"headline": "2.1.1",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2026-05-13T12:41:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f40595adb02c012a99846be47d0947afb6aa866",
"body": "bun publish does not authenticate with NODE_AUTH_TOKEN from\nsetup-node's .npmrc, causing 404 on scoped package publish.",
"is_bot": false,
"headline": "fix(ci): use npm publish instead of bun publish",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2026-05-13T12:38:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c969902bdc0d4e6321d5da18727736bc6469e1ed",
"body": "* feat: Add nested relation field filtering with dot-notation syntax\n\nEnable filtering by ManyToOne/OneToOne relation fields using dot notation:\n- postRepo.find(q => q.whereEqualTo('author.id', userId))\n- postRepo.find(q => q.whereEqualTo('author.profile.age', 25))\n\nFeatures:\n- Support 1-level and 2\n[…]\nrepository/storage-module tests).\n\nPinning keeps SQL output identical to the previous yarn.lock baseline.\n\n---------\n\nCo-authored-by: github-actions-gm <bot+github-actions-gm@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: Add nested relation field filtering with dot-notation syntax (#7)",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2026-05-13T10:27:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f79ce53fc216fb0dd8a9a70cf5f19910cb388aeb",
"body": "* feat: Expose DataSource as NestJS injectable provider\n\n- Move DataSource initialization from onApplicationBootstrap hook to async factory provider in StorageModule.forRoot/forTest\n- Fixes /health endpoint using @nestjs/terminus TypeOrmHealthIndicator (was failing due to DataSource not being in Nes\n[…]\nround-trip through real Postgres\n\n* Fix code style issues with eslint & prettier, update schema and hooks\n\n---------\n\nCo-authored-by: github-actions-gm <bot+github-actions-gm@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: Expose DataSource as NestJS injectable provider (#8)",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2026-05-13T10:00:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b86c7d9044ae5d11895dd3b05dbe33494b087c51",
"body": null,
"is_bot": true,
"headline": "2.1.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-11-28T11:00:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ffce15249aae5df7a354f1f763141f5119a2354",
"body": null,
"is_bot": false,
"headline": "fix: Configure git identity before npm version in release workflow",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-11-28T10:59:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10803e20da4a781f83528b7a46dbdff4edceeac5",
"body": null,
"is_bot": false,
"headline": "fix: Resolve TypeScript type errors in repository cache modules",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-11-28T10:57:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beecf7e14cbd43f54a63d53cb5f5abd2266ae6b2",
"body": "…tion (#6)\n\n* feat!: Add Terminal Query Pattern for compile-time query chain validation\n\nBREAKING CHANGE: whereIn() and whereOr() now return TerminalQuery/TerminalPaginatedQuery\ntypes that only expose safe methods (orderBy, select, fetchRelation, pagination, etc.).\nThis prevents invalid query chains\n[…]\nfactor: Improve terminal query documentation and restrict where clause chaining after terminal operations\n\n---------\n\nCo-authored-by: github-actions-gm <bot+github-actions-gm@users.noreply.github.com>",
"is_bot": false,
"headline": "feat!: Add Terminal Query Pattern for compile-time query chain valida…",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-11-28T10:52:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3410c6d4ef1cd00cdb70aae47f5d64ba8bedaebb",
"body": null,
"is_bot": false,
"headline": "chore: Automatic commit of all changes",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-07-29T08:05:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8aa34dc39463a725b5a4215388b16cba0b96dc6",
"body": null,
"is_bot": false,
"headline": "fix: Correct malformed package.json after semantic-release removal",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-07-29T08:04:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc0f19db1259959a371492d3c87993ff56ff8da6",
"body": null,
"is_bot": false,
"headline": "chore: Remove semantic-release configuration and dependencies",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-07-29T08:03:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "176c6091c9d1f6fb8be4177169c81df7df861564",
"body": null,
"is_bot": false,
"headline": "ci: Add test step to release workflow",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-07-29T07:56:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd724d5586597d18ecbc27998beaa52e784e4e7c",
"body": null,
"is_bot": false,
"headline": "fix: Resolve TypeScript build errors in cache and repository modules",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-07-29T07:55:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf623c2d2ac5830b5bc8541d7d167616c16144fd",
"body": null,
"is_bot": false,
"headline": "ci: Update workflows to use main branch",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-07-29T07:50:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1a6b99cbddc754043e44c849a0b887c57ef6f9c",
"body": null,
"is_bot": false,
"headline": "ci: Implement dynamic version bumping based on commit messages",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-07-29T07:47:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25253b1854d173eb9bf76fe9047d4f8210074222",
"body": "… steps",
"is_bot": false,
"headline": "ci: Update release workflow to remove semantic-release and use manual…",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-07-29T07:45:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "157bf05a67e33c8a9ebe7f1ad057301ed1570a99",
"body": null,
"is_bot": false,
"headline": "1.3.5",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-07-29T07:44:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8ffdf91f6b89b4885589d9e1e09b9d9c2ecb18c",
"body": null,
"is_bot": false,
"headline": "chore: Update version to v1.3.4",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-07-29T07:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5595a105109bdb2b0ab003f46bb6af8b7e5b4298",
"body": null,
"is_bot": false,
"headline": "refactor: Remove 'Initialized database' console log",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-07-29T07:40:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f99f86ecc8abd3031a6b436d06e2af3dee3c9be",
"body": null,
"is_bot": false,
"headline": "fix: remove repository subscriber",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-06-12T06:41:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef063c521d634da27c64ce7d31ddaadb449a7865",
"body": null,
"is_bot": false,
"headline": "fix: issue with validation",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-06-12T05:28:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7128bb048d58266c0881d2e47992cf4b310236f5",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/rintoj/hypergraph-storage",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-02-27T11:44:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e94fd73819fe599ac8ddc8c1c4d1cec3ac98f8f1",
"body": null,
"is_bot": false,
"headline": "fix(package.json): Update peerDependencies and add optionalDependencies",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-02-27T11:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e50a065b2aeba5af3fa41aa684f3c86de4192aa0",
"body": "…cies",
"is_bot": false,
"headline": "chore(package.json): Update peerDependencies and add optionalDependen…",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-02-27T11:42:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e7f7e8cae21d963b026f1359aed152f86863840",
"body": "…urce initialization",
"is_bot": false,
"headline": "fix: add test mode support in StorageModule with dynamic mock data so…",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-01-23T12:41:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "329848c967a77f856c48414c7f4fb2e9b482356a",
"body": "feat: add support for test mode in StorageModule with mock data source",
"is_bot": false,
"headline": "Merge pull request #5 from rintoj/feat/testing-support-with-nestjs",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-01-23T12:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68e357686daf93f45624ecdfe95bf327bdab3264",
"body": "…e initialization",
"is_bot": false,
"headline": "feat: add support for test mode in StorageModule with mock data sourc…",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-01-23T12:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfcc4e60c88cdaf5ba626c28b5a7b33eea989d43",
"body": "perf: Adding NestJS support and Dynamic Repository switching",
"is_bot": false,
"headline": "Merge pull request #4 from rintoj/feat/nestjs-support",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-01-22T16:14:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f54b879833ea18c61dd20fab04ed7a1d428db910",
"body": "…ure method to return repository providers",
"is_bot": false,
"headline": "feat: rename FeatureModule to StorageFeatureModule and update forFeat…",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-01-22T15:59:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daa1ded37dfdc0a3bf277db8f41d08b2e799cb91",
"body": "…ead of file paths",
"is_bot": false,
"headline": "fix: update test data source configuration to use entity classes inst…",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-01-22T15:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61e180ba7856a4a9aa35054bdeb2462ef2a70dde",
"body": "…tration",
"is_bot": false,
"headline": "feat: add forFeature method to StorageModule for dynamic entity regis…",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-01-22T15:24:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7851fc3fe28e3924c9b72636d53fd389d0704bb0",
"body": null,
"is_bot": false,
"headline": "feat: update InitializeDataSourceOptions to include entities property",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-01-22T15:24:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08d46312b89b8c1241f1efd26f119e49197a2f89",
"body": "…d type safety",
"is_bot": false,
"headline": "feat: enhance storage module with Google Cloud Storage integration an…",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-01-22T13:54:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0d28e1a5fd04e80a6f09996756fc5816501de3f",
"body": null,
"is_bot": false,
"headline": "feat: add NestJS storage module with repository options and utilities",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2025-01-22T12:49:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eda37fe7fc36df9ba319347dea9136fc93a019c",
"body": null,
"is_bot": false,
"headline": "fix: remove order by from find",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-11-11T11:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebcaac5a5febfd734b69fe145ab5f970fc8284fb",
"body": null,
"is_bot": false,
"headline": "fix: initialize repo on startup",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-10-30T11:03:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "872c3dbd8233e940fcff873d907f6cd091fbdc3b",
"body": null,
"is_bot": false,
"headline": "fix: add repository resolver",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-10-30T10:05:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38e14d82f2438025ac70a6bb932562f427d932fb",
"body": null,
"is_bot": false,
"headline": "fix: the bug around sorting while using find",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-10-24T10:45:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e92c45f1a09c0ebc98626140c81bae4914e607d",
"body": null,
"is_bot": false,
"headline": "fix: bugs in typeorm repo implementation around delete and findAll",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-10-24T10:38:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9028516fbb536d6bf88ba594a007acbd8be420ba",
"body": null,
"is_bot": false,
"headline": "fix: query for undefined values",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-10-11T11:07:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ba30a803696c493221181737f9447a59e1b0fb5",
"body": null,
"is_bot": false,
"headline": "fix: type error",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-10-11T06:30:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6414c30d4b730f78a9cd3f95d1eca700922c7e3f",
"body": null,
"is_bot": false,
"headline": "fix: add \"generateNumberId\" function",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-10-11T06:26:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1977e2e7c1c60bba57e280e35f2563f0c5535acc",
"body": null,
"is_bot": false,
"headline": "fix: update tsds-tools",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-25T11:57:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68e0aeffe9c1790fd3bf70130b2f393e0725238c",
"body": "Feat/firestore repository",
"is_bot": false,
"headline": "Merge pull request #3 from rintoj/feat/firestore-repository",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-16T19:07:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f26ccc71b5467f7bde3318f1ee1ad0426694e212",
"body": null,
"is_bot": false,
"headline": "fix: documentation",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-16T18:41:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45c5d23e8a14a7a63a7518c5bd435ce04219fc6d",
"body": null,
"is_bot": false,
"headline": "docs: add testing with firestore",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-16T18:38:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e3c277475fc2c6f6df532895567c148d021c1e0",
"body": null,
"is_bot": false,
"headline": "fix: lint",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-16T18:38:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "489228303681c45704c9a3b3a62b318f2aed8f6e",
"body": null,
"is_bot": false,
"headline": "fix: documentation",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-16T18:31:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4503ed29fcdcd82ab4ea9babff357550ac8ca97e",
"body": null,
"is_bot": false,
"headline": "feat: add support for firestore repository cache",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-16T18:31:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f904ebca1c6057f907108b3c96a3b875b2491721",
"body": null,
"is_bot": false,
"headline": "refactor: MockIncrement",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-16T17:56:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b502b3476c733446ce4f3287c8fd532c9d12b194",
"body": null,
"is_bot": false,
"headline": "feat: add firestore-mock",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-16T17:47:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f08cd7ce9b1d0aa98d2ddde4a9c9d4575538432",
"body": null,
"is_bot": false,
"headline": "fix: project name",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-16T15:49:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2bc9b24aa10a401f2859a567bbcf17e92bcc07c",
"body": null,
"is_bot": false,
"headline": "fix: test cases",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-16T15:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5ba76748b73ba74b44715aad5929efbbcd305cc",
"body": null,
"is_bot": false,
"headline": "fix: remove service account json",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-16T15:41:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40061fc3945bb918fdadef32d36522e8ecb431e3",
"body": null,
"is_bot": false,
"headline": "fix: delete test data after the suite",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-16T15:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ab3e28280af54b7c670bfbc42ccbfba446cdac7",
"body": null,
"is_bot": false,
"headline": "fix: pagination",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-16T15:32:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fd6e566f0b5f53e97b69b8a4e4ae8a807b8a180",
"body": null,
"is_bot": false,
"headline": "fix: or condition",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-16T09:49:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "305ad9eb0dc1f5b0078b44097fa5310ebdd2594b",
"body": null,
"is_bot": false,
"headline": "fix: update firestore repo to resolve relations",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-16T09:26:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7934867067bba556edcc69916f6525c38629426a",
"body": null,
"is_bot": false,
"headline": "refactor: remove typeorm exports from the lib",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-16T07:41:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3e907a9fcced13bca9c7c4a84008257114062df",
"body": null,
"is_bot": false,
"headline": "feat: add firestore repository",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-15T17:39:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb303da97d285a8b6c12801ac5cdf57a7c6f6338",
"body": null,
"is_bot": false,
"headline": "feat: add firestore query",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-15T17:39:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9aa4f1b945ced6f8f015ae66854bcb5a43f7bcbe",
"body": null,
"is_bot": false,
"headline": "fix: refactor base entity",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-15T17:39:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6493aa74c64d65bc44f70365281a8f107b03d600",
"body": null,
"is_bot": false,
"headline": "fix: export typeorm packages and required classes",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-15T08:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdafa5a955cf03f4431ed4e951e5bc55ca9430ff",
"body": null,
"is_bot": false,
"headline": "refactor: datasource and repository",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-08-15T07:05:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "679dddbc7b81c07ad4d65a980374aaa302334b52",
"body": null,
"is_bot": false,
"headline": "docs: update readme",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-07-21T13:56:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2849396c19e24354cb873825928cc747b535a0c9",
"body": null,
"is_bot": false,
"headline": "fix: capitalize environment variables",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-07-21T07:43:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aefac3b82f7da3a75d52eb4ea39312659dc0382f",
"body": null,
"is_bot": false,
"headline": "fix: update default environment variables",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-07-21T07:41:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25fa900305e6c1bed2e5c40f17ebd83af1e693a6",
"body": null,
"is_bot": false,
"headline": "1.0.4",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-07-20T03:28:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a43b33ddabae27a4bba0ad03c1e6600a56b5a1c6",
"body": null,
"is_bot": false,
"headline": "fix: package and readme",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-07-18T06:03:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78b705162e1e7251edc7cb730e10b94805931e02",
"body": null,
"is_bot": false,
"headline": "fix: package json and README",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-06-28T11:02:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99eb98f2e4e498808cbcdd0c1b382eed6372f0ef",
"body": "fix: setup semantic release",
"is_bot": false,
"headline": "Merge pull request #1 from rintoj/feat/release",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-06-28T09:13:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db11f252f2110a9a7272f0104a484c7068406163",
"body": null,
"is_bot": false,
"headline": "fix: concurrency group id and names",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-06-28T09:11:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43810496a020fff179317d8bcb438cf5e0f53dee",
"body": null,
"is_bot": false,
"headline": "fix: add lint action",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-06-28T09:10:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c19ec6fa424ea4cfa5e371727eb79f9f0f08d5a1",
"body": null,
"is_bot": false,
"headline": "fix: revert branch to master",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-06-28T09:08:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb45af2caca6e51bda8ed73ee6ee87c5ab8e3885",
"body": null,
"is_bot": false,
"headline": "fix: permissions",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-06-28T09:06:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40d09954d7544acfa7e5016197acf7c32b3f7dc9",
"body": null,
"is_bot": false,
"headline": "fix: token",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-06-28T09:03:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0da55af2ff1dbb405e8cb28adc8141c46f7dddf2",
"body": null,
"is_bot": false,
"headline": "fix: repository url",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-06-28T08:54:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a00fb3d435397862a56f1b9514db951496eab736",
"body": null,
"is_bot": false,
"headline": "fix: rename GITHUB_TOKEN to GH_TOKEN",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-06-28T08:50:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39751924c76298920d6e3bdb8adf869488fd89d0",
"body": null,
"is_bot": false,
"headline": "fix: allow current branch for testing",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-06-28T08:48:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fd7f4d5bfac8652bd3b4588bcd5e96157ba8321",
"body": null,
"is_bot": false,
"headline": "fix: setup concurrency",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-06-28T08:45:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ada800d086765709b4d45646b057cf43a66c0d5",
"body": null,
"is_bot": false,
"headline": "fix: remove \"yarn add native-x-theme\" from release setup",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-06-28T08:44:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d462198bf1d9eca34fd29ce30f7f7a2d53c04f88",
"body": null,
"is_bot": false,
"headline": "fix: setup PR for testing",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-06-28T08:43:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42a1afa714259f006f466a3399ac8bf91a349326",
"body": null,
"is_bot": false,
"headline": "fix: setup semantic release",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-06-28T08:42:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c24627fe0cbd4e45f18d46c9d34abe3ae8b4ba0",
"body": null,
"is_bot": false,
"headline": "feat: add data loader",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-06-28T08:30:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a6bbc5c4c95f5185a12ff9a4b4c78c33734a2a0",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-06-28T07:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7e6dec851885a7078a28ecf3a262d29f0d32a8a",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Rinto Jose",
"author_login": "rintoj",
"committed_at": "2023-06-27T09:05:24Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 22,
"commits_last_year": 20,
"latest_release_at": "2025-11-28T11:00:54Z",
"latest_release_tag": "v2.1.0",
"releases_from_tags": false,
"days_since_last_push": 69,
"active_weeks_last_year": 3,
"days_since_latest_release": 236,
"mean_days_between_releases": 84.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@hgraph/storage",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": false,
"registry_url": "https://www.npmjs.com/package/@hgraph/storage",
"is_deprecated": false,
"latest_version": "2.1.1",
"repository_url": "https://github.com/rintoj/hypergraph-storage",
"versions_count": 23,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 257,
"first_published_at": "2023-07-18T06:02:33.463000Z",
"latest_published_at": "2026-05-13T15:09:56.819000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 69
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 2,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0
},
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"examples/nested-filtering/tsconfig.json",
"examples/nestjs/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 31708,
"source_files_sampled": 65,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "typeorm",
"direct": true,
"version": "0.3.17",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.4,
"advisory_ids": [
"GHSA-2rp8-mm9q-fp49",
"GHSA-9ggv-8w38-r7pm",
"GHSA-q2pj-6v73-8rgj"
],
"fixed_version": "1.1.0",
"advisory_count": 3,
"oldest_advisory_days": 265
},
{
"name": "protobufjs",
"direct": false,
"version": "7.2.4",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-2pr8-phx7-x9h3",
"GHSA-66ff-xgx4-vchm",
"GHSA-685m-2w69-288q",
"GHSA-75px-5xx7-5xc7",
"GHSA-f38q-mgvj-vph7",
"GHSA-fx83-v9x8-x52w",
"GHSA-h755-8qp9-cq85",
"GHSA-jggg-4jg4-v7c6",
"GHSA-jvwf-75h9-cwgg",
"GHSA-q6x5-8v7m-xcrf"
],
"fixed_version": "8.6.0",
"advisory_count": 12,
"oldest_advisory_days": 1112
},
{
"name": "@grpc/grpc-js",
"direct": false,
"version": "1.8.22",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-5375-pq7m-f5r2",
"GHSA-99f4-grh7-6pcq"
],
"fixed_version": "1.14.4",
"advisory_count": 2,
"oldest_advisory_days": 41
},
{
"name": "fast-xml-parser",
"direct": false,
"version": "5.9.3",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-8r6m-32jq-jx6q"
],
"fixed_version": "5.10.1",
"advisory_count": 1,
"oldest_advisory_days": 0
},
{
"name": "protobufjs-cli",
"direct": false,
"version": "1.1.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 8.7,
"advisory_ids": [
"GHSA-6r35-46g8-jcw9",
"GHSA-f38q-mgvj-vph7",
"GHSA-f84p-cvgm-xgjj",
"GHSA-pr59-h9ph-3fr8"
],
"fixed_version": "8.6.0",
"advisory_count": 4,
"oldest_advisory_days": 70
},
{
"name": "uuid",
"direct": false,
"version": "8.3.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-w5hq-g745-h8pq"
],
"fixed_version": "13.0.1",
"advisory_count": 1,
"oldest_advisory_days": 90
},
{
"name": "uuid",
"direct": false,
"version": "9.0.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-w5hq-g745-h8pq"
],
"fixed_version": "13.0.1",
"advisory_count": 1,
"oldest_advisory_days": 90
},
{
"name": "nanoid",
"direct": true,
"version": "3.1.23",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.5,
"advisory_ids": [
"GHSA-mwcw-c2x4-8c55",
"GHSA-qrpm-p2h7-hrv2"
],
"fixed_version": "5.0.9",
"advisory_count": 2,
"oldest_advisory_days": 1642
},
{
"name": "fast-xml-parser",
"direct": false,
"version": "4.5.7",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 6.1,
"advisory_ids": [
"GHSA-gh4j-gqv2-49f6"
],
"fixed_version": "5.7.0",
"advisory_count": 1,
"oldest_advisory_days": 90
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 5,
"critical": 2,
"moderate": 2
},
"advisory_count": 27,
"affected_count": 9,
"assessed_count": 334,
"malicious_count": 0,
"assessed_package": "npm:@hgraph/storage@2.1.1",
"unassessed_count": 0,
"direct_affected_count": 2
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "class-validator",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.14.0"
},
{
"name": "dataloader",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.2.2"
},
{
"name": "fast-glob",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.3.1"
},
{
"name": "lodash",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.17.21"
},
{
"name": "name-util",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.3.0"
},
{
"name": "nanoid",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "3.1.23"
},
{
"name": "tsds-tools",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.6"
},
{
"name": "tsyringe",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.8.0"
},
{
"name": "typeorm",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "0.3.17"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "class-validator",
"direct": true,
"version": "^0.14.0",
"ecosystem": "npm"
},
{
"name": "dataloader",
"direct": true,
"version": "^2.2.2",
"ecosystem": "npm"
},
{
"name": "fast-glob",
"direct": true,
"version": "^3.3.1",
"ecosystem": "npm"
},
{
"name": "lodash",
"direct": true,
"version": "^4.17.21",
"ecosystem": "npm"
},
{
"name": "name-util",
"direct": true,
"version": "^1.3.0",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": true,
"version": "3.1.23",
"ecosystem": "npm"
},
{
"name": "tsds-tools",
"direct": true,
"version": "^1.0.6",
"ecosystem": "npm"
},
{
"name": "tsyringe",
"direct": true,
"version": "^4.8.0",
"ecosystem": "npm"
},
{
"name": "typeorm",
"direct": true,
"version": "0.3.17",
"ecosystem": "npm"
},
{
"name": "@biomejs/biome",
"direct": false,
"version": "^1.9.4",
"ecosystem": "npm"
},
{
"name": "@faker-js/faker",
"direct": false,
"version": "^7.6.0",
"ecosystem": "npm"
},
{
"name": "@google-cloud/storage",
"direct": false,
"version": "^7.15.0",
"ecosystem": "npm"
},
{
"name": "@nestjs/common",
"direct": false,
"version": ">=10.0.0 <12.0.0",
"ecosystem": "npm"
},
{
"name": "@nestjs/common",
"direct": false,
"version": "^11.0.4",
"ecosystem": "npm"
},
{
"name": "@nestjs/core",
"direct": false,
"version": "^11.0.4",
"ecosystem": "npm"
},
{
"name": "@nestjs/core",
"direct": false,
"version": "^11.1.20",
"ecosystem": "npm"
},
{
"name": "@nestjs/platform-express",
"direct": false,
"version": "^11.0.4",
"ecosystem": "npm"
},
{
"name": "@nestjs/terminus",
"direct": false,
"version": "^11.0.0",
"ecosystem": "npm"
},
{
"name": "@nestjs/testing",
"direct": false,
"version": "^11.1.20",
"ecosystem": "npm"
},
{
"name": "@nestjs/typeorm",
"direct": false,
"version": "^11.0.0",
"ecosystem": "npm"
},
{
"name": "@types/fs-extra",
"direct": false,
"version": "^11.0.1",
"ecosystem": "npm"
},
{
"name": "@types/jest",
"direct": false,
"version": "^29.0.1",
"ecosystem": "npm"
},
{
"name": "@types/lodash",
"direct": false,
"version": "^4.17.14",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "^18.7.16",
"ecosystem": "npm"
},
{
"name": "faker",
"direct": false,
"version": "^6.6.6",
"ecosystem": "npm"
},
{
"name": "firebase-admin",
"direct": false,
"version": "^11.10.1",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "^11.1.1",
"ecosystem": "npm"
},
{
"name": "gql-hook-codegen",
"direct": false,
"version": "^1.0.21",
"ecosystem": "npm"
},
{
"name": "jest",
"direct": false,
"version": "^29.0.3",
"ecosystem": "npm"
},
{
"name": "pg",
"direct": false,
"version": "^8.8.0",
"ecosystem": "npm"
},
{
"name": "pg-mem",
"direct": false,
"version": "^2.6.12",
"ecosystem": "npm"
},
{
"name": "reflect-metadata",
"direct": false,
"version": "^0.2.0",
"ecosystem": "npm"
},
{
"name": "reflect-metadata",
"direct": false,
"version": "^0.2.2",
"ecosystem": "npm"
},
{
"name": "rimraf",
"direct": false,
"version": "^5.0.1",
"ecosystem": "npm"
},
{
"name": "rxjs",
"direct": false,
"version": "^7.8.1",
"ecosystem": "npm"
},
{
"name": "rxjs",
"direct": false,
"version": "^7.8.2",
"ecosystem": "npm"
},
{
"name": "ts-jest",
"direct": false,
"version": "^29.0.0",
"ecosystem": "npm"
},
{
"name": "ts-node",
"direct": false,
"version": "^10.9.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^5.0.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 39,
"direct_count": 9,
"indirect_count": 30
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 7,
"open_issues": 1,
"closed_ratio": 0.5,
"closed_issues": 1,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "rintoj",
"commits": 86,
"avatar_url": "https://avatars.githubusercontent.com/u/10824903?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"lint.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [
"biome.json"
],
"has_editorconfig": false,
"has_linter_config": true,
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 4,
"reason": "2 out of 5 merged PRs checked by a CI test -- score normalized to 4",
"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/28 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": 5,
"reason": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"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": 0,
"reason": "42 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "3e9bb84e0d43ca6812bdb8e5994ed678166206f4",
"ran_at": "2026-07-22T14:45:23Z",
"aggregate_score": 2.7,
"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-05-13T15:13:17Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-05-13T10:27:35Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 9,
"created_at": "2026-05-13T10:07:07Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/rintoj/hgraph-storage",
"host": "github.com",
"name": "hgraph-storage",
"owner": "rintoj"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"security": 27,
"vitality": 50,
"community": 24,
"governance": 42,
"engineering": 73
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 50,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"commits_last_year": 20,
"human_commit_share": 0.989,
"days_since_last_push": 69,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 69 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 69
}
}
],
"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": "20 commits in the last year",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 20
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"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": 70,
"inputs": {
"releases_count": 22,
"latest_release_tag": "v2.1.0",
"releases_from_tags": false,
"days_since_latest_release": 236,
"mean_days_between_releases": 84.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "22 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 22
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 236 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 236
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~84.4 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 84.4
}
}
],
"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": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 69,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 69 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 69
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 2,
"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": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 42,
"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": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"merged_prs": 7,
"open_issues": 1,
"closed_issues": 1,
"issue_closed_ratio": 0.5,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "50% of issues closed",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 50
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/7 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 7
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/28 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": 62,
"inputs": {
"followers": 97,
"owner_type": "User",
"is_verified": null,
"owner_login": "rintoj",
"public_repos": 78,
"account_age_days": 4187
},
"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": "97 followers of rintoj",
"points": 14.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 97,
"login": "rintoj"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "78 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 78
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 73,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "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": "biome.json",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json"
}
}
],
"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": "2 out of 5 merged PRs checked by a CI test -- score normalized to 4",
"points": 8,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"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": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 27,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 27,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 2.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 5 merged PRs checked by a CI test -- score normalized to 4",
"points": 1,
"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/28 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": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"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": "42 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "critical",
"name": "Dependency advisories",
"note": "Matched the npm:@hgraph/storage@2.1.1 runtime dependency closure — what installing the published package pulls in — 334 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "npm:@hgraph/storage@2.1.1",
"assessed": 334
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 29,
"inputs": {
"source": "osv",
"advisories": 27,
"affected_packages": 9,
"assessed_packages": 334,
"unassessed_packages": 0,
"affected_by_severity": "critical 2, high 5, moderate 2",
"direct_affected_packages": 2
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "2 affected: typeorm 0.3.17 (critical 9.4), nanoid 3.1.23 (moderate 5.5)",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 2,
"packages": "typeorm 0.3.17 (critical 9.4), nanoid 3.1.23 (moderate 5.5)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "7 affected: protobufjs 7.2.4 (critical 9.8), @grpc/grpc-js 1.8.22 (high 7.5), fast-xml-parser 5.9.3 (high 7.5), +4 more",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 7,
"packages": "protobufjs 7.2.4 (critical 9.8), @grpc/grpc-js 1.8.22 (high 7.5), fast-xml-parser 5.9.3 (high 7.5)"
}
},
{
"code": "advisories_affected_more",
"params": {
"count": 4
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "6 advisory-carrying package(s) unaddressed past 90 days; oldest published 1642 days ago",
"points": 18.6,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 6,
"oldest": 1642
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 334,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"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": 51,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.93,
"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": "80 of 86 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 80,
"sampled": 86
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"examples/nested-filtering/tsconfig.json",
"examples/nestjs/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "biome.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "examples/nested-filtering/tsconfig.json, examples/nestjs/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples/nested-filtering/tsconfig.json, examples/nestjs/tsconfig.json, tsconfig.json"
}
}
],
"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 87",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 87
}
}
],
"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": "TypeScript",
"largest_source_bytes": 31708,
"source_files_sampled": 65,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/65 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 65,
"oversized": 0
}
}
],
"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": [
"npm package '@hgraph/storage' points at a different repository (https://github.com/rintoj/hypergraph-storage); excluded from ecosystem scoring"
],
"report_type": "repository",
"generated_at": "2026-07-22T14:45:32.471825Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/rintoj/hgraph-storage.svg",
"full_name": "rintoj/hgraph-storage",
"license_state": "standard",
"license_spdx": "MIT"
}