Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 20841,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 14746,
"HTML": 7347,
"Shell": 9537,
"JavaScript": 91062
},
"pushed_at": "2026-07-21T18:49:17Z",
"created_at": "2025-01-08T18:12:47Z",
"owner_type": "User",
"updated_at": "2026-07-21T18:49:25Z",
"description": "A high-precision JavaScript wrapper for the Swiss Ephemeris WebAssembly module, providing professional-grade astronomical calculations for astrology, astronomy, and related applications.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript",
"C"
]
},
"owner": {
"blog": "https://laxman-adhikari.com.np/",
"name": "Laxman Adhikari",
"type": "User",
"login": "prolaxu",
"company": "NepicSoft",
"location": "Nepal",
"followers": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/54370052?v=4",
"created_at": "2019-08-21T16:32:15Z",
"is_verified": null,
"public_repos": 110,
"account_age_days": 2534
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-21T18:14:26Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2026-02-25T13:49:54Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2025-07-05T14:24:33Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2025-07-04T14:58:17Z"
}
],
"recent_commits": [
{
"oid": "fe9065942986dd7a0cc3dada7d5396c87331198c",
"body": "- checks.js: wrap the SwissEph instance in a logging Proxy so every wrapped\n method call and its args are captured, and record a per-check detail\n { name, call, expected, got, ok, diff }. runChecks now also returns\n `details`. The Node harness and reference.json flow are unchanged (still\n { pass\n[…]\n a summary pill, a text filter, and a\n 'failures only' toggle.\n\nVerified in Chrome: 96/96, args captured (e.g. utc_to_jd(2000,1,1,12,0,0,1)),\nno console errors. Node verify 96, npm test 92 unchanged.",
"is_bot": false,
"headline": "verification: detailed visual browser harness (call/args/expected/got)",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T18:49:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "69864fae524faa08c1ca0ebd3b80e9423a456a3b",
"body": "…load\n\n- Open the editor on the 'Birth chart (Sun / Moon / Asc)' example instead of\n the full Vedic chart (kept as a selectable example).\n- Auto-run the default once both the Monaco editor and the WASM module are\n ready (readiness order is not guaranteed, guarded by a one-shot flag), so the\n playground shows output immediately without a click.\n\nVerified in Chrome: opens with Sun/Moon/planets + Ascendant/MC printed, no\nconsole errors.",
"is_bot": false,
"headline": "examples(playground): default to Birth chart example and auto-run on …",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T18:44:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "333adb8a078f38a02c8d8c04750512a8050d7e98",
"body": "Replace the dated light-theme, 8-tab demo (which duplicated the playground's\nAPI explorer) with a focused, cohesive dark showcase matching the playground:\n\n- Birth-data form (date/time/UTC offset/lat/lon) with tropical|sidereal (Lahiri)\n and six house systems.\n- Live SVG chart wheel: 12 sign sector\n[…]\n, Julian Day, ayanamsa.\n\nSelf-contained (no Tailwind/Chart.js CDN), computed entirely via the wasm API,\nauto-calculates on load. Verified in Chrome: correct positions, both zodiacs,\nno console errors.",
"is_bot": false,
"headline": "examples: redesign demo.html as a modern chart showcase",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T18:40:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0a7a32eea16544fb7fd098b8000122e9748a784e",
"body": "- Replace the stale all_outputs.json subset and the git-ignored c_ref.json with\n a single committed verification/reference.json (full schema: date_time,\n planets, stars, houses, math, transforms, ayanamsa, phenomena, config, nodes,\n crossings, misc, events, strings, version).\n- Point all three co\n[…]\nce\n changes, so a git diff on it is the drift signal.\n- Remove the swegen/c_ref.json build clutter; add verification/README.md\n explaining every file and how to run.\n\nnpm test 92, npm run verify 96.",
"is_bot": false,
"headline": "verification: unify on one committed reference.json, add README",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T18:36:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "628c74de40a213e81387f04e62f90dac0582b5a1",
"body": "Structure:\n- Move DOCUMENTATION.md, QUICK_REFERENCE.md, USAGE_GUIDE.md into docs/ with a\n new docs/README.md index (interactive-first: links the live playground/demo).\n- Move compile.sh, init-dependency.sh, update-swisseph.sh, run_verification.sh\n into tools/ (scripts now cd to repo root so they r\n[…]\nternal links after the moves; point README doc links at docs/.\n\npackage.json 'files' now ships docs/ (tools/ stays dev-only). Verified:\nnpm test 92, npm run verify 96, init-dependency + pack all good.",
"is_bot": false,
"headline": "docs+repo: organize docs/ and tools/, dedupe, fix example links",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T18:32:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "96c83dff9cfa6bc974d9cbe1761ddb82369045f2",
"body": "- Pin CDN imports to @v0.1.0 instead of @main (jsDelivr caches branch refs\n stale). Update all three CDN snippets and the troubleshooting entry.\n- Document that initSwissEph() is async and downloads ~2.1 MB, with a\n race-free browser example that gates the button on init and surfaces errors.\n- Add the live playground (autocomplete code editor) link under Live Demo.",
"is_bot": false,
"headline": "docs(readme): fix CDN usage, add playground link",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T18:25:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d35e7f75a28a196688dbdafc5f4e668c1ee6ba84",
"body": null,
"is_bot": false,
"headline": "docs: date the 0.1.0 changelog entry",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T18:03:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "047a6ab80af3ee90e990b77e6928bd038d66b243",
"body": null,
"is_bot": false,
"headline": "examples: comment out the trailing jyotish-scope note in playground",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T17:59:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16d4b52e3903a1a440fc1bccb425ed38bcc1450f",
"body": "The playground now opens with a complete Vedic natal chart for a sample\nbirth, computed entirely from the ephemeris: panchanga (tithi, weekday,\nnakshatra, yoga, karana), sunrise/sunset, ayanamsa, sidereal time, the full\nplanet table (sidereal longitude, nakshatra, pada, rasi, navamsa for\nSun..Saturn\n[…]\n makes explicit that dasas, divisional charts, Ashtakavarga,\nShadbala, Vimshopaka and avasthas are separate jyotish computations that sit\non top of these ephemeris values, not part of Swiss Ephemeris.",
"is_bot": false,
"headline": "examples: default playground to a full Vedic (sidereal) birth chart",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T17:58:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "364a3909e5978dfce59d930a1f8a89165c808d83",
"body": "- CI (.github/workflows/ci.yml): Node matrix (18/20/22) test + tsc, native\n JS-vs-C verification, and a from-source WASM rebuild that reruns the suite\n against the freshly built binary. Makes the committed wasm/ reproducible and\n every method continuously verified against the C library.\n- getLast\n[…]\nfied in Chrome.\n- llms.txt: concise LLM-facing API reference (usage rules, return shapes,\n full method list). Added to published files.\n\nAll green: npm test 92, npm run verify 96, tsc --strict clean.",
"is_bot": false,
"headline": "feat: CI, getLastError(), autocomplete playground, llms.txt",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T17:51:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b1dceeefbec1556bb6f5300b4f89e5a76648178d",
"body": "- Bump version 0.0.6 -> 0.1.0 (breaking return-shape changes to refrac,\n nod_aps, and the eclipse/occultation/rise_trans family, plus 20 new methods).\n- Add CHANGELOG.md documenting the release; include it in the published files.\n- README: replace stale '106 tests / 86% coverage' claims and non-exi\n[…]\nand\n browser, every method verified against the C library).\n- DOCUMENTATION.md: fix the sol_eclipse_when_glob example to the new\n { retFlag, tret } return shape.\n- Sync src header @version to 0.1.0.",
"is_bot": false,
"headline": "chore(release): prepare v0.1.0",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T17:38:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4c7f96cce519e527d88cc58bc3f8b4661f61227b",
"body": "Extract the JS-vs-C check list into a shared ES module (verification/checks.js)\nconsumed by both the Node harness and a new browser page\n(verification/browser_test.html). The page imports the wasm module, fetches\nthe C reference JSON, runs the same 96 checks, and reports PASS/FAIL.\n\nVerified in Chro\n[…]\n.10.03, PASS 96 FAIL 0, no console\nerrors. Confirms every method works in a real browser, not just Node.\n\nServe with 'npm run demo' (python http.server 8000) then open\n/verification/browser_test.html.",
"is_bot": false,
"headline": "test: add in-browser verification harness (Chrome, 96 checks)",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T17:35:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5307ff3fc48f456dbaed5c63596eaee6495302bc",
"body": "- Extend the C reference generator + compare harness with an 'events' section:\n rise_trans, sol/lun eclipse when/where/how, get_orbital_elements,\n orbit_max_min_true_distance, and the _ut crossing siblings. npm run verify\n now runs 96 numeric checks (was 72), all passing.\n- Add smoke coverage to \n[…]\npath, and the heliacal functions. npm test now\n 92 checks (was 68).\n- Coverage: all 104 wrapped methods are now exercised by test or verify; 86 are\n numerically validated against the real C library.",
"is_bot": false,
"headline": "test: cover every wrapped method (104/104 exercised, 86 vs C)",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T17:31:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e10480f7d34cd382d693963f160ad543d13677e7",
"body": "These were the untested methods, and all had the same argument-marshaling\nbug as refrac/nod_aps - passing scalar values where the C API expects array\npointers, so they read/wrote garbage or wild addresses:\n\n- rise_trans / rise_trans_true_hor: C wants (tjd, ipl, starname, epheflag,\n rsmi, geopos[3],\n[…]\n80 (2000-02-05 partial), next lunar JD 2451564.7 (2000-01-21 total,\numbral mag 1.32). Types updated; add EclipseWhere/How/Times/When interfaces.\nNo wasm change - these functions were already exported.",
"is_bot": false,
"headline": "fix: correct 12 eclipse/occultation/rise_trans signatures to match C",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T17:31:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5bc7f2bdcaaa7a9a1911f5d26f1ba1030557a33f",
"body": "Add crossings + misc sections to the C reference generator and matching\nchecks to the compare harness (deltat_ex, house_name, solcross, mooncross,\nmooncross_node, helio_cross, gauquelin_sector, calc_pctr, lat_to_lmt,\nlmt_to_lat, get_current_file_data). npm run verify: 85 checks, 0 fail.",
"is_bot": false,
"headline": "test: extend JS-vs-C verification to the newly wrapped methods",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T17:22:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "168dc890cb83d31f54ffd754f455ca30652489f4",
"body": "Adds 20 previously-unwrapped public functions and rebuilds wasm/ (emcc 6.0.3):\n\n- Crossing family: solcross(_ut), mooncross(_ut), mooncross_node(_ut),\n helio_cross(_ut) - find when a body crosses a longitude or node.\n- deltat_ex (error-aware Delta T), house_name, gauquelin_sector.\n- calc_pctr (plan\n[…]\nunctions and 2 non-functions). Types: 104/104 methods typed.\n\nThe rebuild also realizes the earlier data-bundle trim: swisseph.data drops\nfrom 12 MB to 2.1 MB (unused seasnam.txt no longer preloaded).",
"is_bot": false,
"headline": "feat: wrap remaining Swiss Ephemeris API and rebuild wasm",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T17:22:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "57bb601ea1802501832b7810bb682dbefa9d71ca",
"body": "Compiles the vendored Swiss Ephemeris C source natively, generates a\nreference JSON from the real library, and diffs every wrapped wasm method's\noutput against it (72 checks, tolerance 1e-6). This is what caught the\nrefrac/refrac_extended/nod_aps signature bugs. Runnable via 'npm run verify';\nneeds only gcc + node (not emcc). Build artifacts (swegen, c_ref.json) are\ngitignored.",
"is_bot": false,
"headline": "test: add JS-vs-C verification harness (npm run verify)",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T17:12:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60cb1f02639216d61589052553e7b88c3b6f1c8a",
"body": "Verified by compiling the vendored C source natively and diffing every\nmethod's output (72 checks, tolerance 1e-6):\n\n- refrac: C is swe_refrac(inalt, atpress, attemp, calc_flag) -> double. The\n wrapper passed 6 args + an unused result pointer and returned an unwritten\n buffer (garbage). Now matche\n[…]\norrect buffers\n and semantics: {ascending, descending, perihelion, aphelion, asc_node,\n desc_node, peri_lon, aphe_lon}.\n- Types updated to match; add RefracExtendedResult, revise NodesApsidesResult.",
"is_bot": false,
"headline": "fix: correct refrac, refrac_extended and nod_aps signatures to match C",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T17:12:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "80c6feba2e81412ff1b622f5e1b1a05167b1763f",
"body": "Add TypeScript declarations for the 34 previously-untyped methods (cotrans,\ntime_equ, sidtime0, jdet_to_utc/jdut1_to_utc/utc_time_zone, get_ayanamsa_ex*,\nheliacal_*, vis_limit_mag, set_ephe_path/jpl_file/tid_acc/lapse_rate, math\nhelpers, cs2*str formatters) plus UTCDateComponents and OrbitDistance\ninterfaces. Update get_orbital_elements/orbit_max_min_true_distance/heliacal_*\nreturn types to match the repaired implementations. tsc --strict clean.",
"is_bot": false,
"headline": "types: cover all 84 wrapped methods (was 50)",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T17:06:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7b6ed09bb402e76c0827faabd120146cb775cab",
"body": "- Copy every heap result out with .slice() before _free(). ~20 methods\n (fixstar*, pheno*, refrac*, rise_trans*, all eclipse/occultation,\n sol_eclipse_where, utc_to_jd) previously returned a live Float64Array view\n into just-freed heap; with ALLOW_MEMORY_GROWTH a later alloc could detach\n the bu\n[…]\n.\n- Add #allocDoubles() helper for marshaling double[] inputs.\n\nVerified: Mars orbital elements a=1.52 AU e=0.093 i=1.85 deg; fixstar\nlongitude stable after later allocations. All 68 tests still pass.",
"is_bot": false,
"headline": "fix: eliminate use-after-free and repair 5 broken buffer wrappers",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T17:06:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a24d5ca06976ffe66061112335f41948ac3f39ae",
"body": "…undle\n\nThe deps/swisseph git submodule was the root of repeated build pain: upstream\nbundles hundreds of MB of ephemeris data in its source repo, and the recorded\npin was 25 commits behind master, so 'git submodule update --depth 1' could\nnot even reach it (275 MB download then failure).\n\n- Vendor \n[…]\n add a 'Building from source' section with Emscripten prerequisites,\n source layout, build steps, and version-bump instructions.\n\nNo runtime change; prebuilt wasm/ untouched, all 68 tests still pass.",
"is_bot": false,
"headline": "refactor(deps): vendor Swiss Ephemeris source, drop submodule, trim b…",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T16:53:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "02ba4df4ab9ef9389ae82f0df0bb60678284fab8",
"body": "deps/swisseph is a build-only source dep bootstrapped by init-dependency.sh\nas a shallow sparse clone whose HEAD differs from the recorded pin. Set\nignore = all so it never dirties git status or gets its pin bumped by\naccident.",
"is_bot": false,
"headline": "chore: ignore deps/swisseph submodule checkout state",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T16:46:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e66aba49bd8064c68792be89043fba67d0ce346",
"body": "Upstream swisseph repo bundles hundreds of MB of ephemeris data, making a\nplain submodule clone time out. compile.sh only needs the root *.c/*.h, so\nclone shallow + --filter=blob:none + sparse-checkout of source files only.\nCuts the checkout from minutes/timeout to ~2s and 2.6 MB. Also read\nSE_VERSION from sweph.h (its real location).",
"is_bot": false,
"headline": "perf: sparse blobless clone in init-dependency.sh",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T16:43:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a42d433293481e345f9874feafc38a2aa7a5b340",
"body": "Shallow-inits the deps/swisseph submodule (official Swiss Ephemeris C\nsource), verifies the deps/sweph ephemeris data files are present, and\nreports whether emcc is available for rebuilding wasm/. UPDATE=1 advances\nthe submodule to latest upstream master.",
"is_bot": false,
"headline": "chore: add init-dependency.sh to bootstrap build deps",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T16:39:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "259c37e57695b5e49b40be536e152ae6fe687f52",
"body": "Fixes #3\n\n- Add a guarded SweModule getter backed by a private #module field. Any\n public method called before initSwissEph() now throws\n 'SwissEph not initialized. Call await initSwissEph() first.' instead of a\n cryptic 'Cannot read properties of undefined (reading ccall)'.\n- Document in README \n[…]\nrk with set_ephe_path()\n in WASM; bundled files mount at /sweph (approx 1800-2400 AD coverage) and\n need no set_ephe_path call; explain how to rebuild with extra .se1 files.\n- Bump version to 0.0.6.",
"is_bot": false,
"headline": "fix: guard uninitialized use and document WASM ephemeris paths",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T16:34:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7e253561b051233af890fb0f4b7b3a22af25a0f9",
"body": "…thod\n\nFixes #4\n\n- Change houses() declaration from `number` to a new HousesResult interface\n ({ cusps: Float64Array; ascmc: Float64Array }) matching the implementation.\n- Add declarations for houses_ex, houses_ex2, houses_armc, houses_armc_ex2\n (all return HousesResult), plus previously-undeclare\n[…]\ns) with accurate return types including `| null`.\n- Remove the duplicate houses() definition in src/swisseph.js that silently\n overrode the first and passed hsys as 'string' instead of charCodeAt(0).",
"is_bot": false,
"headline": "fix(types): correct houses return type and remove duplicate houses me…",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-07-21T16:34:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ea35cdbd989a77d0ec9bdb345d65a786640a7bbc",
"body": "Fix typo: rename wsam and wasam to wasm",
"is_bot": false,
"headline": "Merge pull request #2 from huydhoang/main",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-02-22T13:40:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ccb150c469b2c4dbab5b47ef5030c1d5087d8d1",
"body": "…-wasm\n\nfix: rename `wsam` directory, `wasam...` function to `wasm`, and update all path consumers",
"is_bot": false,
"headline": "Merge pull request #1 from huydhoang/copilot/rename-wsam-directory-to…",
"author_name": "huy",
"author_login": "huydhoang",
"committed_at": "2026-02-21T18:35:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29f5d74c8a05d8b51b55ae3e731ec956ef4c0a4a",
"body": "Co-authored-by: huydhoang <8493044+huydhoang@users.noreply.github.com>",
"is_bot": true,
"headline": "fix: update generated wasm loader path strings",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-02-21T15:04:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82630e5a5d36abd84814094733e4234a76196b97",
"body": "Co-authored-by: huydhoang <8493044+huydhoang@users.noreply.github.com>",
"is_bot": true,
"headline": "fix: rename wsam directory references to wasm",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-02-21T14:59:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "853b06b54339d4346b21d2e5b0b2416098ea295d",
"body": null,
"is_bot": true,
"headline": "Initial plan",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2026-02-21T14:56:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d6a0c1eccba8622c10a4c89d7eac947e7fd739d",
"body": null,
"is_bot": false,
"headline": "enhc: added llm.txt for llm to understand the package",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-01-11T15:19:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b81b1192b73aaa0c29619022a718a4235e1b507",
"body": null,
"is_bot": false,
"headline": "0.0.4",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-01-11T14:46:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f21ed1123475bf3db788ea8f9af6993124dd8d9",
"body": null,
"is_bot": false,
"headline": "Fix memory management in swisseph.js and resolve flaky tests",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2026-01-11T14:45:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3fa5c49c3f5518709d472547da1a4059d4e4450",
"body": null,
"is_bot": false,
"headline": "docs: update labels",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2025-12-26T09:01:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3d902e099656c4a83befe3a975b979ffba10979",
"body": null,
"is_bot": false,
"headline": "Remove copyright line from footer to save space",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2025-12-26T08:52:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdf233a03667e1515c836b0bfb9ca2da47604948",
"body": null,
"is_bot": false,
"headline": "Make footer more compact with smaller text sizes",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2025-12-26T08:50:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d2a3638559023c8deb2148fbb80f5971b4bb4a4",
"body": null,
"is_bot": false,
"headline": "Add API Explorer link to demo.html header",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2025-12-26T08:47:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "655d6afcd793b2fa68959426122c0a7d1a9ae4a3",
"body": null,
"is_bot": false,
"headline": "update unsed file",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2025-12-26T08:44:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae9afe7fcdd6a8a5a5fd9766fc73a9b01ff2a9d1",
"body": "- API Explorer: Interactive testing of all 63 methods\n- Tests: Automated browser tests (58/58 passing)\n- Playground: Code editor with program templates\n- Clean professional design with cross-navigation",
"is_bot": false,
"headline": "Add API Explorer, Tests, and Playground tools",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2025-12-26T08:43:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2541e92a3d9bf34a1d6c40a50323054c963ebfac",
"body": "- Fixed all 68 exported Swiss Ephemeris methods\n- Implemented proper WASM memory management\n- Created standalone test runner (100% passing)\n- Removed Jest (WASM caching issues)\n- Verified all methods against C library ground truth\n- Fixed: calc, get_planet_name, house_pos, azalt, version, time_equ, split_deg, jdet_to_utc, jdut1_to_utc, utc_time_zone\n- All tests passing: 68/68 (100%)",
"is_bot": false,
"headline": "Achieve 100% test coverage with standalone test runner",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2025-12-26T07:48:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9d1894c515b424c0ff0f652f06c80578dde0843",
"body": null,
"is_bot": false,
"headline": "fix: data init issue",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2025-12-26T06:08:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8e069d45f66679a455addfbaddebca06cdb99bd",
"body": null,
"is_bot": false,
"headline": "enhc: updated complile files",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2025-12-25T17:45:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54141eee897327b4fe711fe802f918fece1c76c3",
"body": null,
"is_bot": false,
"headline": "fix:compile issue",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2025-12-25T17:39:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fb4c0009015a0b80c5e25789ce9416f0b238aec",
"body": null,
"is_bot": false,
"headline": "docs: update docs",
"author_name": "prolaxu",
"author_login": null,
"committed_at": "2025-07-05T18:48:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f8421e87e15e8fe1a1013f6907e42b2bb7ef243",
"body": null,
"is_bot": false,
"headline": "docs: update docs",
"author_name": "prolaxu",
"author_login": null,
"committed_at": "2025-07-05T18:31:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a96c858c2330fbeae17abcf37e950b9012b0aaee",
"body": null,
"is_bot": false,
"headline": "docs: added licensing info",
"author_name": "prolaxu",
"author_login": null,
"committed_at": "2025-07-05T17:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cdbf8d71e42848540d1de12e0b8ea352b25942a",
"body": null,
"is_bot": false,
"headline": "enhc: comprehensive API exploration",
"author_name": "prolaxu",
"author_login": null,
"committed_at": "2025-07-05T17:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1ba200ffc35e72e803deedb71c49d257e6bf462",
"body": null,
"is_bot": false,
"headline": "enhc: added lat long and aasyamsa support in birth chart example",
"author_name": "prolaxu",
"author_login": null,
"committed_at": "2025-07-05T16:58:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3856c0a35c97261ba0203f9901b6415ec764e7e5",
"body": null,
"is_bot": false,
"headline": "docs: resolved typos",
"author_name": "prolaxu",
"author_login": null,
"committed_at": "2025-07-05T14:50:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da2d6b5ac1927d5eea829ad1b022801052e71d1b",
"body": null,
"is_bot": false,
"headline": "docs: updated typos",
"author_name": "prolaxu",
"author_login": null,
"committed_at": "2025-07-05T14:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "013e7afadde8ce5f536c5ccd88e32dc9f72bd0c0",
"body": "…demo\n\n✨ Major Features Added:\n- 🌐 Full Node.js and browser compatibility\n- 🏠 House systems calculator (8 different systems)\n- 📐 Planetary aspects analysis with orb control\n- 🔧 Interactive API explorer for testing functions\n- 📊 Visual astrological charts (wheel, linear, aspect grid)\n- ⚡ Enhanced dem\n[…]\nes\n- Added CDN usage examples\n\n🎯 Ready for Production:\n- Professional-grade demo showcasing all features\n- Comprehensive test coverage\n- Full TypeScript support\n- Cross-platform compatibility verified",
"is_bot": false,
"headline": "🚀 Release v0.0.2: Enhanced cross-platform compatibility and powerful …",
"author_name": "prolaxu",
"author_login": null,
"committed_at": "2025-07-05T14:18:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eff29a3341945fd975f5cc0c1fd35e450e91835a",
"body": null,
"is_bot": false,
"headline": "docs: update inital version",
"author_name": "prolaxu",
"author_login": null,
"committed_at": "2025-07-04T14:55:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "845b80d7df676448713f74e18cc54ee643736cba",
"body": null,
"is_bot": false,
"headline": "enhc: domo code + docs: npm publish setup",
"author_name": "prolaxu",
"author_login": null,
"committed_at": "2025-07-04T14:53:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6711c8397d67dcb1c4bc624688f8bf7a14e794eb",
"body": null,
"is_bot": false,
"headline": "enhc: gitingore",
"author_name": "prolaxu",
"author_login": null,
"committed_at": "2025-07-04T14:35:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03b62aadcdf52fcbdf616e3f2e87134a41443793",
"body": null,
"is_bot": false,
"headline": "feat: proper tests and examples + docs: full documentations",
"author_name": "prolaxu",
"author_login": null,
"committed_at": "2025-07-04T14:33:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ad67fc4a9520c31856f05f17bec9692863e3c60",
"body": null,
"is_bot": false,
"headline": "optimize(exmaple ): js and loading effect",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2025-01-09T03:01:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d305a5b74bd8a4d0b82efcabd65265806c7d861e",
"body": null,
"is_bot": false,
"headline": "fix: locate issue",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2025-01-09T02:29:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "861a8b789b545d638ae2f116b4a3341540676296",
"body": null,
"is_bot": false,
"headline": "fix: locate issue",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2025-01-09T02:24:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6d07198d7e5cbd4bef2cb6ab4092c13cde1e2f7",
"body": null,
"is_bot": false,
"headline": "enhc: remove dead code",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2025-01-08T19:06:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a266a6d170e74ecccd52dd8017c1ab87bc491ee",
"body": null,
"is_bot": false,
"headline": "enhc: imporve example",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2025-01-08T19:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4022a382744c195b2897e78a7d41714073ae03d",
"body": null,
"is_bot": false,
"headline": "fix: calc_ut function",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2025-01-08T18:41:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe3f42e9cf491c54ef232e31a40ff336c7f067b6",
"body": null,
"is_bot": false,
"headline": "inital implementations",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2025-01-08T18:13:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f0e3f5fe82baf5e458d0d4563d2f2850e1bfe00",
"body": null,
"is_bot": false,
"headline": "first commit",
"author_name": "Laxman Adhikari",
"author_login": "prolaxu",
"committed_at": "2025-01-08T18:13:03Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 44,
"latest_release_at": "2026-07-21T18:14:26Z",
"latest_release_tag": "v0.1.0",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 4,
"days_since_latest_release": 8,
"mean_days_between_releases": 127.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "swisseph-wasm",
"exists": true,
"license": "GPL-3.0-or-later",
"keywords": [
"swiss-ephemeris",
"astronomy",
"astrology",
"ephemeris",
"webassembly",
"wasm",
"planetary-positions",
"astronomical-calculations",
"julian-day",
"sidereal",
"tropical",
"birth-chart",
"horoscope",
"celestial-mechanics"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/swisseph-wasm",
"is_deprecated": false,
"latest_version": "0.1.0",
"repository_url": "https://github.com/prolaxu/swisseph-wasm",
"versions_count": 5,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 7393,
"first_published_at": "2025-07-04T14:57:17.578000Z",
"latest_published_at": "2026-07-21T18:05:45.309000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 8,
"stars": 35,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2025-08-29",
"count": 1
},
{
"date": "2025-11-21",
"count": 1
},
{
"date": "2025-11-22",
"count": 1
},
{
"date": "2026-02-21",
"count": 1
},
{
"date": "2026-04-06",
"count": 1
},
{
"date": "2026-05-10",
"count": 1
},
{
"date": "2026-06-10",
"count": 1
},
{
"date": "2026-07-25",
"count": 1
}
],
"complete": true,
"collected": 8,
"total_forks": 8
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 311984,
"source_files_sampled": 33,
"oversized_source_files": 11,
"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": [],
"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": 1,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 3,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "prolaxu",
"commits": 48,
"avatar_url": "https://avatars.githubusercontent.com/u/54370052?v=4"
},
{
"type": "User",
"login": "huydhoang",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8493044?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.98
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 9,
"reason": "binaries present in source code",
"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": 0,
"reason": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"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 1/27 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "26 commit(s) and 2 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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "fe9065942986dd7a0cc3dada7d5396c87331198c",
"ran_at": "2026-07-30T11:33:48Z",
"aggregate_score": 3.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-21T18:51:09Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-02-22T13:40:35Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/prolaxu/swisseph-wasm",
"host": "github.com",
"name": "swisseph-wasm",
"owner": "prolaxu"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 38,
"vitality": 67,
"community": 46,
"governance": 61,
"engineering": 59
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 67,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 44,
"human_commit_share": 0.953,
"days_since_last_push": 8,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "44 commits in the last year",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 44
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "26 commit(s) and 2 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": 84,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v0.1.0",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 127.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~127.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 127.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 8,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 8 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 8
}
}
],
"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": 46,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"forks": 8,
"stars": 35,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "35 stars",
"points": 24.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 35
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "8 forks",
"points": 7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 8
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"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": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"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": 64,
"inputs": {
"packages": [
"swisseph-wasm"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 7393
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "7,393 downloads/month across npm",
"points": 51.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 7393,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.98
},
"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 98% of commits",
"points": 0.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"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 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 1,
"open_issues": 0,
"closed_issues": 3,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "1/1 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1,
"decided": 1
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"followers": 29,
"owner_type": "User",
"is_verified": null,
"owner_login": "prolaxu",
"public_repos": 110,
"account_age_days": 2534
},
"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": "29 followers of prolaxu",
"points": 10.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 29,
"login": "prolaxu"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "110 public repos, account ~6 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 110
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"swisseph-wasm"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 8
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "5 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 5
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 59,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 38,
"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": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6.8,
"status": "partial",
"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": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 1/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "26 commit(s) and 2 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 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 3
},
"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": 36,
"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.852,
"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": "52 of 61 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 52,
"sampled": 61
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": 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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 64",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 64
}
}
],
"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": "at_risk",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 311984,
"source_files_sampled": 33,
"oversized_source_files": 11
},
"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": "11/33 source files over 60KB",
"points": 36.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 33,
"oversized": 11
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-30T11:33:56.569908Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/prolaxu/swisseph-wasm.svg",
"full_name": "prolaxu/swisseph-wasm",
"license_state": "custom",
"license_spdx": null
}