Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 228,
"has_wiki": true,
"homepage": "https://react-sandbox-blond.vercel.app",
"languages": {
"TypeScript": 78634
},
"pushed_at": "2026-03-10T22:08:03Z",
"created_at": "2025-11-24T19:51:12Z",
"owner_type": "Organization",
"updated_at": "2026-02-22T22:48:19Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://trygravity.ai/",
"name": "Gravity",
"type": "Organization",
"login": "Try-Gravity",
"company": null,
"location": "United States of America",
"followers": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/224351292?v=4",
"created_at": "2025-08-03T03:34:29Z",
"is_verified": null,
"public_repos": 5,
"account_age_days": 355
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "315cf608846d815edac5e5807f6b345cbeddcc7b",
"body": null,
"is_bot": false,
"headline": "bumped versions",
"author_name": "leo-gravity",
"author_login": "leo-gravity",
"committed_at": "2026-02-22T22:48:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0864b9062fb39972d93016e817eeb35643ea392",
"body": "Overhaul SDK integration API",
"is_bot": false,
"headline": "Merge pull request #7 from Try-Gravity/integration-overhaul",
"author_name": "Leo Martinez",
"author_login": "leo-gravity",
"committed_at": "2026-02-22T03:41:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e549c3e968db1e1332cfd46c236729490fa0b7d",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Fix Windows URL injection (use rundll32) and timeoutMs falsy-zero bug",
"author_name": "Misha Sinitcyn",
"author_login": "misha-gravity",
"committed_at": "2026-02-22T00:41:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2ae33dc2ac5c1023ff9b9f4a54f081f61e054706",
"body": "…ss instead of cmd /c start\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Fix Windows command injection in openUrl — use PowerShell Start-Proce…",
"author_name": "Misha Sinitcyn",
"author_login": "misha-gravity",
"committed_at": "2026-02-21T23:59:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a66e1d9b680feef9fb51828c424d68203c590b80",
"body": "The wrapLineCount function was splitting text on /\\s+/, which treats\nnewline characters identically to spaces. This caused incorrect line\ncount calculations when ad text contained embedded newlines, leading\nto ad cards being rendered shorter than their actual content.\n\nThe fix splits text by newlines first, computes the wrap count for\neach segment separately, and sums the results. Empty lines between\nsegments are properly counted as one line each.\n\nApplied via @cursor push command",
"is_bot": false,
"headline": "Fix wrapLineCount to properly handle newlines in text",
"author_name": "Cursor Agent",
"author_login": "cursoragent",
"committed_at": "2026-02-21T23:46:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c70d33fb3b6e37e97ff33af5569f22c103d65bdc",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Fix setAd hover cleanup and restUser spread order in gravityContext",
"author_name": "Misha Sinitcyn",
"author_login": "misha-gravity",
"committed_at": "2026-02-21T20:58:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5e8feab92231b0550fc0dd7419921136967434a7",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Fix readonly tuple type error in openUrl",
"author_name": "Misha Sinitcyn",
"author_login": "misha-gravity",
"committed_at": "2026-02-21T20:53:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "992c1d24e9a9524a08aec891092ae0acabb1d395",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Swallow execFile errors in openUrl to avoid crashing host app",
"author_name": "Misha Sinitcyn",
"author_login": "misha-gravity",
"committed_at": "2026-02-21T20:22:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2b5f8ab543ee93eafedeba2bf3ae17293157526b",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Fix clear() not resetting cursor style or refocusing input on hover",
"author_name": "Misha Sinitcyn",
"author_login": "misha-gravity",
"committed_at": "2026-02-21T20:12:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b11c4c8a724aea49e3a3ebb5fee67723b051e36f",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Fix hardcoded status 200 in gravityAds success path",
"author_name": "Misha Sinitcyn",
"author_login": "misha-gravity",
"committed_at": "2026-02-21T20:07:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d77e4c19f5186a227872a5bd68d5838ae174ab4f",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Fix empty adText producing blank row in ad card",
"author_name": "Misha Sinitcyn",
"author_login": "misha-gravity",
"committed_at": "2026-02-21T19:53:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ffcf57000a4388c9f86179384153506b1417d2f7",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Fix shell injection in openUrl — use execFile instead of exec",
"author_name": "Misha Sinitcyn",
"author_login": "misha-gravity",
"committed_at": "2026-02-21T19:48:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "62c4ef273a33d5a9493809e36829ac805c7350a2",
"body": "…text\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Deprecate legacy Client and AdParams in favor of Gravity + gravityCon…",
"author_name": "Misha Sinitcyn",
"author_login": "misha-gravity",
"committed_at": "2026-02-21T19:44:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "01338de8130ce567ce8764fbb56f66adc0cebb3d",
"body": null,
"is_bot": false,
"headline": "Add OpenTUI ad integration",
"author_name": "Misha Sinitcyn",
"author_login": "misha-gravity",
"committed_at": "2026-02-21T19:33:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cc40b6b365504aa1f257d85c2b92ed043931dfb",
"body": null,
"is_bot": false,
"headline": "Ad Component with impression logic",
"author_name": "Misha Sinitcyn",
"author_login": "misha-gravity",
"committed_at": "2026-02-21T06:08:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5a980ffe73b959af82272429cfcd74e2a704e4f",
"body": null,
"is_bot": false,
"headline": "Provide native context helper",
"author_name": "Misha Sinitcyn",
"author_login": "misha-gravity",
"committed_at": "2026-02-21T04:45:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e72f84f80d7bf5138770776065643f50736db50d",
"body": null,
"is_bot": false,
"headline": "chore: bump versions",
"author_name": "leo-gravity",
"author_login": "leo-gravity",
"committed_at": "2026-01-14T06:31:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2a89075f632b5eff5e4449ad3892b00f05dd64d",
"body": null,
"is_bot": false,
"headline": "chore: bump versions",
"author_name": "leo-gravity",
"author_login": "leo-gravity",
"committed_at": "2026-01-14T06:30:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da81fc1237158f0f9237457036e7b041d8f0c7a8",
"body": "Updated ad endpoint",
"is_bot": false,
"headline": "Merge pull request #6 from Try-Gravity/dev/grv-391/v1-schemas",
"author_name": "Leo Martinez",
"author_login": "leo-gravity",
"committed_at": "2026-01-14T06:27:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d935ea6fd4b6e41df8f452e1b575a1d1ed4f334",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into dev/grv-391/v1-schemas",
"author_name": "Leo Martinez",
"author_login": "leo-gravity",
"committed_at": "2026-01-14T06:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da5ec66b56c2d31f5e6885fe65fe1db2f37c033f",
"body": null,
"is_bot": false,
"headline": "Updated V1 schemas.",
"author_name": "Misha Sinitcyn",
"author_login": "misha-gravity",
"committed_at": "2026-01-14T05:18:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dc06e669fcd5f00511a94f302942b97f2d1b939",
"body": null,
"is_bot": false,
"headline": "chore: bump versions",
"author_name": "leo-gravity",
"author_login": "leo-gravity",
"committed_at": "2026-01-14T04:37:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b863b5dbde31b0c799932a96e9d15d2087e61943",
"body": "Updated V1 schemas",
"is_bot": false,
"headline": "Merge pull request #5 from Try-Gravity/dev/grv-391/v1-schemas",
"author_name": "Leo Martinez",
"author_login": "leo-gravity",
"committed_at": "2026-01-14T04:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b450f062f4da7986690690318cf09d79339893c",
"body": null,
"is_bot": false,
"headline": "Updated V1 schemas.",
"author_name": "Misha Sinitcyn",
"author_login": "misha-gravity",
"committed_at": "2026-01-14T04:10:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10e4364d1dfb364b08daa9f43cba7be5afe611ec",
"body": null,
"is_bot": false,
"headline": "chore: bump version",
"author_name": "leo-gravity",
"author_login": "leo-gravity",
"committed_at": "2026-01-12T22:36:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ae56aa06ca26b8199113852bd10b2fa97b36eef",
"body": "…-docs\n\nLink to official API reference",
"is_bot": false,
"headline": "Merge pull request #4 from Try-Gravity/dev/grv-380/publisher-specific…",
"author_name": "Leo Martinez",
"author_login": "leo-gravity",
"committed_at": "2026-01-12T22:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6ddfb935a6ab3cdda329c04c9967bc187f29042",
"body": null,
"is_bot": false,
"headline": "Link to official API reference",
"author_name": "Misha Sinitcyn",
"author_login": "misha-gravity",
"committed_at": "2026-01-12T21:40:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae50377bd72421533985e2ba40f242490402fe6b",
"body": null,
"is_bot": false,
"headline": "chore: bump versions",
"author_name": "leo-gravity",
"author_login": "leo-gravity",
"committed_at": "2026-01-10T20:33:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f76af855aeab7533f388d10584204bfd12e3b6d5",
"body": "…-docs\n\nAdd publisher category-specific documentation, updated SDK schemas",
"is_bot": false,
"headline": "Merge pull request #3 from Try-Gravity/dev/grv-380/publisher-specific…",
"author_name": "misha-gravity",
"author_login": "misha-gravity",
"committed_at": "2026-01-10T19:47:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd4947aa31b75fe9b7aa04ca641ca2f3270d4c49",
"body": null,
"is_bot": false,
"headline": "Added render context",
"author_name": "Misha Sinitcyn",
"author_login": "misha-gravity",
"committed_at": "2026-01-10T18:13:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebee929bb827c07de2ad5fae62c867194a92b573",
"body": null,
"is_bot": false,
"headline": "Added publisher category specific documentation. Updated SDK schemas.",
"author_name": "Misha Sinitcyn",
"author_login": "misha-gravity",
"committed_at": "2026-01-10T01:05:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "607031d92a230262183cfaef9e37aebd1fb29cc1",
"body": null,
"is_bot": false,
"headline": "chore: bump version",
"author_name": "leo-gravity",
"author_login": "leo-gravity",
"committed_at": "2026-01-07T20:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cd259b0cfa7ebead05337754ac9802cb17eba29",
"body": "…ndpoint\n\nStandardize getAd endpoint for v1",
"is_bot": false,
"headline": "Merge pull request #2 from Try-Gravity/dev/no-ref/standardize-getad-e…",
"author_name": "Leo Martinez",
"author_login": "leo-gravity",
"committed_at": "2026-01-07T20:42:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd259fcff4eff2e0bdafa5181cde4c162af3bc8a",
"body": null,
"is_bot": false,
"headline": "Standardized getAd endpoint for v1. Updated docs.",
"author_name": "Misha Sinitcyn",
"author_login": "misha-gravity",
"committed_at": "2026-01-07T20:12:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d35f335187f64ed87c5ab8816a867814c5f2a777",
"body": null,
"is_bot": false,
"headline": "bumped versions after publishing",
"author_name": "leo-gravity",
"author_login": "leo-gravity",
"committed_at": "2026-01-04T05:30:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff646fbad9384729d9a3fc60e48120df67434d13",
"body": "NEW [api, react] V1 endpoints",
"is_bot": false,
"headline": "Merge pull request #1 from Try-Gravity/dev/grv-352/v1-endpoints",
"author_name": "Leo Martinez",
"author_login": "leo-gravity",
"committed_at": "2026-01-04T04:59:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d436d43ecf6876a71275512d997ebae67db08936",
"body": null,
"is_bot": false,
"headline": "NEW [api, react] V1 endpoints",
"author_name": "Misha Sinitcyn",
"author_login": "misha-gravity",
"committed_at": "2026-01-04T04:55:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07e6e0a1551e24105408b25d6f6e2161c9fa0af3",
"body": null,
"is_bot": false,
"headline": "removed apiKey from body",
"author_name": "leo-flaxlabs",
"author_login": "leo-gravity",
"committed_at": "2025-11-27T10:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "431a5075985cf334ddfc2d6c032741cd6c41c6a2",
"body": null,
"is_bot": false,
"headline": "install sdk into examples",
"author_name": "leo-flaxlabs",
"author_login": "leo-gravity",
"committed_at": "2025-11-27T00:45:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba36f740a06f3efdb15c910dbd9d0198f6b9da3e",
"body": null,
"is_bot": false,
"headline": "bump version patch",
"author_name": "leo-flaxlabs",
"author_login": "leo-gravity",
"committed_at": "2025-11-26T23:53:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5a8cd39b43e3efa4646ef85104654134b175109",
"body": null,
"is_bot": false,
"headline": "updated readme",
"author_name": "leo-flaxlabs",
"author_login": "leo-gravity",
"committed_at": "2025-11-26T23:35:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fde167c80b13a3a26132b7a7991888b211c1b308",
"body": null,
"is_bot": false,
"headline": "examples",
"author_name": "leo-flaxlabs",
"author_login": "leo-gravity",
"committed_at": "2025-11-26T23:35:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7ded0ed066956d496674166dfe12247ac0b743c",
"body": null,
"is_bot": false,
"headline": "updated api documentation",
"author_name": "leo-flaxlabs",
"author_login": "leo-gravity",
"committed_at": "2025-11-26T23:35:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9bbe9bf845aaeb087c2f44f00bdbe4886d6d779",
"body": null,
"is_bot": false,
"headline": "created: react package",
"author_name": "leo-flaxlabs",
"author_login": "leo-gravity",
"committed_at": "2025-11-26T23:34:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95d9bd7536ef8ae603b5af8142576a200fdec4b9",
"body": null,
"is_bot": false,
"headline": "bumped version",
"author_name": "leo-flaxlabs",
"author_login": "leo-gravity",
"committed_at": "2025-11-25T09:35:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fddb1faf7602b1ea4abecae4b1a7c0cdd1538bcc",
"body": null,
"is_bot": false,
"headline": "added relevancy parameter",
"author_name": "leo-flaxlabs",
"author_login": "leo-gravity",
"committed_at": "2025-11-25T09:34:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6949d7653fdb7a9c5cf6b66619883afe12dfc2a0",
"body": null,
"is_bot": false,
"headline": "package name",
"author_name": "leo-flaxlabs",
"author_login": "leo-gravity",
"committed_at": "2025-11-24T22:09:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "857925e6c0278e463ba93fc8d73e356483f8115c",
"body": null,
"is_bot": false,
"headline": "updated package.json",
"author_name": "leo-flaxlabs",
"author_login": "leo-gravity",
"committed_at": "2025-11-24T22:01:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "002971016f209f95601222814bab4d7fffff6c03",
"body": null,
"is_bot": false,
"headline": "ignore local test",
"author_name": "leo-flaxlabs",
"author_login": "leo-gravity",
"committed_at": "2025-11-24T21:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02527a82d79b4eacf27474b4a017dc142d52d690",
"body": null,
"is_bot": false,
"headline": "readme",
"author_name": "leo-flaxlabs",
"author_login": "leo-gravity",
"committed_at": "2025-11-24T21:10:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "592e7da30546f8ea995b9ffdcbe9a70a6dba6382",
"body": null,
"is_bot": false,
"headline": "initial commit",
"author_name": "leo-flaxlabs",
"author_login": "leo-gravity",
"committed_at": "2025-11-24T19:41:53Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 51,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 136,
"active_weeks_last_year": 4,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": 25,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@gravity-ai/api",
"exists": true,
"license": "MIT",
"keywords": [
"gravity",
"advertising",
"api",
"client",
"ads",
"typescript",
"contextual-advertising",
"ai-ads"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@gravity-ai/api",
"is_deprecated": false,
"latest_version": "1.1.8",
"repository_url": "https://github.com/Try-Gravity/gravity-js",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 38758,
"first_published_at": "2025-11-24T22:09:49.460000Z",
"latest_published_at": "2026-05-01T19:36:49.759000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 84
},
{
"name": "@gravity-ai/react",
"exists": true,
"license": "MIT",
"keywords": [
"gravity",
"advertising",
"react",
"ads",
"typescript",
"contextual-advertising",
"ai-ads",
"ad-component"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@gravity-ai/react",
"is_deprecated": false,
"latest_version": "1.1.9",
"repository_url": "https://github.com/Try-Gravity/gravity-js",
"versions_count": 12,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 2182,
"first_published_at": "2025-11-26T23:46:33.881000Z",
"latest_published_at": "2026-07-19T04:31:21.139000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 1,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-03-01",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"examples/react-test/tsconfig.json",
"packages/api/tsconfig.json",
"packages/react/tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 16246,
"source_files_sampled": 23,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 30,
"malicious_count": 0,
"assessed_package": "npm:@gravity-ai/api@1.1.8",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "axios",
"manifest": "packages/api/package.json",
"ecosystem": "npm",
"version_constraint": "^1.13.2"
}
],
"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": 7,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "leo-gravity",
"commits": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/186663240?v=4"
},
{
"type": "User",
"login": "misha-gravity",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/249185640?v=4"
},
{
"type": "User",
"login": "cursoragent",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/199161495?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.569
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"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": 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": 6,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 5 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": 4,
"reason": "Found 5/11 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": null,
"reason": "no dependencies found",
"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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "47 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "315cf608846d815edac5e5807f6b345cbeddcc7b",
"ran_at": "2026-07-25T02:07:35Z",
"aggregate_score": 2.2,
"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-02-22T22:48:17Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-02-22T03:41:45Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Try-Gravity/gravity-js",
"host": "github.com",
"name": "gravity-js",
"owner": "Try-Gravity"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"security": 38,
"vitality": 17,
"community": 28,
"governance": 54,
"engineering": 36
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 17,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"commits_last_year": 51,
"human_commit_share": 1,
"days_since_last_push": 136,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 136 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 136
}
}
],
"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": "51 commits in the last year",
"points": 15.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 51
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"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": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "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": 152,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 152 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 152
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 28,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 1,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"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": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 77,
"inputs": {
"packages": [
"@gravity-ai/api",
"@gravity-ai/react"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 40940
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "40,940 downloads/month across npm",
"points": 61.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 40940,
"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": 54,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.569
},
"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 57% of commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 57
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"merged_prs": 7,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/10 decided PRs merged",
"points": 26.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 10
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/11 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"followers": 3,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "Try-Gravity",
"public_repos": 5,
"account_age_days": 355
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "3 followers of Try-Gravity",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3,
"login": "Try-Gravity"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "5 public repos, account ~0 yr old",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 5
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@gravity-ai/api",
"@gravity-ai/react"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"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": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 36,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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 5 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://react-sandbox-blond.vercel.app",
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://react-sandbox-blond.vercel.app",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 38,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 23,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 5 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 5/11 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "47 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:@gravity-ai/api@1.1.8 runtime dependency closure — what installing the published package pulls in — 30 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:@gravity-ai/api@1.1.8",
"assessed": 30
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 30,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 30,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "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": 49,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.294,
"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": "15 of 51 human commits state their intent (structured subject or explanatory body)",
"points": 15.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 15,
"sampled": 51
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"examples/react-test/tsconfig.json",
"packages/api/tsconfig.json",
"packages/react/tsconfig.json"
],
"agent_commit_share": 0.196,
"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": "examples/react-test/tsconfig.json, packages/api/tsconfig.json, packages/react/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples/react-test/tsconfig.json, packages/api/tsconfig.json, packages/react/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "10 of the last 51 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 10,
"sampled": 51
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 16246,
"source_files_sampled": 23,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/23 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 23,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-25T02:07:49.612838Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/Try-Gravity/gravity-js.svg",
"full_name": "Try-Gravity/gravity-js",
"license_state": "absent",
"license_spdx": null
}