JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"authentication",
"session-cookie",
"nodejs"
],
"is_fork": false,
"size_kb": 5711,
"has_wiki": true,
"homepage": "https://mbkauthe.vercel.app",
"languages": {
"CSS": 20643,
"Handlebars": 139852,
"JavaScript": 306171
},
"pushed_at": "2026-07-18T07:34:51Z",
"created_at": "2025-04-11T19:08:30Z",
"owner_type": "User",
"updated_at": "2026-07-18T07:35:05Z",
"description": "Authentication system for Node.js ",
"is_archived": false,
"is_disabled": false,
"license_spdx": "LGPL-3.0",
"default_branch": "main",
"license_spdx_raw": "LGPL-3.0",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript",
"Handlebars"
]
},
"owner": {
"blog": "https://mbktech.org",
"name": "Muhammad Bin Khalid",
"type": "User",
"login": "MIbnEKhalid",
"company": null,
"location": "Islamabad, Pakistan",
"followers": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/83428194?v=4",
"created_at": "2021-04-29T19:59:16Z",
"is_verified": null,
"public_repos": 42,
"account_age_days": 1910
},
"license": {
"state": "standard",
"spdx_id": "LGPL-3.0",
"raw_spdx": "LGPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v4.2.0",
"kind": "minor",
"published_at": "2026-01-13T16:21:03Z"
},
{
"tag": "v4.1.0",
"kind": "minor",
"published_at": "2026-01-03T08:39:21Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2025-12-29T18:42:57Z"
},
{
"tag": "v3.5.0",
"kind": "minor",
"published_at": "2025-12-26T13:29:23Z"
},
{
"tag": "v3.4.0",
"kind": "minor",
"published_at": "2025-12-24T14:00:22Z"
},
{
"tag": "v3.3.0",
"kind": "minor",
"published_at": "2025-12-14T18:23:55Z"
},
{
"tag": "v3.2.1",
"kind": "patch",
"published_at": "2025-12-12T12:20:49Z"
},
{
"tag": "v3.2.0",
"kind": "minor",
"published_at": "2025-12-10T15:37:07Z"
},
{
"tag": "v3.1.0",
"kind": "minor",
"published_at": "2025-12-05T13:30:00Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2025-12-03T17:45:55Z"
}
],
"recent_commits": [
{
"oid": "93edd8e68bdaa72e6bca5127950d3ab5f2f07a3b",
"body": "…e context\n\n- Move test.spec.js and sqlite.spec.js from repo root into lib/tests/ and update all relative import paths accordingly (fixes both suites which were failing to resolve modules after the move)\n- Add lib/tests/integration.spec.js:49 end-to-end tests covering the full login→protected route→\n[…]\nst (tests now live under lib/ which is already included)\n- Raise statement coverage from 43% to 66%, branch coverage from 29% to 54%; middleware/auth.js from 19% to 71%, routes/auth.js from 11% to 80%",
"is_bot": false,
"headline": "v5.2.1 Relocate test suites, expand integration coverage, fix respons…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-07-18T07:34:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "03cc3c75bf21fb3fce4b0159aa2c9128ff5a41da",
"body": "- Add `DB_TYPE` config (`postgres` default / `sqlite`) with `SQLITE_PATH` for the database file; `LOGIN_DB` now only required for Postgres\n- Implement SQLite backend on `better-sqlite3` with WAL mode, foreign keys, and a FIFO mutex in `lib/db/sqlitePool.js` so concurrent requests serialize safely\n- \n[…]\nitions for `DB_TYPE`/`SQLITE_PATH`, the union-typed `dblogin`, `dbType`, and `dialect`\n- Update README, configuration/database guides, docs index, API reference, and `.env.example` for the new backend",
"is_bot": false,
"headline": "v5.2.0 Add SQLite as an alternative database backend",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-07-16T18:32:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "52aa3c80cb60f3df146a97c7ed16c8a9c4c094c3",
"body": "modify user authentication check to use `username` instead of `id` to fix 401 error",
"is_bot": false,
"headline": "v5.1.1",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-06-26T12:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5e47074d54f744ca1cc1f779ce0cc856be0f28f",
"body": "Update user identification in the authentication system to use `userId` instead of `id`. This change includes updates to the database schema, TypeScript definitions, and various middleware and route files to ensure consistency across the application.",
"is_bot": false,
"headline": "v5.1.0",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-06-26T11:06:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a151ef14f05d595b3acdef529ff5cd4aa2f53dd",
"body": "- Add `verifyPassword` function for asynchronous password validation.\n- Update `hashPassword` to use PBKDF2 with a pepper for enhanced security.\n- Implement security headers middleware for API responses.\n- Enhance tests for password verification and URL safety checks.",
"is_bot": false,
"headline": "v5.0.6",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-06-25T18:53:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3051c9e969d158e52772bcb8bca7c5f1276e953",
"body": "- remove GITHUB_APP_SLUG from configuration\n- add cookie domain handling functions for cross-subdomain sharing.\n- Enhance tests for cookie domain resolution and allowed origin hostname checks.\n- Update documentation to reflect changes in cookie domain requirements.",
"is_bot": false,
"headline": "v5.0.5",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-06-25T10:29:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc1fa7621288cdf28e536b65396887c44ecd0f88",
"body": null,
"is_bot": false,
"headline": "v5.0.4",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-06-06T12:06:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f337801ee9153344e9b398e69f25d2613b0482ad",
"body": null,
"is_bot": false,
"headline": "v5.0.3",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-06-06T08:27:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69b10a629b5986fa8625ec537b6539b6039e1208",
"body": null,
"is_bot": false,
"headline": "GPLv2 -> LGPLv3",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-06-06T07:24:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9568f588c07123357659b10bc2677e6eab9564d",
"body": null,
"is_bot": false,
"headline": "Improve Documentation",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-06-05T19:35:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00d1020992218771adf4e45790f1e56ae0df481f",
"body": "- overhaul DB query logging with query fingerprints, normalized SQL, pool wait timing, sampled callsite capture, richer request metadata, and an upgraded `/mbkauthe/db` dashboard + JSON filters\n- add shared debug logger support and wire server/OAuth/auth flows into structured debug output with new `\n[…]\nnection checks, timing metrics, SQL statement counts, and more actionable database error reporting\n- expand regression coverage for auth, OAuth, db log APIs, cookie edge cases, and dashboard rendering",
"is_bot": false,
"headline": "v5.0.0",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-06-05T15:54:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "41af15793952d5787909338a2e7eede3a1090310",
"body": null,
"is_bot": false,
"headline": "Added logger and improve db logging",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-06-05T14:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "810b0f1e7594936a5e1d443bc87c857388ee54f3",
"body": null,
"is_bot": false,
"headline": "Optimize Code",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-06-05T14:19:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21822e36f821e4ce0a306bb7c83d40f610329910",
"body": "…mproved error handling",
"is_bot": false,
"headline": "feat: enhance database schema creation with performance metrics and i…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-05-30T13:11:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5987b91fb40fb7ed93ebebab905079283db94689",
"body": "refactor: migrate authentication SQL queries to central AuthRepository",
"is_bot": false,
"headline": "v4.9.0",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-05-29T19:31:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45320ab8a79fafe38d9d03dfed0cbaaf01e78977",
"body": null,
"is_bot": false,
"headline": "update: v4.8.4 documentation and examples",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-05-17T07:24:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d46af764d97e607ec6a956b828450ff87a5208e",
"body": "…e plaintext password support",
"is_bot": false,
"headline": "v4.8.4 feat: update password handling and authentication logic; remov…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-05-14T13:06:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "213166b88594eca0b1b59761375916495575d085",
"body": "…umentation and middleware",
"is_bot": false,
"headline": "feat: enhance error logging and improve JSON response handling in doc…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-05-14T11:22:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4ea98aad7b29d4885fb88088865f604a5a01b97",
"body": null,
"is_bot": false,
"headline": "v4.8.3",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-05-02T20:53:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37721e030a812a59301d1fce87dc04e1a6b2e410",
"body": "…nd fix role bypass issue",
"is_bot": false,
"headline": "feat: include credentials in fetch requests for 2FA and login pages a…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-05-02T20:52:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c04a40b4a1da77f4b7439e1dc9a16c242773515",
"body": null,
"is_bot": false,
"headline": "v4.8.2 fix: MAX_SESSIONS_PER_USER",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-05-02T17:28:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "790fa00752da49aa81ffc9ff3d79fa74517594d0",
"body": "Co-authored-by: Copilot <copilot@github.com>",
"is_bot": false,
"headline": "v4.8.1",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-05-01T14:52:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "45180557ce52723a2ff11f8f4da3ce44c42cecbe",
"body": "- Replace Github Oath with Github App\n- json response for erros for non browsers requests",
"is_bot": false,
"headline": "v4.8.0",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-04-20T12:28:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9c548e2f171e7ff30542d09a2192f458fc87dc1",
"body": "- better dblogging backend and frontend\n- add caching for profile pic",
"is_bot": false,
"headline": "update: 4.7.2",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-03-22T12:08:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cba3bc791dfd3638302a89b7fe278ec140d2425",
"body": "…lor-mix for improved theming and consistency\n\n- Updated background and border styles in dbLogs, errorCodes, info_mbkauthe, loginmbkauthe, test, showmessage, and profilemenu pages to use CSS variables and color-mix for better theme adaptability.\n- Enhanced hover effects and transitions for buttons a\n[…]\nd accessibility by adding aria-labels and adjusting display properties for error codes and messages.\n- Consolidated theme toggle functionality in the profile menu for a more intuitive user experience.",
"is_bot": false,
"headline": "Refactor styles across multiple pages to utilize CSS variables and co…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-03-21T19:38:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "83fef6e9e42c8b6de9fa1d3feae4b57b7db4d580",
"body": "feat: update script and stylesheet links with cache buster for better caching\nrefactor: replace inline styles with external stylesheet for shared styles\nfix: update version info variable in versionInfo.handlebars",
"is_bot": false,
"headline": "v4.7.1",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-03-18T21:26:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "722c77cf080a77d20d489ecfa02f5af1704e1175",
"body": "- improve DB query monitor UI and logging\n- add diagnostics endpoints to docs\n- organize Handlebars pages under views/pages",
"is_bot": false,
"headline": "feat: v4.7.0",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-03-18T19:38:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bad378731a2ac4ab1cea8a0dddbf03d02750bc0e",
"body": "…ema + optimize session store",
"is_bot": false,
"headline": "v4.6.2 update: Add dev DB query logging + /db debug route; harden sch…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-03-14T14:02:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed96bca5426a6f1a41ac4f5a87f91ed7b598b47c",
"body": "…improve session handling",
"is_bot": false,
"headline": "feat: Enhance README with caching todo, update OAuth validation, and …",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-03-11T17:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6abe883517d304367af72db2336dab8ad6a69bfa",
"body": null,
"is_bot": false,
"headline": "v 4.6.1 refactor app export to use app instance",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-03-05T18:32:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f76bdce9ebac4b4d1aff555e18d702bec827975",
"body": "- move inline html code in handlebars for /mbkauthe/test\n- add condition for low resolution devices",
"is_bot": false,
"headline": "v4.6.0",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-03-05T18:11:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52c7abe4901448766652326d33ce2b7e08568ca7",
"body": "…SON endpoint for version info",
"is_bot": false,
"headline": "feat: Update version to 4.5.0, enhance info page structure, and add J…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-03-03T18:30:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c15d94a2075acb80cd49631a524d97f249f96132",
"body": null,
"is_bot": false,
"headline": "v4.4.0 - Update Icon and Logo",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-02-27T22:39:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa44502a4fc1693258a94f0af2901fa79f4dcd47",
"body": "…ing with image support",
"is_bot": false,
"headline": "v4.3.3 feat: Update session management and enhance user profile handl…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-01-24T16:27:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b673bcce1ce68a98274ee3ce71bbf29b01396fda",
"body": "- add api to verify session id",
"is_bot": false,
"headline": "v4.3.2",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-01-21T20:03:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "872819a113f8ed28a580875b7ef6bcc905b6f857",
"body": "…cture",
"is_bot": false,
"headline": "feat: Bump version to 4.3.1 and enhance profile menu styling and stru…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-01-14T20:03:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84ebaafb78af4f0a77582c64ba0690503d813c82",
"body": "feat(db): add PostgreSQL connection pool for database access\n\n- Introduced a new file `lib/pool.js` to manage database connections.\n- Configured the connection pool with parameters suitable for serverless environments.\n- Implemented a test connection on initialization to ensure the pool is functioning correctly.",
"is_bot": false,
"headline": "v4.3.0",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-01-14T17:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48c317ec60a7be65c55da814a1c9af562952aa97",
"body": "…onment variables, and improve login process",
"is_bot": false,
"headline": "feat: Enhance session management with strict validation, update envir…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-01-13T16:31:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1a698012087e844c6fb0e59ee1d4b925228dbbf",
"body": "… and update documentation.",
"is_bot": false,
"headline": "v4.2.0 feat: Enhance API token management with scopes and permissions…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-01-07T18:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70128e0a5bdb4c9afb7da81f4f72e19b79d5c7ba",
"body": null,
"is_bot": false,
"headline": "feat: Update version to 4.1.5 and improve token validation logic",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-01-06T17:56:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "433a0905796067d34b132c50ef35d07030b2d1f0",
"body": "…anagement",
"is_bot": false,
"headline": "v4.1.4 feat: Implement API token authentication and enhance session m…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-01-06T17:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0e29f55fac9b0a1d7f30fa1b3548c359ac8c3f2",
"body": null,
"is_bot": false,
"headline": "feat: Enhance configuration validation and add OAuth provider tracking",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-01-04T11:26:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b197ce3a8520dafac01a40db5af07694681fef66",
"body": "fix: handlebar condition format in script tag in login page",
"is_bot": false,
"headline": "v4.1.2",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-01-04T07:19:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91bedef706b85010488f8ccb06bba675ba440025",
"body": null,
"is_bot": false,
"headline": "Fix max session per user logic",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-01-03T03:56:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a283fb85007bd05df11afc84c97edaafc8d9306e",
"body": "- Multi Account login, account switch system\n- improve login page design\n- updated docs and sql",
"is_bot": false,
"headline": "v4.1.0",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2026-01-03T08:31:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "968d83c986639c8a232ce366e5051b7d9d71f65b",
"body": null,
"is_bot": false,
"headline": "v4.0.1 feat: Update error handling UI and improve accessibility features",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-12-30T09:41:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe28962c4d4b9c92f7656189a7d0f5f48042f095",
"body": "…gement\n\n- Updated session handling to support multiple concurrent sessions per user, stored in a new `Sessions` table.\n- Modified user authentication flow to manage session creation and expiration effectively.\n- Enhanced security by hashing device tokens and storing only the hashes in the database.\n[…]\nsessions against the new `Sessions` table.\n- Removed deprecated session ID handling from the `Users` table.\n- Improved documentation to reflect changes in session management and configuration options.",
"is_bot": false,
"headline": "v4.0.0 feat: Implement multi-session support and enhance session mana…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-12-29T18:29:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d8d60651339cbcffcf207b394772894c36f3a8db",
"body": "feat: add session validation API, reloadSessionUser and add fullname to req.session.user",
"is_bot": false,
"headline": "v3.5.0",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-12-26T13:03:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "698b1f0e5e8cdc68ccef6203f59a9202639c1256",
"body": "feat: refactor environment configuration",
"is_bot": false,
"headline": "v3.4.0",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-12-24T13:40:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74bfa7a7481076463d363e1a477ccefafec008a8",
"body": "feat: remove alias properties from user objects",
"is_bot": false,
"headline": "v3.3.0",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-12-14T18:13:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0902afac8fd6f27f284097d8da5966315c675572",
"body": "…tes to utilize it",
"is_bot": false,
"headline": "feat: add allowedApps property to user interfaces and update auth rou…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-12-14T17:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "278cd66afe6b88ca18c1555e7d54658c5a197785",
"body": "… git hooks setup",
"is_bot": false,
"headline": "v3.2.1, feat: add pre-commit hook for automated testing and configure…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-12-12T12:14:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2caab285e6640d7513fff6e681bdbdbe5188f04a",
"body": null,
"is_bot": false,
"headline": "v3.2.0 Add Google OAuth, improve security & config",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-12-10T15:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84ea3a1150f150910c6f5fd4e0ef34c48fb2003d",
"body": "…route details; add test suite for route validation",
"is_bot": false,
"headline": "v3.1.0 feat: enhance documentation with testing instructions and API …",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-12-05T13:15:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e6d04695d88ef0d71f95e231002a5c79f399b73",
"body": null,
"is_bot": false,
"headline": "v3.0.0",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-12-03T17:40:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f21748bcbb1ea436555cd2f2ddcfb8e6e7c743b6",
"body": null,
"is_bot": false,
"headline": "MPL -> GPL",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-12-03T13:49:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a23e5a93f2b1c1f0c063967fdbd97ef7e4fb2524",
"body": "…riable for raw/encrypted password handling; update version to 2.5.0 in package.json",
"is_bot": false,
"headline": "feat: implement configurable password storage options; add EncPass va…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-12-02T03:06:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70fc352c051ff8654d69af28f987ff12a1f63453",
"body": "…lidation; update version to 2.4.0 in package.json",
"is_bot": false,
"headline": "feat: enhance login flow with redirect support and improve session va…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-11-26T09:58:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "285f33a34c0785d8d89c33824a7dc56f5536d1b1",
"body": "…ate version to 2.3.0 in package.json",
"is_bot": false,
"headline": "feat: improve error handling by refactoring renderError function; upd…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-11-26T09:03:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cdf88cf9e3b4edd49531fcbb928a4a0a225810d",
"body": "- Add new icons and update header with SVG logo\n\n- Added a new icon in ICO format to the public directory.\n- Introduced a new SVG icon in the public directory for better scalability.\n- Updated backgroundElements.handlebars to include various AI-related icons.\n- Enhanced head.handlebars with meta tags for better SEO and added favicon link.\n- Updated header.handlebars to include the new SVG logo and dynamic application name.\n- Added version information display in versionInfo.handlebars.",
"is_bot": false,
"headline": "Improved performance and redundancy",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-11-26T08:35:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20971181c56b3f040576bd88f59bead256a38f12",
"body": "… settings; enhance version in package.json",
"is_bot": false,
"headline": "feat: update image serving logic and improve database connection pool…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-11-20T15:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1765e13649d2cdefcf7497170249dd8642232b46",
"body": "…configuration and documentation",
"is_bot": false,
"headline": "feat: integrate GitHub OAuth login functionality; update environment …",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-11-20T11:19:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09fb347944168d653a183e10269ece59a8ca7186",
"body": null,
"is_bot": false,
"headline": "Refactor code structure for improved readability and maintainability",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-11-19T16:17:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3aa2a6aa0eb5cd63fc56e7b5427a66fcd5c9fdd3",
"body": "…enhance publish workflow with version checks for npm and GitHub Packages",
"is_bot": false,
"headline": "feat: update version to 1.4.2 in package.json and API documentation; …",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-11-17T19:10:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbc2f57d43fe589ae1f28d5e1521c77d13a62062",
"body": "…ify package.json for GitHub Packages",
"is_bot": false,
"headline": "feat: update workflow to publish to both npm and GitHub Packages; mod…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-11-17T19:05:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79a016753026b669ddaafa53fcde69f568746b3e",
"body": "… create PACKAGE.md for package information",
"is_bot": false,
"headline": "feat: update version to 1.4.1, add publish configuration for npm, and…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-11-17T18:59:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34acfab998efed484355120cf6a363e747c13e3a",
"body": "…d improve shared styles\n\n- Created API documentation for MBKAuthe, detailing authentication methods, session management, API endpoints, middleware, error codes, and security best practices.\n- Implemented a confirmation prompt and cache clearing mechanism in the logout function to enhance user exper\n[…]\norage, indexedDB, and cookies (with exceptions) upon logout.\n- Added shared styles with a modern design, including responsive layouts, animations, and improved UI elements for better user interaction.",
"is_bot": false,
"headline": "Add comprehensive API documentation, enhance logout functionality, an…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-11-17T18:51:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "54383d5b3c3ae658139f1ecba7dbeb69f75e4cf8",
"body": "…andling; bump version to 1.3.5 in package.json",
"is_bot": false,
"headline": "feat: update database schemas and queries for improved user session h…",
"author_name": "MIbnEKhalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-10-06T17:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6b22c6a5e29e736de1f373ccdcf72349177215e",
"body": "…'Home Page' to 'Dashboard' in login template",
"is_bot": false,
"headline": "feat: update version to 1.3.4 in package.json; change link text from …",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-09-19T20:06:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6bf9ab776b6e6c121a7f420966eaddc2be3adb5",
"body": null,
"is_bot": false,
"headline": "feat: bump version to 1.3.3 in package.json",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-09-10T13:59:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d8f0d438be8c87e47a02ed020ab395e7bfbe4a7",
"body": "…gin process",
"is_bot": false,
"headline": "feat: add UserName field to session user object for consistency in lo…",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-09-10T13:56:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34ec073a15e1c5522dfd3b6b98c904c5befefb31",
"body": "…ling and add version info display",
"is_bot": false,
"headline": "feat: update version to 1.3.2 in package.json; enhance error page sty…",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-07-27T11:45:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf04ec7456da5ea922303e74384a3c50312b5c73",
"body": null,
"is_bot": false,
"headline": "feat: bump version to 1.3.1 in package.json",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-07-27T10:54:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce700d9970dce62a3f604c1472207bf92dc5bc7d",
"body": "…ndling for unauthorized access",
"is_bot": false,
"headline": "feat: Refactor session validation and role checking; enhance error ha…",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-07-27T10:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0415dc6b4f918ebced2d16d4dfd36f6be7a4370a",
"body": null,
"is_bot": false,
"headline": "feat: Integrate GitHub login functionality",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-07-23T08:42:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b39e5262b1718ffd3f8cd94abf14f143ab3b3e39",
"body": "… and enhance 2FA view with auto-focus on token input",
"is_bot": false,
"headline": "feat: update server port to 5555 for test mode; bump version to 1.2.1…",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-07-11T16:23:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8f8f3c487deaeb62273c1f6e4418ee2958b0f93",
"body": "…lity\n\nfix: Update package version to 1.2.0 and add csurf dependency for CSRF protection\n\nrefactor: Remove unused showMessage functionality from loginmbkauthe.handlebars and implement showmessage partial\n\nfeat: Add 2FA verification page and corresponding logic for enhanced security\n\nstyle: Improve error handling and user feedback in various views and scripts",
"is_bot": false,
"headline": "feat: Update logging to include [mbkauthe] prefix for better traceabi…",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-07-11T15:08:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a5df37b8e051b42c186a7b663859fa1fb257159",
"body": "…ment cookie handling for username persistence",
"is_bot": false,
"headline": "feat: update version to 1.1.18; modify forgot password link and imple…",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-07-08T12:49:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "173c3565bda2c160396c9bd1d3b3c1bec9b0b79c",
"body": "…ion to 1.1.17",
"is_bot": false,
"headline": "feat: add version information and app name to login page; update vers…",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-07-04T13:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "500276de77adc3a30559f26fe696b804e9ea68f2",
"body": "…andlebars and update session validation to use new template. Bump version to 1.1.16.",
"is_bot": false,
"headline": "Refactor error handling views: Replace error.handlebars with dError.h…",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-07-02T17:09:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15046e84af3f5c289ea04833e700d367639aea03",
"body": "… page rendering, and creating a new error template; bump version to 1.1.15",
"is_bot": false,
"headline": "feat: update error handling by removing layout variable, adding error…",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-07-02T17:07:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bcafce4a0e6adb18cdd59a13cc8092a0204e061",
"body": "…ironment variables and documentation; bump version to 1.1.14",
"is_bot": false,
"headline": "feat: remove reCAPTCHA support and related configurations; update env…",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-06-30T14:58:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d08f169b8c2de4edb1d74f14bcbf45730d8090f",
"body": "…and enhancing version fetching; bump version to 1.1.13",
"is_bot": false,
"headline": "feat: refactor code structure by removing info.js, updating imports, …",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-06-14T13:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61e956f49e64dbf4efd7880a6a9dbda6f7190d85",
"body": "…ge with warning message for already logged-in users; bump version to 1.1.12",
"is_bot": false,
"headline": "feat: update username variable in login response and enhance login pa…",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-06-09T06:53:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9562b899105a7f6e20164c5fc26c0c1cb37b8d8b",
"body": "…-insensitive; bump version to 1.1.11",
"is_bot": false,
"headline": "feat: enhance application authorization by making app name check case…",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-06-09T06:06:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca208118ca9f70fdebf71e009c958246fca6eefa",
"body": null,
"is_bot": false,
"headline": "Update",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-06-08T10:16:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fce00cae5d6ab0ef6234346e0b7e385326e4a0c7",
"body": "…pen Graph meta tags in login view",
"is_bot": false,
"headline": "feat: update server port to 3240, bump version to 1.1.9, and refine O…",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-06-06T15:24:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99b7a7c22e5ebb387fea7c5f0373860bed27335b",
"body": "- Added version check in index.js to warn if the current version is not the latest.\n- Enhanced loginmbkauthe.handlebars with a new design, improved structure, and added 2FA token input.\n- Updated styles for better responsiveness and user experience.\n- Integrated Font Awesome icons for visual enhancements.\n- Added functionality for toggling password visibility and improved error handling during login.\n- Included necessary imports in main.js for speakeasy.",
"is_bot": false,
"headline": "feat: Update login page and implement version check",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-06-04T17:38:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "830faf4c091c654f59370e2da9e2249bbf400450",
"body": "…to 1.1.7; add login route and related styles",
"is_bot": false,
"headline": "feat: integrate Handlebars for login view and update package version …",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-06-02T21:09:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7feca7f2c3af83a499d9fd46bd3ddb237412a1a",
"body": "…rname in session table; bump version to 1.1.6",
"is_bot": false,
"headline": "feat: update login process to delete old session records and save use…",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-05-28T15:00:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb4b6b750ff2ea38535d5aa95024ef9756333197",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 1.1.5 in package.json",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-05-15T15:46:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "725f98db5957ebef78972d1d401c031e5720a2b1",
"body": "… checks; remove old authapi file",
"is_bot": false,
"headline": "feat: implement authapi middleware for token validation and user role…",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-05-15T15:46:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cb145fbff1fc97f59cc79fe053f47bc12c637d0",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-05-14T19:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14d1a4eccce6d1343721326d5a1c0fcfb048a2d5",
"body": "…lated files; bump version to 1.1.3",
"is_bot": false,
"headline": "feat: add layout configuration to environment variables and update re…",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-05-05T03:46:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d56388b05ef0069c58151814d29b50f4779a7528",
"body": "…eerio and marked dependencies",
"is_bot": false,
"headline": "feat: add support for markdown rendering in documentation; include ch…",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-05-03T06:53:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2527124c719c1ba513032ea528d342ede59acf2e",
"body": null,
"is_bot": false,
"headline": "chore: refactor code for consistency and clarity; bump version to 1.1.1",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-04-24T16:21:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3aab84a37b82aae9c54d46d32342cc60bc9806c",
"body": "…ge and version endpoints; bump version to 1.1.0",
"is_bot": false,
"headline": "feat: update README and database structure; add new info.js for packa…",
"author_name": "M-Ibn-E-Khalid",
"author_login": "M-Ibn-E-Khalid",
"committed_at": "2025-04-24T03:47:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9a68acc7aa073292a9cb57d7ceb32a04d86b4e6",
"body": null,
"is_bot": false,
"headline": "chore: update version to 1.0.26 and remove deprecated security headers",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-04-20T16:49:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22074da7489f0810cf8cbea8ee3aa565af985c5f",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 1.0.25",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-04-20T16:39:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b30476ba3cbe0190ddf2f736bf2c4da2b7e51c6",
"body": "…tion",
"is_bot": false,
"headline": "fix: update cookie expiration time calculation to ensure correct dura…",
"author_name": "Muhammad Bin Khalid",
"author_login": "MIbnEKhalid",
"committed_at": "2025-04-20T16:39:09Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 74,
"latest_release_at": "2026-01-13T16:21:03Z",
"latest_release_tag": "v4.2.0",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 26,
"days_since_latest_release": 190,
"mean_days_between_releases": 4.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "mbkauthe",
"exists": true,
"license": "LGPL-3.0-only",
"keywords": [
"login",
"authentication",
"nodejs",
"express",
"session",
"security",
"oauth",
"2fa",
"csrf"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/mbkauthe",
"is_deprecated": false,
"latest_version": "5.2.1",
"repository_url": "https://github.com/MIbnEKhalid/mbkauthe",
"versions_count": 106,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 3145,
"first_published_at": "2025-04-11T19:17:15.501000Z",
"latest_published_at": "2026-07-18T07:35:21.237000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 1,
"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": 2
},
"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": [],
"toolchain_manifests": [],
"largest_source_bytes": 34686,
"source_files_sampled": 35,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 43,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "better-sqlite3",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^11.9.1"
},
{
"name": "bytes",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.1.2"
},
{
"name": "connect-pg-simple",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^10.0.0"
},
{
"name": "content-type",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.5"
},
{
"name": "cookie",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.1"
},
{
"name": "cookie-parser",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.4.7"
},
{
"name": "csurf",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.2"
},
{
"name": "debug",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.4.3"
},
{
"name": "depd",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.0"
},
{
"name": "dotenv",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^16.6.1"
},
{
"name": "encodeurl",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.0"
},
{
"name": "escape-html",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.3"
},
{
"name": "etag",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.8.1"
},
{
"name": "express",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.1.0"
},
{
"name": "express-handlebars",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^8.0.1"
},
{
"name": "express-rate-limit",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.5.0"
},
{
"name": "express-session",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.18.1"
},
{
"name": "graceful-fs",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.2.11"
},
{
"name": "iconv-lite",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.7.2"
},
{
"name": "inherits",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.4"
},
{
"name": "ms",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.1.3"
},
{
"name": "node-fetch",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.3.2"
},
{
"name": "on-finished",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.4.1"
},
{
"name": "once",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.4.0"
},
{
"name": "parseurl",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.3.3"
},
{
"name": "passport",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.7.0"
},
{
"name": "passport-github2",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.1.12"
},
{
"name": "passport-google-oauth20",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.0"
},
{
"name": "pg",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^8.14.1"
},
{
"name": "proxy-addr",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.7"
},
{
"name": "qs",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.15.0"
},
{
"name": "range-parser",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.1"
},
{
"name": "safe-buffer",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.2.1"
},
{
"name": "speakeasy",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.0"
},
{
"name": "statuses",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.2"
},
{
"name": "unpipe",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.0"
},
{
"name": "utils-merge",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.1"
},
{
"name": "vary",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.2"
},
{
"name": "xtend",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "better-sqlite3",
"direct": true,
"version": "^11.9.1",
"ecosystem": "npm"
},
{
"name": "bytes",
"direct": true,
"version": "^3.1.2",
"ecosystem": "npm"
},
{
"name": "connect-pg-simple",
"direct": true,
"version": "^10.0.0",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": true,
"version": "^1.0.5",
"ecosystem": "npm"
},
{
"name": "cookie",
"direct": true,
"version": "^1.1.1",
"ecosystem": "npm"
},
{
"name": "cookie-parser",
"direct": true,
"version": "^1.4.7",
"ecosystem": "npm"
},
{
"name": "csurf",
"direct": true,
"version": "^1.2.2",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": true,
"version": "^4.4.3",
"ecosystem": "npm"
},
{
"name": "depd",
"direct": true,
"version": "^2.0.0",
"ecosystem": "npm"
},
{
"name": "dotenv",
"direct": true,
"version": "^16.6.1",
"ecosystem": "npm"
},
{
"name": "encodeurl",
"direct": true,
"version": "^2.0.0",
"ecosystem": "npm"
},
{
"name": "escape-html",
"direct": true,
"version": "^1.0.3",
"ecosystem": "npm"
},
{
"name": "etag",
"direct": true,
"version": "^1.8.1",
"ecosystem": "npm"
},
{
"name": "express",
"direct": true,
"version": "^5.1.0",
"ecosystem": "npm"
},
{
"name": "express-handlebars",
"direct": true,
"version": "^8.0.1",
"ecosystem": "npm"
},
{
"name": "express-rate-limit",
"direct": true,
"version": "^7.5.0",
"ecosystem": "npm"
},
{
"name": "express-session",
"direct": true,
"version": "^1.18.1",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": true,
"version": "^4.2.11",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": true,
"version": "^0.7.2",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": true,
"version": "^2.0.4",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": true,
"version": "^2.1.3",
"ecosystem": "npm"
},
{
"name": "node-fetch",
"direct": true,
"version": "^3.3.2",
"ecosystem": "npm"
},
{
"name": "on-finished",
"direct": true,
"version": "^2.4.1",
"ecosystem": "npm"
},
{
"name": "once",
"direct": true,
"version": "^1.4.0",
"ecosystem": "npm"
},
{
"name": "parseurl",
"direct": true,
"version": "^1.3.3",
"ecosystem": "npm"
},
{
"name": "passport",
"direct": true,
"version": "^0.7.0",
"ecosystem": "npm"
},
{
"name": "passport-github2",
"direct": true,
"version": "^0.1.12",
"ecosystem": "npm"
},
{
"name": "passport-google-oauth20",
"direct": true,
"version": "^2.0.0",
"ecosystem": "npm"
},
{
"name": "pg",
"direct": true,
"version": "^8.14.1",
"ecosystem": "npm"
},
{
"name": "proxy-addr",
"direct": true,
"version": "^2.0.7",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": true,
"version": "^6.15.0",
"ecosystem": "npm"
},
{
"name": "range-parser",
"direct": true,
"version": "^1.2.1",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": true,
"version": "^5.2.1",
"ecosystem": "npm"
},
{
"name": "speakeasy",
"direct": true,
"version": "^2.0.0",
"ecosystem": "npm"
},
{
"name": "statuses",
"direct": true,
"version": "^2.0.2",
"ecosystem": "npm"
},
{
"name": "unpipe",
"direct": true,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "utils-merge",
"direct": true,
"version": "^1.0.1",
"ecosystem": "npm"
},
{
"name": "vary",
"direct": true,
"version": "^1.1.2",
"ecosystem": "npm"
},
{
"name": "xtend",
"direct": true,
"version": "^4.0.2",
"ecosystem": "npm"
},
{
"name": "cross-env",
"direct": false,
"version": "^7.0.3",
"ecosystem": "npm"
},
{
"name": "jest",
"direct": false,
"version": "^30.2.0",
"ecosystem": "npm"
},
{
"name": "nodemon",
"direct": false,
"version": "^3.1.11",
"ecosystem": "npm"
},
{
"name": "supertest",
"direct": false,
"version": "^7.1.4",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 43,
"direct_count": 39,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 2,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "MIbnEKhalid",
"commits": 130,
"avatar_url": "https://avatars.githubusercontent.com/u/83428194?v=4"
},
{
"type": "User",
"login": "M-Ibn-E-Khalid",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/149006174?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.992
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"codeql.yml",
"publish.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "22 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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool detected: CodeQL",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "93edd8e68bdaa72e6bca5127950d3ab5f2f07a3b",
"ran_at": "2026-07-23T15:20:04Z",
"aggregate_score": 4.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T04:34:53Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 2,
"created_at": "2025-12-15T10:49:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 4,
"created_at": "2026-03-13T17:25:40Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/MIbnEKhalid/mbkauthe",
"host": "github.com",
"name": "mbkauthe",
"owner": "MIbnEKhalid"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 47,
"vitality": 80,
"community": 32,
"governance": 36,
"engineering": 76
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 80,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"commits_last_year": 74,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 26
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "26/52 weeks with commits",
"points": 18,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 26
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "74 commits in the last year",
"points": 16.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 74
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "22 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": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 78,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v4.2.0",
"releases_from_tags": false,
"days_since_latest_release": 190,
"mean_days_between_releases": 4.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 190 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 190
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~4.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 4.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 32,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 1,
"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": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (LGPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "LGPL-3.0"
}
}
],
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"packages": [
"mbkauthe"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 3145
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,145 downloads/month across npm",
"points": 46.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3145,
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 36,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.992
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 99% of commits",
"points": 0.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 99
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 2,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "0/1 decided PRs merged",
"points": 0,
"status": "missed",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 0,
"decided": 1
}
}
],
"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": 48,
"inputs": {
"followers": 6,
"owner_type": "User",
"is_verified": null,
"owner_login": "MIbnEKhalid",
"public_repos": 42,
"account_age_days": 1910
},
"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": "6 followers of MIbnEKhalid",
"points": 6.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 6,
"login": "MIbnEKhalid"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "42 public repos, account ~5 yr old",
"points": 22.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 42
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"mbkauthe"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"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 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "106 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 106
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 76,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"authentication",
"session-cookie",
"nodejs"
],
"has_wiki": true,
"homepage": "https://mbkauthe.vercel.app",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://mbkauthe.vercel.app",
"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": "at_risk",
"name": "Security",
"value": 47,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 47,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "22 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 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected: CodeQL",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 34,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.69,
"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": "69 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 36.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 69,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 34686,
"source_files_sampled": 35,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/35 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 35,
"oversized": 0
}
}
],
"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": [
"deps.dev does not index npm:mbkauthe@5.2.1; advisories assessed against the repository dependency graph instead",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-23T15:20:11.543811Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/MIbnEKhalid/mbkauthe.svg",
"full_name": "MIbnEKhalid/mbkauthe",
"license_state": "standard",
"license_spdx": "LGPL-3.0"
}