Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 8444,
"has_wiki": true,
"homepage": null,
"languages": {
"Shell": 103,
"JavaScript": 39196,
"TypeScript": 344227
},
"pushed_at": "2026-06-10T15:02:58Z",
"created_at": "2026-03-23T21:41:17Z",
"owner_type": "User",
"updated_at": "2026-06-10T15:07:19Z",
"description": "Hardened fork of eshaham/israeli-bank-scrapers (upstream base v6.7.4). Scrapers for Israeli banks and credit card companies.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"JavaScript"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "HirezRa",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/43018322?v=4",
"created_at": "2018-09-05T22:57:20Z",
"is_verified": null,
"public_repos": 8,
"account_age_days": 2881
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "hirez-v1.0.28",
"kind": "other",
"published_at": "2026-06-10T15:02:59Z"
},
{
"tag": "hirez-v1.0.27",
"kind": "other",
"published_at": "2026-06-10T14:14:49Z"
},
{
"tag": "hirez-v1.0.26",
"kind": "other",
"published_at": "2026-06-10T13:24:45Z"
},
{
"tag": "hirez-v1.0.25",
"kind": "other",
"published_at": "2026-06-10T11:31:06Z"
},
{
"tag": "hirez-v1.0.24",
"kind": "other",
"published_at": "2026-05-18T03:41:30Z"
},
{
"tag": "hirez-v1.0.23",
"kind": "other",
"published_at": "2026-05-16T17:31:46Z"
},
{
"tag": "hirez-v1.0.22",
"kind": "other",
"published_at": "2026-05-16T16:19:43Z"
},
{
"tag": "hirez-v1.0.21",
"kind": "other",
"published_at": "2026-05-16T10:55:28Z"
},
{
"tag": "hirez-v1.0.20",
"kind": "other",
"published_at": "2026-05-15T06:54:43Z"
},
{
"tag": "hirez-v1.0.19",
"kind": "other",
"published_at": "2026-05-12T04:14:35Z"
},
{
"tag": "hirez-v1.0.18",
"kind": "other",
"published_at": "2026-05-11T08:51:02Z"
},
{
"tag": "hirez-v1.0.17",
"kind": "other",
"published_at": "2026-05-10T03:28:29Z"
},
{
"tag": "hirez-v1.0.16",
"kind": "other",
"published_at": "2026-05-10T03:16:24Z"
},
{
"tag": "hirez-v1.0.15",
"kind": "other",
"published_at": "2026-05-09T12:53:46Z"
},
{
"tag": "hirez-v1.0.14",
"kind": "other",
"published_at": "2026-05-07T20:31:32Z"
},
{
"tag": "hirez-v1.0.13",
"kind": "other",
"published_at": "2026-05-07T20:12:03Z"
},
{
"tag": "hirez-v1.0.12",
"kind": "other",
"published_at": "2026-05-07T19:04:47Z"
},
{
"tag": "hirez-v1.0.11",
"kind": "other",
"published_at": "2026-05-07T05:45:17Z"
},
{
"tag": "hirez-v1.0.10",
"kind": "other",
"published_at": "2026-04-28T22:24:41Z"
},
{
"tag": "hirez-v1.0.9",
"kind": "other",
"published_at": "2026-04-27T04:24:04Z"
},
{
"tag": "hirez-v1.0.8",
"kind": "other",
"published_at": "2026-04-27T04:02:24Z"
},
{
"tag": "hirez-v1.0.7",
"kind": "other",
"published_at": "2026-04-13T06:41:01Z"
},
{
"tag": "v1.0.6",
"kind": "patch",
"published_at": "2026-03-24T05:14:05Z"
}
],
"recent_commits": [
{
"oid": "a36bc3ca79403fabc329fea4adb5394e830e09b8",
"body": "…ce (#47)\n\n* ci(release): never fail on npm auth; gate publish on whoami so GitHub release always runs\n\nNPM_TOKEN in the npm-publish environment is present but unauthorized (npm whoami -> E401), so the auth step kept failing and skipped semantic-release. The step now records npm_ok via GITHUB_OUTPUT\n[…]\nss config in local security:scan\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n---------\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(security): pre-commit gates, CI secret scan, and release resilien…",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-06-10T15:01:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "eb3002015b040f7de26b4469aa15c8b88e2a2592",
"body": "… fetchPost parse errors (#50)\n\n- GetFrameStatus / getClearanceRequests / getCardTransactionsDetails retried up to 3x with linear backoff; monthly soft failures (statusCode !== 1) retryable too.\n\n- Pending (clearance) transactions are best-effort: hard fetch failure degrades to null instead of faili\n[…]\nts at 2026-06-10T13:28-13:30Z with 'Unexpected end of JSON input' during fetch_transactions.\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(visa-cal): retry transient API failures with backoff; informative…",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-06-10T14:13:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "163a6b5baa4a59c83275ba5b91c3f372fd0b0072",
"body": "…(#49)\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chore(release): align package.json/README/CHANGELOG to hirez-v1.0.26 …",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-06-10T13:30:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "884f05fcaae2d496413bd900573ab010c1c369bf",
"body": "…ldestDateToken, widest statement scope (#48)\n\n- enforceYahavStatementLoaded: only flag incomplete when the from-date filter is not reflected on screen (fromDateApplied); a complete statement whose oldest txn is newer than the requested from-date is no longer rejected.\n\n- oldestDateToken: chronologi\n[…]\n3-months > current-month (was current-month first, starving coverage on 90-180 day windows).\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(yahav): correct statement-enforce false negative, chronological o…",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-06-10T13:23:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "eb03a956f2a3396b6806157a224b559dca0cb677",
"body": "NPM_TOKEN in the npm-publish environment is present but unauthorized (npm whoami -> E401), so the auth step kept failing and skipped semantic-release. The step now records npm_ok via GITHUB_OUTPUT and never exits non-zero; npm publish steps are gated on npm_ok==true. semantic-release (GitHub release + tag) runs regardless of npm availability.\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "ci(release): never fail on npm auth so GitHub release always runs (#46)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-06-10T11:30:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0f50d0a168f6c0b18eb5b821100f922f4071c12a",
"body": "…eated (#45)\n\nThe Verify npm authentication step exited 1 when NPM_TOKEN was absent, which skipped semantic-release and prevented the GitHub release/tag from being created. Now it warns instead, and the npm publish steps are gated on NODE_AUTH_TOKEN so the GitHub release still publishes while npm publish is skipped gracefully.\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "ci(release): make missing NPM_TOKEN non-fatal so GitHub release is cr…",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-06-10T11:23:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "381212a3c4b41c8504b7629045ab942c2b5169cc",
"body": "…#44)\n\nPort upstream eshaham v6.7.5 (#1117, ddec311): Leumi change-password modal detection. Bump upstreamSync to v6.7.5 and fork line to 1.0.25.",
"is_bot": false,
"headline": "fix(leumi): detect new change-password modal (sync upstream v6.7.5) (…",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-06-10T11:19:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11a68da3751f580947e9acb83db8abb3eb54ce05",
"body": "Co-authored-by: HirezRa <hirez@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(release): trigger semantic-release for hirez-v1.0.24 (#43)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-18T03:40:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39c13d028b778953a38d29d742652ff0932da6a6",
"body": "Co-authored-by: HirezRa <hirez@users.noreply.github.com>",
"is_bot": false,
"headline": "style(yahav): prettier format for release CI (#42)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-18T03:38:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cee120c97f935d9ff6d9066bfaaad4f77c889375",
"body": "* fix(yahav): tolerate scope label drift and widen row collection\n\nAvoid false strict failures when Yahav keeps scope label as '???' despite a fully loaded statement, and add broader fallback row collection for host-app DOM variants.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n* fix(yahav): re\n[…]\n<cursoragent@cursor.com>\n\n---------\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>\nCo-authored-by: HirezRa <hirez@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(yahav): viewport + searchByDates debug logs (hirez-v1.0.24) (#41)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-18T03:35:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0e12db58a8acba7afd12e39553ce8bcc4b8c4e41",
"body": "…s (#40)\n\n* fix(yahav): tolerate scope label drift and widen row collection\n\nAvoid false strict failures when Yahav keeps scope label as '???' despite a fully loaded statement, and add broader fallback row collection for host-app DOM variants.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n* fix(\n[…]\nduction-like Yahav verification.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n---------\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(yahav): report coverage diagnostics and suspicious partial result…",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-16T17:30:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "51c4f05c6a50f36a320b32f05feac1d2988563ca",
"body": "Avoid false strict failures when Yahav keeps scope label as '???' despite a fully loaded statement, and add broader fallback row collection for host-app DOM variants.\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(yahav): tolerate scope label drift and widen row collection (#39)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-16T16:18:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e367ca02924a88f4ce4a04e906c801fbf887692e",
"body": "Branch rules require PRs; git plugin blocked hirez-v1.0.21. Tags and npm publish proceed without version commit to master.\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(ci): drop semantic-release git push to protected master (#38)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-16T10:54:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2fa62e1c91103db5c573f57b3c21dfefa0afadf2",
"body": "Co-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(ci): install semantic-release stack before release action (#37)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-16T10:52:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1f1919370f8b4740f44d20975dca86b4499ffb8d",
"body": "Ensure #/main/accounts/current/, scope away from בחר preview, assert from/to inputs, and retry until min rows or strict error. Document YAHAV_STRICT_STATEMENT and YAHAV_MIN_STATEMENT_ROWS.\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(yahav): enforce statement scope and dates in host apps (#36)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-16T10:33:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3973ab3328f8f774fa554f44d97861aba93e310f",
"body": "Co-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "docs: align npm recovery example with hirez-v1.0.20 (#35)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-15T16:14:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1f02bb508fb9a8a2257a7ef9394b5749f4b71368",
"body": "- Add @semantic-release/git + extra_plugins so package.json/lock match npm after each release ([skip ci])\n- Bump package version and lockfile root to 1.0.20; document in CHANGELOG/README\n- CONTRIBUTING: Actions bypass note for protected master; npm TLS cafile hint\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chore(release): sync 1.0.20 + semantic-release-git commits (#NN)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-15T07:01:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1c9b998c230d7936c2a232aa7f2b8729a007fada",
"body": "…ty) (#33)\n\n- Expand statement scope, commit custom range via calendar cells and keyboard input\n- Close datepickers so filters apply; avoid toolbar nudges that shift month backward\n- ESLint: remove unnecessary cast; fix prototype setter call for unbound-method\n- Docs and CHANGELOG; live utils scripts; gitleaks + security scan scripts + audit note\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(yahav): statement date range matches bank UI (19-transaction pari…",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-15T06:53:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5f50e1187aacf72754ec6a2f36f3171ac9e1840e",
"body": "Yahav strict dates, referenceNumber, virtualized list collection, yahav-parse.",
"is_bot": false,
"headline": "fix(yahav): v1.0.19 strict dates, referenceNumber, list collection",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-12T04:13:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13e3fccf145dbc54c4450615c98551512228069c",
"body": "Align workspace with published @hirez10/israeli-bank-scrapers@1.0.18 and hirez-v1.0.18.\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "docs: sync package and changelog with npm 1.0.18 (#31)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-11T08:58:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b904bd60c8911c20e6f23d5b1ac22eb092350508",
"body": "…nd calendar (#30)\n\nScroll statement rows until stable; parse columns via yahav-parse.ts; set from/to inputs; skip pmu-disabled days; optional Hebrew search button; YAHAV_DEBUG_DOM. Add docs/YAHAV_SCRAPER.md, README window wording, CHANGELOG 1.0.17. Ignore finance-app-logs*.json exports.\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(yahav): virtualized list scroll, row parsing module, date range a…",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-11T08:49:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3709ecc4da0e388bfa2a924ddc7641a55018ee7d",
"body": "Remove scripts/yahav-live-check.cjs and npm script; ignore path for optional local copies. Update README/CHANGELOG. No secrets were in the file; smoke-test helper only.\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(security): remove yahav-live-check script from repository (#29)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-10T03:27:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b18b989be094ecb4adf85b72b25d3ee705eaa30a",
"body": "Co-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(release): trigger semantic-release for hirez-v1.0.16 (#28)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-10T03:15:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "78b2b23eba64e5d1f99c552b29df26a618852f9f",
"body": "* docs: sync semver and changelog with GitHub release hirez-v1.0.15\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n* chore(release): bump package to 1.0.16 and sync documentation\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n---------\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chore(release): package 1.0.16 and documentation sync (#27)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-10T03:11:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ca59b62e9efbca95551fbad6e2821de632aa3289",
"body": "Real-account live checks showed login success but fetch timeout when calendar popup was absent. Add date-input fallback, stage-labelled errors, and a secure local live-check command with hidden prompt and local env loading.\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(yahav): support input-based date filter layouts (#25)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-09T12:52:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2daeb3b85436e1ad46b25fc7b014c11cdf134b8d",
"body": "- npm update within semver; document refresh in CHANGELOG, README, CONTRIBUTING\n- Raise package.json floors (puppeteer, prettier, @types/node, typescript-eslint)\n- Fix new @typescript-eslint/no-unnecessary-type-assertion; drop unused visa-cal import\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(deps): refresh lockfile, bump floors, align typescript-eslint (#24)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-07T20:30:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "54920459be2f548cf28d36836ca6a463561be93f",
"body": "waitUntilElementDisappear on missing .loading-bar-spinner can exhaust default timeout. Gate spinner waits on element presence (waitYahavLoadingSpinnerGoneIfPresent). Document in CHANGELOG.\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(yahav): avoid 30s timeout when loading spinner absent (#23)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-07T20:11:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "015d184f64e3829cdec47992412ac7e8c45e87f9",
"body": "Avoid visible-only wait on compound selector; fallback to .statement-options date-picker; wait for loading spinner after statement header. Document flow in CHANGELOG.\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(yahav): wait for date-picker in DOM and scroll before click (#22)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-07T19:03:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7a4efd4b34657e23dbed00ccbc4d8c5db59405e9",
"body": "Replace brittle div.date-options-cell:nth-child(7) with first cell containing date-picker. Document symptom, cause, and fix in CHANGELOG.md and README (Yahav). Ship CHANGELOG in npm package files.\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(yahav): resilient from-date picker after layout change (#21)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-05-07T05:43:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a3fda98cc856e38a8de731b8d0b7ba10d761c0a7",
"body": "* fix(release): repair npm publish flow and align fork metadata\n\n* release.yml: verify npm whoami early; drop --provenance from publish\n (NPM_CONFIG_PROVENANCE=false) so token-based publish does not fail\n with EUSAGE/E404; rename publish steps for clarity.\n* package.json: keep upstream base v6.7.4\n[…]\nR can reintroduce a core variant under the `@hirez10` scope\n(`@hirez10/israeli-bank-scrapers-core`) if needed.\n\nMade-with: Cursor\n\n---------\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>",
"is_bot": false,
"headline": "chore(release): drop core variant publish from release workflow (#20)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-04-28T22:28:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c86548dbf9fdf56de23d0fe7e3428a3d4b1d9575",
"body": "* fix(release): repair npm publish flow and align fork metadata\n\n* release.yml: verify npm whoami early; drop --provenance from publish\n (NPM_CONFIG_PROVENANCE=false) so token-based publish does not fail\n with EUSAGE/E404; rename publish steps for clarity.\n* package.json: keep upstream base v6.7.4\n[…]\ny npm authentication\" to after Setup Node.js + npm upgrade,\nand rely on the .npmrc that setup-node provisions.\n\nMade-with: Cursor\n\n---------\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(ci): run npm whoami after setup-node (#19)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-04-28T22:23:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bbe83806f7658ae5a9a77bf8057f9a9e2337f74f",
"body": "* release.yml: verify npm whoami early; drop --provenance from publish\n (NPM_CONFIG_PROVENANCE=false) so token-based publish does not fail\n with EUSAGE/E404; rename publish steps for clarity.\n* package.json: keep upstream base v6.7.4 in description; add scripts\n for sync:upstream / sync:upstream:\n[…]\nsh recovery\" runbook for the\n case where GitHub release is ahead of npm.\n* gitignore: ignore *.code-workspace IDE files.\n\nMade-with: Cursor\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(release): repair npm publish flow and align fork metadata (#18)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-04-28T22:22:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "896adc8711cea3099c4ba641627a7416c53aefe6",
"body": "Made-with: Cursor\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: trigger npm publish after GitHub release v1.0.8 (#17)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-04-27T04:22:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dd7da1b8142aec7510f0639406244c0e4f07c4b",
"body": "Made-with: Cursor\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>",
"is_bot": false,
"headline": "chore: trigger release to sync npm with GitHub (post v1.0.8 tag) (#16)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-04-27T04:20:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0722b33c92929e4910db75ade637659443d20dc",
"body": "- upstreamSync v6.7.4 (847f5f7); README upstream section and npm version paragraph\n\n- npm audit fix for transitive basic-ftp (high)\n\nMade-with: Cursor\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(visa-cal): sync change password detection from upstream v6.7.4 (#15)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-04-27T04:01:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1eccf1ef6572bc896ce144c7e907c1a7f8d12c73",
"body": "* fix: resolve npm audit vulnerabilities\n\nRun npm audit fix to patch transitive dependencies:\n- ajv 6.12.6 → 6.14.0 (ReDoS with $data option)\n- basic-ftp 5.0.5 → 5.2.0 (path traversal in downloadToDir)\n- brace-expansion 1.1.12 → 1.1.13, 2.0.2 → 2.0.3 (zero-step hang)\n- flatted 3.3.3 → 3.4.2 (recursi\n[…]\n<36034483+daniel-hauser@users.noreply.github.com>\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\nCo-authored-by: Fork Sync <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "Sync upstream master + fork CI/release (#14)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-04-13T18:06:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d51d7edf8400b5452f89c2accd019b5001f0254a",
"body": "…pty (#13)\n\nMade-with: Cursor\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>",
"is_bot": false,
"headline": "ci(release): only set NODE_AUTH_TOKEN when NPM_TOKEN secret is non-em…",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-04-13T06:39:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11f15b7a2558145382926ee5725ef669166603cb",
"body": "Made-with: Cursor\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>",
"is_bot": false,
"headline": "ci(release): use NPM_TOKEN for npm publish to scoped package",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-04-13T06:36:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cb3a57e2f2d4b4d9e847a0503ceb324aadcf146",
"body": "Made-with: Cursor\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(release): publish as @hirez10/israeli-bank-scrapers (npm 1.0.7)",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-04-13T06:30:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c25e52c7dce8f459ebf0310b60dab84251a50048",
"body": "Made-with: Cursor\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(ci): point semantic-release at fork repo for branch up-to-date check",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-04-13T06:10:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0a9eea224245e42696901c900e40ee2de2567ce",
"body": "Fix semantic-release skip: checkout -B from origin after fetch.",
"is_bot": false,
"headline": "ci(release): align local branch before semantic-release",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-04-13T06:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50d12b8b3bcb7ef3ccf1321ad0ede40bf1cc0d5c",
"body": "Ignore upstream v6.x tags; npmPublish false (workflow publishes). Tag hirez-v1.0.6 marks last 1.0.6 baseline.",
"is_bot": false,
"headline": "chore(release): use hirez-v tag prefix for semantic-release",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-04-13T05:57:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1f4792c2110a6733f106e3d18ad19a4bf758612",
"body": "Fixes npm publish being skipped: semantic-release needs tags (e.g. v1.0.6) to compute next version.",
"is_bot": false,
"headline": "ci(release): fetch full git history and tags for semantic-release",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-04-13T05:54:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "400adaa8f9247cd9503bdb0474e6cb817044dcd3",
"body": "…dening\n\nBump package.json and README to 1.0.7. Triggers semantic-release for npm publish.",
"is_bot": false,
"headline": "fix(fork): release v1.0.7 after upstream v6.7.3 sync and security har…",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-04-13T05:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3b90d5ab511bdb325bcbb4a055bef65bc3fbf93",
"body": "Linear integration of eshaham/israeli-bank-scrapers v6.7.3 (59ecc99) with hardened fork: SECURITY.md, security-runtime, upstreamSync, npm 1.0.6, publish tarball cleanup, CI lint heap. Merged origin/master README lineage for clean PR.",
"is_bot": false,
"headline": "Sync upstream v6.7.3 and fork security hardening",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-04-13T05:44:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aabaea76ccb91ae3a5404b11ffd824ba1a85db14",
"body": "Made-with: Cursor\n\nCo-authored-by: HirezRa <HirezRa@users.noreply.github.com>",
"is_bot": false,
"headline": "docs: README for hardened fork npm package",
"author_name": "HirezRa",
"author_login": "HirezRa",
"committed_at": "2026-03-24T05:13:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "927e1db38a6358dc17c946493117d2871ed787ba",
"body": null,
"is_bot": false,
"headline": "fix(mizrahi): fix transaction identifier (#1052)",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2026-01-30T13:45:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87352881333ffc1450aadc86657409ff82799e03",
"body": "Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Update src/scrapers/mizrahi.ts",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2026-01-30T13:34:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "10af49334446c79451db8b3834095d71c2f90113",
"body": null,
"is_bot": false,
"headline": "fix(mizrahi): fix transaction identifier",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2026-01-30T13:02:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7b5144aa99c821594945fefbdc22f9e2e7db9c4",
"body": "…n (#1046)",
"is_bot": false,
"headline": "feat(raw-transaction): cleaner raw payload with additional informatio…",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2026-01-21T19:16:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13c0327b1d8b26ef485c5f57ef1f244833f4a7a2",
"body": null,
"is_bot": false,
"headline": "feat: support additionalInformation in rawTransaction",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2026-01-21T13:34:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79ceceb2581662d5b0f65c49526b9d8c55be1efd",
"body": null,
"is_bot": false,
"headline": "feat: remove empty keys from raw transaction data",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2026-01-21T13:29:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c8578d0113a80ae5da87fb495a1c022599e8a2a",
"body": "Co-authored-by: Test User <test@example.com>",
"is_bot": false,
"headline": "fix(leumi): scrape fails on login page scraper:leumi (#1042)",
"author_name": "Amir Geri",
"author_login": "geriamir",
"committed_at": "2026-01-16T14:10:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16e604448014425c7f88634e89c161edf4b2a5bc",
"body": "…per (#1033)\n\nCo-authored-by: lisandro.l <lisandro.l@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: add support for 'חלוקת חיוב חודשי' transaction type in Max scra…",
"author_name": "lisandrolan",
"author_login": "lisandrolan",
"committed_at": "2026-01-09T14:35:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77bddbbb115f2949e52ecc4c20355401ace66236",
"body": "…041)",
"is_bot": false,
"headline": "fix(visa-cal): cannot read properties of null ('bankIssuedCards') (#1…",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2026-01-09T08:56:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07e7e34611176b23b04a03befaaa51df1d2bb9eb",
"body": "Simplified CardLevelFrame and FramesResponse interfaces by removing the [key: string]: unknown index signatures since we only access the explicitly defined properties.\n\nCo-authored-by: daniel-hauser <36034483+daniel-hauser@users.noreply.github.com>",
"is_bot": true,
"headline": "Remove unnecessary index signatures from type definitions",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-01-09T08:29:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c17d963ba98f66234a150bbba0391a66de0eee34",
"body": "Co-authored-by: daniel-hauser <36034483+daniel-hauser@users.noreply.github.com>",
"is_bot": true,
"headline": "Simplify balance calculation using nullish coalescing",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-01-09T08:13:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b4e29c7fff9eff269e2d5ba798b2ca5479b1c08",
"body": "- Added CardLevelFrame and FramesResponse interfaces to properly type the frames API response\n- Updated fetchPost to support generic type parameters\n- Made result, bankIssuedCards, and cardLevelFrames optional in the type definitions\n- Fixed balance calculation to handle undefined frame.nextTotalDebit safely\n\nCo-authored-by: daniel-hauser <36034483+daniel-hauser@users.noreply.github.com>",
"is_bot": true,
"headline": "Add TypeScript types for frames API response and fix balance calculation",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-01-09T08:12:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42ea761729559b1a7820291423536497e70a2081",
"body": "… to frames.result\n\nCo-authored-by: daniel-hauser <36034483+daniel-hauser@users.noreply.github.com>",
"is_bot": true,
"headline": "Fix null reading error in visaCal scraper by adding optional chaining…",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-01-09T07:59:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "145a7a95c29efddbc54d73763dcc860bc2000e54",
"body": null,
"is_bot": true,
"headline": "Initial plan",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-01-09T07:56:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6159f58a710bcc97ba9c509c5dc5c68d9c41cc43",
"body": null,
"is_bot": false,
"headline": "ci: update permissions in release workflow (#1038)",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2026-01-08T20:27:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d93a87e0db7ed42788227c09179d07fd5781ecc",
"body": null,
"is_bot": false,
"headline": "infra: update permissions in release workflow",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2026-01-08T20:22:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d33de760c2bc6190d07716658f284277f3c8c14f",
"body": null,
"is_bot": false,
"headline": "fix(visa-cal): scraper crash when bankIssuedCards is null (#1037)",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2026-01-08T20:11:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d9ab7dca4680f455997552af19a20d89d44cc8b",
"body": null,
"is_bot": false,
"headline": "feat: add option to include raw transaction data (#1031)",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2026-01-08T20:11:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12ece1407d60ad53fdcab175d76c7ffea9b144ed",
"body": "Co-authored-by: daniel-hauser <36034483+daniel-hauser@users.noreply.github.com>",
"is_bot": true,
"headline": "Fix visa-cal scraper to handle missing bankIssuedCards safely",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-01-08T14:40:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef97e3102293047d27ace7d513aedcd5038d92c4",
"body": null,
"is_bot": true,
"headline": "Initial plan",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-01-08T14:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ed8a9f3c0384bcbc7cd89c3ca23b40eb9a1b093",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into feat/add-raw-tx",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2026-01-08T07:19:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e16c83e45fe5bf375dcd84fce44bbdade078d426",
"body": null,
"is_bot": false,
"headline": "run npm istall updates the package-lock (#1035)",
"author_name": "Baruch Odem (Rothkoff)",
"author_login": "baruchiro",
"committed_at": "2026-01-08T06:40:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd62e9c2e332d6e407307696ad30f43808b188aa",
"body": "Co-authored-by: Baruch Odem <baruchiro@gmail.com>",
"is_bot": false,
"headline": "fix(hapoalim): only scrape account if it is an active account (#1022)",
"author_name": "David Connack",
"author_login": "DavidConnack",
"committed_at": "2026-01-08T06:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08a48066ab8f72205a4721195c9d09e6fa263d7c",
"body": null,
"is_bot": false,
"headline": "refactor(max): update LOGIN_URL to point to the login page (#1005)",
"author_name": "Erik Ashepa",
"author_login": "erikash",
"committed_at": "2026-01-05T07:20:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3be4eee4bb147a86f6b8c65e47872e996b923d1e",
"body": null,
"is_bot": false,
"headline": "fix(discount): support new redirect url (#1025)",
"author_name": "dankonsdev",
"author_login": "dankonsdev",
"committed_at": "2026-01-05T06:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2e6382561049b7f9af3347b2c839bf878905704",
"body": null,
"is_bot": false,
"headline": "feat: add raw transaction data in transaction conversion across scrapers",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2026-01-04T17:23:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "821de802cc3782f2b52684b251549ff3f5cab723",
"body": "…aper options",
"is_bot": false,
"headline": "feat: add option to include raw transaction data for debugging in scr…",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2026-01-04T17:21:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e1891977bf0955f49b3e8aa45e6977596276cfd",
"body": "setup-node installs Node to a user directory, so npm global\npackages must be installed without sudo to use the same location.\nUsing sudo updates the system npm instead of setup-node's npm.",
"is_bot": false,
"headline": "ci: add npm upgrade step without sudo for OIDC support",
"author_name": "Elad Shaham",
"author_login": "eshaham",
"committed_at": "2026-01-04T12:14:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d45a41e7896aafdf172c0f60f274c0760e4f8271",
"body": null,
"is_bot": false,
"headline": "build: upgrade to Node.js 22.12.0 for npm OIDC support",
"author_name": "Elad Shaham",
"author_login": "eshaham",
"committed_at": "2026-01-04T11:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "609a1375f83ed769d335ae8c552aef4771a474a3",
"body": null,
"is_bot": false,
"headline": "ci: add npm version check and publishConfig for OIDC",
"author_name": "Elad Shaham",
"author_login": "eshaham",
"committed_at": "2026-01-04T10:58:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe97a1f7224d3e2e79fb9a266d109b11f823b33c",
"body": null,
"is_bot": false,
"headline": "ci: add registry-url and clear NODE_AUTH_TOKEN for OIDC",
"author_name": "Elad Shaham",
"author_login": "eshaham",
"committed_at": "2026-01-04T10:20:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fbbcea1c2d0edba051c098a4a451a100420c1ae",
"body": null,
"is_bot": false,
"headline": "ci: remove registry-url from setup-node for OIDC",
"author_name": "Elad Shaham",
"author_login": "eshaham",
"committed_at": "2026-01-04T10:10:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4da524eb8745d81bf18fce3866c9fe69777c4392",
"body": null,
"is_bot": false,
"headline": "build: upgrade Node.js to v20.17.0 for npm OIDC support",
"author_name": "Elad Shaham",
"author_login": "eshaham",
"committed_at": "2026-01-04T09:40:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e02f4b71aac5eed828ca781f46109f5d0e86a93f",
"body": null,
"is_bot": false,
"headline": "ci: remove registry-url from setup-node for OIDC publishing",
"author_name": "Elad Shaham",
"author_login": "eshaham",
"committed_at": "2026-01-04T09:31:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d070d26e76333f76b16a6a6d3425f379a7d4c84d",
"body": null,
"is_bot": false,
"headline": "ci: trigger fresh workflow run",
"author_name": "Elad Shaham",
"author_login": "eshaham",
"committed_at": "2026-01-04T09:23:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaefd6e81e0323de8d15feaf018180b14e85af4b",
"body": null,
"is_bot": false,
"headline": "ci: add sudo for global npm install in release workflow",
"author_name": "Elad Shaham",
"author_login": "eshaham",
"committed_at": "2026-01-04T08:41:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebca7b3bb6f74894bf715664ae11d05e4093ac22",
"body": "Co-authored-by: Baruch Odem (Rothkoff) <baruchiro@gmail.com>",
"is_bot": false,
"headline": "ci: migrate npm publishing to OIDC trusted publishing (#1019)",
"author_name": "Elad Shaham",
"author_login": "eshaham",
"committed_at": "2026-01-04T08:10:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c549659470ac86e77219a150c0bd2d3c6469d3dc",
"body": "Co-authored-by: Baruch Odem (Rothkoff) <baruchiro@gmail.com>",
"is_bot": false,
"headline": "feat(visa-cal): integrate frame (misgeret) data into fetchData (#1020)",
"author_name": "Tomer Horowitz",
"author_login": "tomerh2001",
"committed_at": "2026-01-04T07:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55531f7332acd0497eae5eb4707fb44d9c482d39",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into patch-1",
"author_name": "Erik Ashepa",
"author_login": "erikash",
"committed_at": "2025-12-30T05:54:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e365d1b00e849a56c60b8482571de65d5f692b03",
"body": null,
"is_bot": false,
"headline": "fix(visa-cal): improve token waiting (#1014)",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2025-12-03T20:26:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16ef1f54fb045ebc91560472b56ed4899d728e03",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into fix/visaCal/auth",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2025-12-03T19:21:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0009ce212725abcabe1c9304aed6179bef024254",
"body": "…015)",
"is_bot": false,
"headline": "refactor(waitUntil): use utility-types to enforce non-falsy types (#1…",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2025-12-03T19:21:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5743f125c79fa63c82ddd1355ecc1880edefbd2e",
"body": "… (#992)",
"is_bot": false,
"headline": "refactor(visa-cal): replace fetchPostWithinPage with fetchPost bugfix…",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2025-12-03T18:36:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e75d2de57f5e0652e2aa2e78a0364cd71d7ecafc",
"body": null,
"is_bot": false,
"headline": "lint",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2025-12-03T18:10:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "107990a727dcee4882d129d033c56b5616515be2",
"body": null,
"is_bot": false,
"headline": "Apply suggestions from code review",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2025-12-03T17:41:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5043879b0287ecdb749f9489a84cf01b65d3833c",
"body": null,
"is_bot": false,
"headline": "Apply suggestion from @daniel-hauser",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2025-12-03T17:36:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f375379ac769501672b38091138706cbb936e456",
"body": null,
"is_bot": false,
"headline": "Apply suggestion from @daniel-hauser",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2025-12-03T17:33:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56a8b0999917c192fbd56baaaa8c073a7b807aed",
"body": null,
"is_bot": false,
"headline": "Apply suggestions from code review",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2025-12-03T17:32:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2938c99fa920f572018d03deb06b9dcb3184cfa9",
"body": "Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Update src/scrapers/visa-cal.ts",
"author_name": "RoiSec",
"author_login": "roisec",
"committed_at": "2025-12-03T17:01:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6bfe56d85895bc911acb3fcab3ad1381ac7b9b06",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into master",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2025-12-03T16:53:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a8668b4a21ff8426ec1f50bbd546e2d74f5c54e",
"body": null,
"is_bot": false,
"headline": "fix(isracard): remove debug import and enable (#1016)",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2025-12-03T11:16:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdb7dc47a70728c46b1141ca315fb7e81de3a80b",
"body": null,
"is_bot": false,
"headline": "refactor(isracard): remove debug import and enable",
"author_name": "Daniel Hauser",
"author_login": "daniel-hauser",
"committed_at": "2025-12-03T11:13:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c3ff723eacc9a77d97a206b12f54cb84cec604b",
"body": "Co-authored-by: daniel-hauser <36034483+daniel-hauser@users.noreply.github.com>",
"is_bot": true,
"headline": "Extract WaitUntilReturn type alias for better maintainability",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-03T05:48:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b635ee4c1a3c89fa6dfd80a5c67fb8cd7fffa57",
"body": "Co-authored-by: daniel-hauser <36034483+daniel-hauser@users.noreply.github.com>",
"is_bot": true,
"headline": "Use utility-types to make waitUntil return never for falsy types",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-12-03T05:47:16Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 23,
"commits_last_year": 155,
"latest_release_at": "2026-06-10T15:02:59Z",
"latest_release_tag": "hirez-v1.0.28",
"releases_from_tags": false,
"days_since_last_push": 46,
"active_weeks_last_year": 25,
"days_since_latest_release": 46,
"mean_days_between_releases": 3.3
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 87965,
"source_files_sampled": 86,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "debug",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.3.2"
},
{
"name": "moment",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.22.2"
},
{
"name": "moment-timezone",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.37"
},
{
"name": "puppeteer",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^24.43.0"
}
],
"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": 46,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 4
},
"bus_factor": 2,
"bot_contributors": 3,
"top_contributors": [
{
"type": "User",
"login": "eshaham",
"commits": 463,
"avatar_url": "https://avatars.githubusercontent.com/u/7040645?v=4"
},
{
"type": "User",
"login": "eransakal",
"commits": 288,
"avatar_url": "https://avatars.githubusercontent.com/u/127987999?v=4"
},
{
"type": "User",
"login": "daniel-hauser",
"commits": 105,
"avatar_url": "https://avatars.githubusercontent.com/u/36034483?v=4"
},
{
"type": "User",
"login": "baruchiro",
"commits": 96,
"avatar_url": "https://avatars.githubusercontent.com/u/17686879?v=4"
},
{
"type": "User",
"login": "HirezRa",
"commits": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/43018322?v=4"
},
{
"type": "User",
"login": "erikash",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/140349?v=4"
},
{
"type": "User",
"login": "matanelgabsi",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/219023?v=4"
},
{
"type": "User",
"login": "dratler",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/6432195?v=4"
},
{
"type": "User",
"login": "brafdlog",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/7272927?v=4"
},
{
"type": "User",
"login": "dependabot-support",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/112581971?v=4"
}
],
"contributors_sampled": 80,
"top_contributor_share": 0.376
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"lint.yml",
"nodeCI.yml",
"pr-title.yml",
"release.yml",
"security.yml",
"stale.yml"
],
"has_docs_dir": true,
"linter_configs": [
"eslint.config.mjs"
],
"has_editorconfig": false,
"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": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 9,
"reason": "29 out of 30 merged PRs checked by a CI test -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 13 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 0,
"reason": "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": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 1,
"reason": "dependency not pinned by hash detected -- score normalized to 1",
"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": 10,
"reason": "security policy file 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": 2,
"reason": "8 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a36bc3ca79403fabc329fea4adb5394e830e09b8",
"ran_at": "2026-07-27T00:37:32Z",
"aggregate_score": 3.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-26T04:58:52Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-10T15:01:53Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/HirezRa/israeli-bank-scrapers",
"host": "github.com",
"name": "israeli-bank-scrapers",
"owner": "HirezRa"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 34,
"vitality": 78,
"community": 12,
"governance": 55,
"engineering": 63
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 78,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"commits_last_year": 155,
"human_commit_share": 0.91,
"days_since_last_push": 46,
"active_weeks_last_year": 25
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 46 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 46
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "25/52 weeks with commits",
"points": 17.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 25
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "155 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 155
}
}
],
"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": 100,
"inputs": {
"releases_count": 23,
"latest_release_tag": "hirez-v1.0.28",
"releases_from_tags": false,
"days_since_latest_release": 46,
"mean_days_between_releases": 3.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "23 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 23
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 46 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 46
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~3.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 3.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 55,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 80,
"top_contributor_share": 0.376
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 38% of commits",
"points": 14,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 38
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "80 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 80
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 13 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"merged_prs": 46,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "46/50 decided PRs merged",
"points": 35.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 46,
"decided": 50
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 36,
"inputs": {
"followers": 0,
"owner_type": "User",
"is_verified": null,
"owner_login": "HirezRa",
"public_repos": 8,
"account_age_days": 2881
},
"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": "0 followers of HirezRa",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "HirezRa"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "8 public repos, account ~7 yr old",
"points": 18.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 8
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 63,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 82,
"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": "6 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 6
}
}
],
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "29 out of 30 merged PRs checked by a CI test -- score normalized to 9",
"points": 18,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"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": "at_risk",
"name": "Security",
"value": 34,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "29 out of 30 merged PRs checked by a CI test -- score normalized to 9",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 13 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "dangerous workflow patterns detected",
"points": 0,
"status": "missed",
"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 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 1",
"points": 0.5,
"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 detected",
"points": 5,
"status": "met",
"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": "8 existing vulnerabilities detected",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 4
},
"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": 62,
"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.879,
"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 91 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 80,
"sampled": 91
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 65,
"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": [
"tsconfig.json"
],
"agent_commit_share": 0.28,
"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": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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": "28 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 28,
"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 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 87965,
"source_files_sampled": 86,
"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/86 source files over 60KB",
"points": 54.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 86,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Community profile unavailable",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T00:37:57.974916Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/h/HirezRa/israeli-bank-scrapers.svg",
"full_name": "HirezRa/israeli-bank-scrapers",
"license_state": "standard",
"license_spdx": "MIT"
}