原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"angular",
"cache",
"angular2"
],
"is_fork": false,
"size_kb": 3421,
"has_wiki": true,
"homepage": "https://www.npmjs.com/package/ng-http-caching",
"languages": {
"CSS": 1953,
"HTML": 2978,
"Sass": 80,
"Batchfile": 1043,
"JavaScript": 2505,
"TypeScript": 178260
},
"pushed_at": "2026-07-29T05:11:37Z",
"created_at": "2020-08-06T08:03:18Z",
"owner_type": "User",
"updated_at": "2026-07-29T05:12:15Z",
"description": "Cache for HTTP requests in Angular application.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "http://sndesign.it/",
"name": "Nigro Simone",
"type": "User",
"login": "nigrosimone",
"company": "ACCA software",
"location": "Italy, Campania, Avellino",
"followers": 47,
"avatar_url": "https://avatars.githubusercontent.com/u/310077?v=4",
"created_at": "2010-06-20T17:13:26Z",
"is_verified": null,
"public_repos": 57,
"account_age_days": 5884
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v22.1.0",
"kind": "minor",
"published_at": "2026-07-22T06:16:49Z"
}
],
"recent_commits": [
{
"oid": "8f05482c4764a28f6263452a5389e21f491ba154",
"body": "…nagement",
"is_bot": false,
"headline": "feat: enhance caching behavior with mutation handling and lifetime ma…",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-29T05:11:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "093b599ab11e19833e3c3d761d6d73666c65d89d",
"body": "chore: take lint-staged 17",
"is_bot": false,
"headline": "Merge pull request #22 from nigrosimone/chore/lint-staged-17",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-26T06:10:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a14c4e2bec6ff53485ac928d762f81989cfde64",
"body": "Git on the maintainer machine is now 2.55.0. lint-staged was held at v15\nbecause v16 raised its floor to Git 2.32, which the 2020 build installed here\ndid not meet. That reason is gone.\n\nNo config change: the hooks and the lint-staged entry are untouched.\n\nCo-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: take lint-staged 17",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-26T06:05:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9e745957b92861a45e831fa02991bd07ccbd7c17",
"body": "chore: format and lint on commit and push, with husky",
"is_bot": false,
"headline": "Merge pull request #21 from nigrosimone/chore/husky-hooks",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-26T05:56:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93d8e2ed5d490aa511d40c3d2c9a3c4c564abe48",
"body": "The same mistake turned four repositories red today: a commit left files\nunformatted, and `format:check` is the first step of the build job, so lint,\ntest and the builds were all skipped behind it.\n\npre-commit runs prettier over the staged files through lint-staged, which\nfixes instead of complainin\n[…]\nrunning prettier and the linter\nhalfway through a publish.\n\nlint-staged is held at v15 because v16 and later need Git 2.32 or newer.\n\nCo-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: format and lint on commit and push, with husky",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-26T05:48:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9b767226c426ce574f8f2f1deb3227ccd6cadb22",
"body": "chore: follow the default branch rename to main",
"is_bot": false,
"headline": "Merge pull request #20 from nigrosimone/chore/default-branch-main",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-26T05:33:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e6c04748f43c8ba7303b9565d69de09b097013f",
"body": "The branch was renamed on GitHub, which retargets pull requests but leaves\nevery reference in the repository pointing at a branch that no longer exists:\nthe CI triggers, so pushes and pull requests stopped being built, and the\nbadge, the StackBlitz link and the raw asset URLs, which resolved to nothing.\n\nLinks to other projects keep their own master.\n\nCo-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: follow the default branch rename to main",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-26T05:29:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8146c291967a2646b9352cbca0bffc5c0545544c",
"body": "ci: let an explicit release version match the manifest, and bump the actions to v7",
"is_bot": false,
"headline": "Merge pull request #19 from nigrosimone/ci/release-guard-and-actions-v7",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-26T05:14:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb56882a006633debc31e20b0fd2c6c55640c001",
"body": "`format:check` has been failing on the default branch since 24 July, which\nkept every CI run red regardless of what a pull request changed. Output of\n`prettier --write`, no hand edits.\n\nCo-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "style: run prettier over the stackblitz example",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-26T05:01:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a5de6ce0eaba510fe58b9608fb69372a3e908df9",
"body": "…actions to v7\n\nThe release workflow refuses the requested version whenever it equals the one\nin package.json. That assumes the manifest always holds the last published\nversion, which stops being true as soon as a major is bumped by hand ahead of\nthe release — the Angular major is, by design. ng-let\n[…]\non npm\" still rejects a real re-release.\n\nThe actions move to v7: the older majors run on the Node 20 runtime GitHub is\ndeprecating.\n\nCo-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: let an explicit release version match the manifest, and bump the …",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-26T04:59:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4d442575a066e65d2942878010c118d5d1cf092c",
"body": null,
"is_bot": false,
"headline": "chore: better example",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-24T04:16:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88da22d85ba6f4393093987b30bcdd217f7bdd1c",
"body": "fix: allow ng-simple-state 22 in the optional peer range",
"is_bot": false,
"headline": "Merge pull request #18 from nigrosimone/fix/ng-simple-state-peer-range-2",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-23T06:34:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6d36bcf36b08542766205f7f8b8fa1bf90fb087",
"body": "The adapter declared `ng-simple-state: \"^21.1.4\"`, but ng-simple-state has been\nat 22.x for a while, and its own peer range now requires Angular >= 22. Anyone\non a current Angular using the adapter hit a peer conflict on install: the\ncaret pins the range to the 21 major.\n\n`peerDependenciesMeta.optio\n[…]\nctually exercises the pairing users get.\n\nVerified: the adapter compiles and the full suite passes against\nng-simple-state 22.1.0.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: allow ng-simple-state 22 in the optional peer range",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-23T06:32:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "79f91ceb3fbb1ae34d24c784582ecb8b092a470d",
"body": "docs: replace the StackBlitz demo with a runnable example in-repo",
"is_bot": false,
"headline": "Merge pull request #17 from nigrosimone/docs/stackblitz-example",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-23T06:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "842ff9be22e1495f0d59e64eccb289f98453114a",
"body": "The linked StackBlitz projects predate WebContainers: they ran a fixed\nin-browser bundler, so they cannot run Angular 22 and cannot be upgraded to\nit either. They needed rebuilding, not fixing.\n\n`examples/stackblitz` is a minimal standalone app that installs ng-http-caching\nfrom npm, and the README \n[…]\nit breaks exactly when a user's\nproject would.\n\nVerified by installing and building it in isolation against the published\npackage.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: replace the StackBlitz demo with a runnable example in-repo",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-23T06:19:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "60f22b72695e17fa558488b3fb2e858bb2d89cb6",
"body": null,
"is_bot": true,
"headline": "chore(release): v22.1.0 [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-22T06:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebe46396c10f2c6205945d687a129cd3a35cef40",
"body": null,
"is_bot": false,
"headline": "feat: pipeline",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-22T06:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ead06f17cb74cca7036369fbffb6dda298eb7927",
"body": null,
"is_bot": false,
"headline": "feat: publish pipeline",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-22T05:52:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a13250bdc8607a587547a9c36ee7216e6c5e87a",
"body": "…ed cache clearing",
"is_bot": false,
"headline": "feat: enhance cache management with Age header handling and regex-bas…",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-22T04:25:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "150724eff78b52f282f6e8af942f7733efd43d61",
"body": "…or cache",
"is_bot": false,
"headline": "feat: add maxSize configuration and implement LRU eviction strategy f…",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T06:24:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31a3b3d0041161cf0ba51167552415b62debc8f2",
"body": null,
"is_bot": false,
"headline": "feat: add mutation strategy for cache clearing and enhance service logic",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T06:03:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb5ef2f46ce530cf524b86d7088f495639784176",
"body": null,
"is_bot": false,
"headline": "feat: enhance CI workflow with concurrency and improved job structure",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T05:53:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a179b0a7aa6a78695540cb8e395fa9df0d0ae92e",
"body": null,
"is_bot": false,
"headline": "feat: ssr support",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T05:50:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4503d3bc1a0b13bd69901694c8a3b46f6ba938eb",
"body": "…utability checks",
"is_bot": false,
"headline": "feat: enhance caching logic to support expires header and improve imm…",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T05:44:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4832640647dd70f6ce8e62375a4bd1ae91de81e",
"body": "… shared store instances",
"is_bot": false,
"headline": "feat: enhance caching configuration to support ALL method and prevent…",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T05:38:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "437ea0ec64b73e184b1f8dd3c0cf27bc83ac486c",
"body": null,
"is_bot": false,
"headline": "feat: enhance caching behavior and improve error handling in storage",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T05:36:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac919973886153d7943a2cc3994d8f327b9d889e",
"body": null,
"is_bot": false,
"headline": "feat: prettier",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T05:25:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b78359d893c7d50524ece7f4885740f094568f9c",
"body": null,
"is_bot": false,
"headline": "feat: vitest",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T04:58:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e604b568fbe2079088db334db88a3a39fb849bfc",
"body": null,
"is_bot": false,
"headline": "feat: enhance cache header checks and improve tag matching",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-18T07:07:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50cba07f089941cdc61e602db43289ef2f474b09",
"body": null,
"is_bot": false,
"headline": "chore: bump version",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T16:18:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "462d8a476b6d6f36647129ae1ed8cebed6b9d939",
"body": null,
"is_bot": false,
"headline": "22.0.1",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T16:17:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3a3cbf41c2a5cb25ac964c7cbde2801b271df87",
"body": null,
"is_bot": false,
"headline": "chore: update deps",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T16:08:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0cdac2840237d1f67295e97f164953b33c83ea3",
"body": null,
"is_bot": false,
"headline": "feat: angular 22",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T15:23:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "463e9459f44a3b39a7930f6a89d7de344ca87a2a",
"body": null,
"is_bot": false,
"headline": "chore: update readme",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-05-20T05:14:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "791c1f5ebbb1c9ea61e75b21bc095718debc9971",
"body": null,
"is_bot": false,
"headline": "chore: remove @angular/platform-browser-dynamic dependency",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-23T06:03:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e377f98b7b61efc6672fc32d91825d785b265f0",
"body": null,
"is_bot": false,
"headline": "chore: clean up",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T16:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef29fb96a5d99ccf0525e7a2d4bcf1c6dc7cd098",
"body": null,
"is_bot": false,
"headline": "feat: eslint 10",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T16:53:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53a0838a4772d98c4486782565b9009cd5d5f74e",
"body": null,
"is_bot": false,
"headline": "chore: clean up",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T16:47:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc6c588520b07c19684c43435885e9b483d9fb84",
"body": null,
"is_bot": false,
"headline": "chore: clean up",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T16:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da552ed8297b9866f4dc8bab60f3893973ad84f0",
"body": null,
"is_bot": false,
"headline": "chore: remove zone.js",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T16:40:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3aed30bdebdc0051cb6fbb0a707f5847c20646d",
"body": null,
"is_bot": false,
"headline": "chore: removed polyfills",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T16:37:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cfc3696a4f07cad48b733e8f94c1ba60a55d79b",
"body": null,
"is_bot": false,
"headline": "feat: bump version",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T15:23:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adf647d46bd6724753cc14128e66ec532c1d84e5",
"body": null,
"is_bot": false,
"headline": "21.0.10",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T15:22:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a17f931073210c1dd89ce212ff5fc65ee692319a",
"body": null,
"is_bot": false,
"headline": "chore: better publish",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T15:22:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffe03ee1cedec67c3d69c58a5fe4207864d2f045",
"body": null,
"is_bot": false,
"headline": "chore: clean up",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T15:21:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1768d9bb8f3d42609a780e72f61e7b8655421a7b",
"body": null,
"is_bot": false,
"headline": "fix: HttpParams",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T15:09:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "399f8463fda9fddc9f7bcc0d982add4e94e2cdfa",
"body": null,
"is_bot": false,
"headline": "feat: max-age time support",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T15:09:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed788e352b9618e7e44a961df934db9ed97a6f72",
"body": null,
"is_bot": false,
"headline": "chore: removed console log",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T15:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9632edea770eb4d9fbdb51c3e1047aec9aea077e",
"body": "…CachingService",
"is_bot": false,
"headline": "feat: implement OnDestroy lifecycle hook to clear the queue in NgHttp…",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T12:25:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d29d41adffa33da0e320405b1fe3cfde7be1c9c0",
"body": "…unctions and handle storage quota exceeded error",
"is_bot": false,
"headline": "fix: update generic type from 'any' to 'unknown' in deserialization f…",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T12:25:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "218965412b1ac9ffbe8e7f1a6e04c4f68c31a8b4",
"body": null,
"is_bot": false,
"headline": "chore: remove protractor and tslint from dependencies in package.json",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T12:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d69e977e6fd9c053fe16b02d3e2a434864c6173",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/nigrosimone/ng-http-caching",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T11:58:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b08dfc2dd9f6220c0088ef1a99df9416b9b86ab6",
"body": null,
"is_bot": false,
"headline": "fix: improve error handling for cached entries serialization and parsing",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T11:58:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47d0e6e9139b2a05b1c08d8703878eac76800735",
"body": "Added Contributor Covenant Code of Conduct to outline community standards and enforcement guidelines.",
"is_bot": false,
"headline": "Add Contributor Covenant Code of Conduct",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T09:26:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7124871742226d32d88de75025cfea55c07bb66",
"body": null,
"is_bot": false,
"headline": "fix: lint",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T09:23:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6cd177e393c48196fce3833e982ec7aea6ceedf",
"body": null,
"is_bot": false,
"headline": "chore: clean up",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T09:20:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d857a3389d0681c3706197ba107d11c762db89db",
"body": "…bage collection timing",
"is_bot": false,
"headline": "feat: add gcLastRun property to NgHttpCachingService for improved gar…",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T08:05:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "535610c961a3a6d7c35d1eea30ac339d7dfbedba",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 21.0.9",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T06:06:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65d14a5588742a4f6843a8f0624c9364e0a72fb5",
"body": null,
"is_bot": false,
"headline": "21.0.9",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T06:05:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d105c674951549072b464329f74833f43d797937",
"body": "…entries",
"is_bot": false,
"headline": "fix: improve request serialization and add error handling for cached …",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T06:00:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cdb3a919c1e75508001349620460fe11498bc3d",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 21.0.8",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T05:36:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75ed1d30c39202c8d7c4135ccc7f414df597c32c",
"body": null,
"is_bot": false,
"headline": "21.0.8",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T05:35:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a24ce10950c60a19a84e9f02f141993f2819d8dd",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 21.0.7",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T05:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df58e19ffd40584bb100a74010a49872bd7e463e",
"body": null,
"is_bot": false,
"headline": "21.0.7",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-22T05:34:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88937c688fb62b1f2d4c23086c3edb9d3c928cc9",
"body": "… cached",
"is_bot": false,
"headline": "fix: ensure pending requests are removed from queue after response is…",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-21T21:07:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54d6746beae28a846ba9050feb87add69eb2ea5e",
"body": null,
"is_bot": false,
"headline": "fix: ensure garbage collection lock is released after cache clearing",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-03-21T21:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e93c16aade759a5e8a3815a118304702c9d14c65",
"body": null,
"is_bot": false,
"headline": "feat: deploy",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-02-22T19:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d15c91a86c97b58f75d531d0e6493c8f2dfe0dba",
"body": null,
"is_bot": false,
"headline": "21.0.6",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-02-22T19:44:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c17c1dbd61e59fc51b3718fad29cf0fa308d3c89",
"body": null,
"is_bot": false,
"headline": "feat: clearCacheOnMutation",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-02-22T19:44:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee1510a071aca41317517f2d025e757d13a3ff78",
"body": null,
"is_bot": false,
"headline": "\"chore_cleanup_temp_files\"",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-02-22T17:51:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e5dc46988a129ccb9b26a3646fa7f1493baa4c7",
"body": null,
"is_bot": false,
"headline": "\"test_coverage_100_percent\"",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-02-22T17:51:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1a59a4530cd1fe6a0ad5dcae30dbb5272f6790a",
"body": null,
"is_bot": false,
"headline": "feat: add package.json for the ng-http-caching library.",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-02-22T17:38:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd8543d372ebe43c8490205b238d9c667f44e78a",
"body": null,
"is_bot": false,
"headline": "21.0.5",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-02-22T17:38:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26aebacbca68943cdf7c1c71502d749cb63acd94",
"body": null,
"is_bot": false,
"headline": "\"feat_refine_secondary_entry_point_and_fix_tests\"",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-02-22T17:34:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "426696357dd0f6de7f62d4cf2ae4085edfb5f86b",
"body": null,
"is_bot": false,
"headline": "feat: ng-simple-state",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-02-22T17:30:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a70102f8e622a755f761c70ea2189459b4d499ee",
"body": null,
"is_bot": false,
"headline": "feat: restartState on clear",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-02-22T17:28:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "228d90e5357140dfa5f0ea72673d6a108b5a4d7a",
"body": null,
"is_bot": false,
"headline": "feat: ng-simple-state storage adapter",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-02-22T17:17:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05f482e9966d5e81d87bbc4603b0b1a0acd357ab",
"body": null,
"is_bot": false,
"headline": "fix: update NgSimpleStateStoreConfig import to use type keyword",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-02-22T16:10:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c1292ec6392140c0160fea8e6eca2782362cb43",
"body": null,
"is_bot": false,
"headline": "fix: update import paths to use package name instead of relative paths",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-02-22T16:03:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "685f531cf7e48e125cf16b40888112f8d4359d49",
"body": null,
"is_bot": false,
"headline": "feat: ng-simple-state adapter",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-02-22T15:27:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "276aab984d98cb8e0f91b9cdf556012416dc889f",
"body": null,
"is_bot": false,
"headline": "fix: update version to 21.0.4 in package.json",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2025-12-12T08:17:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07801f69cd71ce84cd40ca055fdcf4275101f5ac",
"body": null,
"is_bot": false,
"headline": "21.0.4",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2025-12-12T07:45:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d0e42c36a38400d13e8cf4be85eac511e77e709",
"body": null,
"is_bot": false,
"headline": "fix: update version to 21.0.3 in package.json",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2025-12-12T07:42:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62c20c0ab58b017b49a8dd008729f5c84ea93481",
"body": null,
"is_bot": false,
"headline": "21.0.3",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2025-12-12T07:41:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0182374fafd531e027f87301b0765306a35e447",
"body": null,
"is_bot": false,
"headline": "fix: update version to 21.0.2 in package.json",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2025-12-12T07:40:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "795d7a0c574666354f7ab858d688619c9146915b",
"body": null,
"is_bot": false,
"headline": "21.0.2",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2025-12-12T07:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c1bf669dd83b7c5550a64d902f6e951e465f3d9",
"body": null,
"is_bot": false,
"headline": "chore: deprecated NgHttpCachingModule",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2025-12-08T07:29:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "deec2840618227b0d68f95a235d7b73f79f48192",
"body": null,
"is_bot": false,
"headline": "fix: deprecation",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2025-12-08T07:28:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd503763e4f72634034f4ecb10b6a614ae2f2e98",
"body": null,
"is_bot": false,
"headline": "fix: deprecation",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2025-12-08T07:25:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6d48560da92773cc8cf3ebecd72a29c5abf9132",
"body": null,
"is_bot": false,
"headline": "fix: update StackBlitz demo link to point to the correct file",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2025-12-07T15:06:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1884a7e883762556ce9b6a6f56caaf2731330534",
"body": null,
"is_bot": false,
"headline": "chore: update version to 21.0.1 in package.json",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2025-12-07T14:41:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08c7d0b46f5686c68288c9c185b85198c8d7c48c",
"body": null,
"is_bot": false,
"headline": "21.0.1",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2025-12-07T14:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec3c87ae1850536a7ab14232d46a35b131caa398",
"body": null,
"is_bot": false,
"headline": "feat: angular 21",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2025-12-07T14:40:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec7d36834c98d6e3e2bd60e2a40986eb55b506af",
"body": null,
"is_bot": false,
"headline": "fix: correct indentation in HTTP headers for clarity",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2025-08-04T17:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e868a90ea5cd314cd24ec78919fd999250213389",
"body": null,
"is_bot": false,
"headline": "feat: provide NgHttpCachingService in root injector",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2025-08-04T17:49:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53f14f84052bc7972bb18d3369bb08fe62aeb94a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/nigrosimone/ng-http-caching",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2025-08-03T13:21:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbeb25f758d3d2125497d47e3170bf63fddd526b",
"body": "…object literals",
"is_bot": false,
"headline": "feat: refactor NgHttpCachingStrategy and NgHttpCachingHeaders to use …",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2025-08-03T13:21:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9dfe421803894e43562371e2e5de186148f4a0f",
"body": null,
"is_bot": false,
"headline": "Update node.js.yml",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2025-06-22T12:13:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d19db99a4d919a22f5353bdd0ca59901870ddc86",
"body": null,
"is_bot": false,
"headline": "feat: update version to 20.0.1 in package.json",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2025-06-08T12:20:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49c23223a2edc9309de7429627baedf2a0a1b84e",
"body": null,
"is_bot": false,
"headline": "20.0.1",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2025-06-08T12:20:22Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 97,
"latest_release_at": "2026-07-22T06:16:49Z",
"latest_release_tag": "v22.1.0",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 9,
"days_since_latest_release": 8,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "ng-http-caching",
"exists": true,
"license": "MIT",
"keywords": [
"angular",
"cache",
"interceptor",
"network",
"http",
"client",
"http-client",
"header",
"headers",
"interact",
"configuration"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/ng-http-caching",
"is_deprecated": false,
"latest_version": "22.1.0",
"repository_url": "https://github.com/nigrosimone/ng-http-caching",
"versions_count": 63,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 15304,
"first_published_at": "2020-08-06T07:51:44.546000Z",
"latest_published_at": "2026-07-22T06:16:46.464000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 5,
"stars": 53,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2020-08-11",
"count": 1
},
{
"date": "2020-10-03",
"count": 1
},
{
"date": "2022-03-27",
"count": 1
},
{
"date": "2023-04-03",
"count": 1
},
{
"date": "2023-11-16",
"count": 1
}
],
"complete": true,
"collected": 5,
"total_forks": 5
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"examples/stackblitz/tsconfig.json",
"projects/ng-http-caching-demo/tsconfig.json",
"projects/ng-http-caching/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 70472,
"source_files_sampled": 34,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": "npm:ng-http-caching@22.1.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@angular/common",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^22.0.0"
},
{
"name": "@angular/compiler",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^22.0.0"
},
{
"name": "@angular/core",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^22.0.0"
},
{
"name": "@angular/forms",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^22.0.0"
},
{
"name": "@angular/platform-browser",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^22.0.0"
},
{
"name": "@angular/router",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^22.0.0"
},
{
"name": "rxjs",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.8.2"
},
{
"name": "tslib",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.8.1"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 6,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 16,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "nigrosimone",
"commits": 396,
"avatar_url": "https://avatars.githubusercontent.com/u/310077?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"node.js.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.mjs"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/23 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "41 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "8f05482c4764a28f6263452a5389e21f491ba154",
"ran_at": "2026-07-31T04:10:40Z",
"aggregate_score": 4.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-29T05:12:36Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-26T06:10:53Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/nigrosimone/ng-http-caching",
"host": "github.com",
"name": "ng-http-caching",
"owner": "nigrosimone"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 65 is calibrated to 75 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 65,
"calibrated": 75,
"calibration": "2026-08-02"
}
}
],
"value": 75,
"inputs": {
"security": 53,
"vitality": 76,
"community": 53,
"governance": 59,
"calibration": "2026-08-02",
"engineering": 84,
"ai_readiness": 59,
"weighted_overall_raw": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 76,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"commits_last_year": 97,
"human_commit_share": 0.99,
"days_since_last_push": 1,
"active_weeks_last_year": 9
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "97 commits in the last year",
"points": 17.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 97
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v22.1.0",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"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": "exceptional",
"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": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 53,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"forks": 5,
"stars": 53,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "53 stars",
"points": 27.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 53
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "5 forks",
"points": 5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 5
}
}
],
"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": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [],
"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": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 70,
"inputs": {
"packages": [
"ng-http-caching"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 15304
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "15,304 downloads/month across npm",
"points": 55.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 15304,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 59,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 83,
"inputs": {
"merged_prs": 6,
"open_issues": 0,
"closed_issues": 16,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "6/6 decided PRs merged",
"points": 30,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 6
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/23 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"followers": 47,
"owner_type": "User",
"is_verified": null,
"owner_login": "nigrosimone",
"public_repos": 57,
"account_age_days": 5884
},
"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": "47 followers of nigrosimone",
"points": 12.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 47,
"login": "nigrosimone"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "57 public repos, account ~16 yr old",
"points": 24.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 57
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"ng-http-caching"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 8
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "63 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 63
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "excellent",
"name": "Engineering Quality",
"value": 84,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"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": "eslint.config.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"angular",
"cache",
"angular2"
],
"has_wiki": true,
"homepage": "https://www.npmjs.com/package/ng-http-caching",
"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": "https://www.npmjs.com/package/ng-http-caching",
"points": 15,
"status": "met",
"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": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"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": "moderate",
"name": "Security",
"value": 53,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 41,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/23 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 1,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "41 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:ng-http-caching@22.1.0 runtime dependency closure — what installing the published package pulls in — 1 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:ng-http-caching@22.1.0",
"assessed": 1
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"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": 1,
"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
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 59,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.818,
"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": "81 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 81,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"examples/stackblitz/tsconfig.json",
"projects/ng-http-caching-demo/tsconfig.json",
"projects/ng-http-caching/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0.07,
"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": "eslint.config.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "examples/stackblitz/tsconfig.json, projects/ng-http-caching-demo/tsconfig.json, projects/ng-http-caching/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples/stackblitz/tsconfig.json, projects/ng-http-caching-demo/tsconfig.json, projects/ng-http-caching/tsconfig.json, tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "7 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 7,
"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 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 70472,
"source_files_sampled": 34,
"oversized_source_files": 1
},
"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": "1/34 source files over 60KB",
"points": 53.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 34,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"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? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library",
"application"
],
"labels": [
"library",
"web-ui"
],
"scores": {
"web-ui": 4,
"library": 8
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:npm",
"weight": 6
},
{
"tier": "dependencies",
"label": "web-ui",
"source": "dep:@angular/core",
"weight": 4
},
{
"tier": "tags",
"label": "library",
"source": "tag:http-client",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": true,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-31T04:10:50.845205Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/nigrosimone/ng-http-caching.svg",
"full_name": "nigrosimone/ng-http-caching",
"license_state": "standard",
"license_spdx": "MIT"
}