Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"arbitrum",
"perpetual-futures",
"trading",
"trading-platform",
"cryptotrading",
"cryptotradingbot",
"dex",
"forex-trading",
"sepoliatestnet"
],
"is_fork": false,
"size_kb": 421,
"has_wiki": true,
"homepage": "https://ostium.app",
"languages": {
"Python": 666287
},
"pushed_at": "2026-07-22T17:55:04Z",
"created_at": "2024-12-31T11:49:25Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T17:55:23Z",
"description": "A python based SDK developed for interacting with Ostium, a Decentralized Perpetual Exchange for trading Crypto, RWA (Commodities, indices, Forex) and more.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "0xOstium",
"company": null,
"location": null,
"followers": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/116327542?v=4",
"created_at": "2022-10-21T02:57:24Z",
"is_verified": null,
"public_repos": 7,
"account_age_days": 1370
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v2.0.22",
"kind": "patch",
"published_at": "2025-10-15T19:51:06Z"
}
],
"recent_commits": [
{
"oid": "3727a19d8a74d5c08e968a250c3f1d34a4fba9e9",
"body": "Migrate price feed endpoint to bedrock (v3.3.1)",
"is_bot": false,
"headline": "Merge pull request #36 from 0xOstium/fix/price-endpoint-bedrock",
"author_name": "babayega",
"author_login": "babayega",
"committed_at": "2026-07-22T17:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9434d793bf8017d5e0d58d4d20516d3d47b875ab",
"body": null,
"is_bot": false,
"headline": "Migrate price feed endpoint to bedrock, bump to 3.3.1",
"author_name": "Thales",
"author_login": "cinojosa0705",
"committed_at": "2026-07-21T20:36:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "122abee5f32f3506646572d05d15738daf64fc04",
"body": "perf: 4x faster trading — offline tx building, sequencer broadcast, chain-event order tracking",
"is_bot": false,
"headline": "Merge pull request #35 from 0xOstium/perf/trade-latency",
"author_name": "babayega",
"author_login": "babayega",
"committed_at": "2026-07-09T15:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96bea811522b1938dafbd977e882e5f4a5d5c1fb",
"body": "track_order_and_trade now detects order settlement from the callbacks\ncontract's events (resolved at runtime via the on-chain registry) with a\nsingle eth_getLogs filter on the indexed orderId, polled every 0.25s.\nAfter settlement the subgraph is tried once for the enriched payload;\nif not yet indexe\n[…]\ning); broadcast median 697ms via sequencer (was 983ms);\noracle settles on-chain in 1-2s; subgraph indexing lag after chain\nsettlement median ~10s, max ~20s (no longer user-facing).\n\nLinear: OSTGRWE-77",
"is_bot": false,
"headline": "perf: chain-event order tracking; broadcast via Arbitrum sequencer",
"author_name": "babayega",
"author_login": "babayega",
"committed_at": "2026-07-09T11:04:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ae14b6e49562540735f3e75f7aacf1a331e670cf",
"body": "Addresses resolved via the Ostium registry\n(0x799a139aE56e11F0476aCE2f6118CfcAed9608d2), proxies followed to\nimplementations (EIP-1967 + Circle zOS slot for USDC), ABIs fetched\nfrom Blockscout. usdc_abi was a stale mock and is now the real Circle\nFiatToken ABI; trading_storage/pairs_info/vault gaine\n[…]\nhanged (contract unverified on\nBlockscout Sepolia).\n\nCalldata for all 11 SDK write functions verified byte-identical\nbefore/after; order-id extraction re-verified on live receipts.\n\nLinear: OSTGRWE-79",
"is_bot": false,
"headline": "chore: refresh bundled ABIs from verified on-chain implementations",
"author_name": "babayega",
"author_login": "babayega",
"committed_at": "2026-07-09T09:23:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e1a1087d9438dd601e6332cae8280f6e884c6e6c",
"body": "…action\n\n- Build all transactions offline: pass chainId (validated once at SDK\n init), static gas ceiling (2.5M, configurable) and static fee caps\n (0.5 gwei / 0 priority, configurable) into build_transaction instead\n of letting web3 fetch chainId, estimateGas and fee history per tx\n- Fetch nonce\n[…]\n03...):\n459k/520k gas used vs 2.5M ceiling, orderIds 2149283/2149284 extracted,\ncalldata byte-identical to v3.2.0. Full suite 68/68.\n\nLinear: OSTGRWE-73, OSTGRWE-74, OSTGRWE-75, OSTGRWE-76, OSTGRWE-79",
"is_bot": false,
"headline": "perf: cut per-trade RPC round-trips from 10 to 1-3; fix order_id extr…",
"author_name": "babayega",
"author_login": "babayega",
"committed_at": "2026-07-09T09:23:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b95fc78308b5e3131b0e4d9a2f9c8fa5ead48960",
"body": "add isDayTrade to openTrade",
"is_bot": false,
"headline": "Merge pull request #31 from 0xOstium/upgrade/add-isdaytrade",
"author_name": "Marcovic22",
"author_login": "Marcovic22",
"committed_at": "2026-04-27T22:15:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3e6c58fd72069986541f4142e259543c432636d",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "update abi",
"author_name": "Thales",
"author_login": "cinojosa0705",
"committed_at": "2026-04-27T19:11:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4e11b6891bc82dba75501a26e537c15fbd7126c",
"body": null,
"is_bot": false,
"headline": "fix changelog",
"author_name": "Thales",
"author_login": "cinojosa0705",
"committed_at": "2026-04-27T15:34:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77156122063f9928b8a28a4299bd3338ff130092",
"body": null,
"is_bot": false,
"headline": "add isDayTrade to openTrade",
"author_name": "Thales",
"author_login": "cinojosa0705",
"committed_at": "2026-04-27T15:29:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40f550480410a9e53864770377200289f34605c5",
"body": "Hardcode slippage to 0 for limit/stop orders, update subgraph URLs",
"is_bot": false,
"headline": "Merge pull request #30 from 0xOstium/fix/limit-stop-upgrade",
"author_name": "babayega",
"author_login": "babayega",
"committed_at": "2026-03-10T09:04:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38cb873e05f1e9e39fb0f2564f5fd6b5b1115a4f",
"body": null,
"is_bot": false,
"headline": "hardcode slippage to 0 for limit/stop orders, update subgraph URLs",
"author_name": "Thales",
"author_login": "cinojosa0705",
"committed_at": "2026-02-15T00:17:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e65aef185685b1634dd5388915d9b5182ab3c93",
"body": null,
"is_bot": false,
"headline": "fix version (#21)",
"author_name": "Carlos or Thales",
"author_login": "cinojosa0705",
"committed_at": "2025-10-15T20:25:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2fbdc3bb50e7d50691b9138fd2bef3918ec2b28",
"body": "* Add builder fees to openTrade and slippage to closeTradeMarket\n\n* disable trading tests\n\n* fix comments\n\n* Update example-builder-fee.py",
"is_bot": false,
"headline": "Add builder fees to openTrade and slippage to closeTradeMarket (#20)",
"author_name": "Carlos or Thales",
"author_login": "cinojosa0705",
"committed_at": "2025-10-15T19:51:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e73df1cebb01e65b22030b75913de645559beab3",
"body": "no print",
"is_bot": false,
"headline": "Merge pull request #19 from 0xOstium/quickfix/clean-logs",
"author_name": "0xDefiAmi",
"author_login": "defiAmI",
"committed_at": "2025-09-05T13:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6750d294a7c91414442c11677153329f0f0c087e",
"body": null,
"is_bot": false,
"headline": "no print",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-09-05T13:23:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b34f0587ec025b0679d32cc20316a7f43700d4d9",
"body": "lazy graph connection",
"is_bot": false,
"headline": "Merge pull request #18 from 0xOstium/quickfix/certificate",
"author_name": "0xDefiAmi",
"author_login": "defiAmI",
"committed_at": "2025-08-27T11:31:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42e6d26e2af49514da7e6c7d3afa95c08fec46af",
"body": null,
"is_bot": false,
"headline": "lazy graph connection",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-08-27T11:31:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d40052aee424a92b801ef8e8d5a08ef8261fc4a0",
"body": "version 2.0.19 certificate issue",
"is_bot": false,
"headline": "Merge pull request #17 from 0xOstium/quickfix/certificate",
"author_name": "0xDefiAmi",
"author_login": "defiAmI",
"committed_at": "2025-08-25T18:42:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b1595eee2362493a1789ff2502c1b94cc50ebda",
"body": null,
"is_bot": false,
"headline": "version 2.0.19 certificate issue",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-08-25T18:42:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b257a26f38d3f34ecb75695eb631fa5743d9c8d",
"body": "Ami/cancel limit order",
"is_bot": false,
"headline": "Merge pull request #16 from 0xOstium/ami/cancel_limit_order",
"author_name": "0xDefiAmi",
"author_login": "defiAmI",
"committed_at": "2025-06-23T14:14:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0601e51605fe630f90506e47fee2d6934178ca3a",
"body": null,
"is_bot": false,
"headline": "version 2.0.18 with cancel_limit_order delegate support",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-06-23T13:59:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d579fb97b1b184cfbe53c5a99dfb077c72d4e033",
"body": null,
"is_bot": false,
"headline": "add delegate support for cancel_limit_order",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-06-23T13:57:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa30faa4ca52a98f41bebed393b5789ec11eeb1c",
"body": "Return target_funding_rate from getPendingAccFundingFees()",
"is_bot": false,
"headline": "Merge pull request #15 from 0xOstium/OS-2205-SDK-Changes",
"author_name": "0xDefiAmi",
"author_login": "defiAmI",
"committed_at": "2025-06-03T20:59:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a363d0b7c823bb22791fe86956152623a3a4b99f",
"body": null,
"is_bot": false,
"headline": "Return target_funding_rate from getPendingAccFundingFees()",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-06-03T20:59:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91aba981c1b2034dc9092807566a72d033390465",
"body": "query optional different address in sdk.get_open_trade_metrics()",
"is_bot": false,
"headline": "Merge pull request #13 from 0xOstium/OS-2205-SDK-Changes",
"author_name": "0xDefiAmi",
"author_login": "defiAmI",
"committed_at": "2025-05-31T17:32:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d4eabcb251dce416a7a82d9dc6e772bed286c13",
"body": null,
"is_bot": false,
"headline": "query optional different address in sdk.get_open_trade_metrics()",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-31T17:31:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe0372df34c5a3acf71e6d4a7e33a67ec4b78c93",
"body": "readme and changelog",
"is_bot": false,
"headline": "Merge pull request #12 from 0xOstium/OS-2205-SDK-Changes",
"author_name": "0xDefiAmi",
"author_login": "defiAmI",
"committed_at": "2025-05-28T20:07:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1836181d1018e080f162e0e073e5e0605b8c6a9a",
"body": null,
"is_bot": false,
"headline": "readme and changelog",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-28T20:06:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46c43e54c01c9aa6e597b127353340b1a61eac43",
"body": "Os 2205 sdk changes",
"is_bot": false,
"headline": "Merge pull request #10 from 0xOstium/OS-2205-SDK-Changes",
"author_name": "0xDefiAmi",
"author_login": "defiAmI",
"committed_at": "2025-05-28T20:00:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8a9699d4be05b92263c928874656f3ece62f023",
"body": null,
"is_bot": false,
"headline": "v2.0.15",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-28T19:59:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d346557bdda715badab6764c2c3a0d631c9c1649",
"body": null,
"is_bot": false,
"headline": "add readme pairs list",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-28T19:58:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa96b0eb7af05a388c374ffddbb93cb11ec3b650",
"body": null,
"is_bot": false,
"headline": "2.0.14 release + rm duplicate total_profit in trade metrics",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-28T19:48:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccd119b859184a7874e01f49414c67c5077abaa3",
"body": null,
"is_bot": false,
"headline": "add is_market_open, bid, mid, ask to Open Trade Metrics",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-28T19:33:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c396258277bcca00d9cef617c3d333526a9a0a34",
"body": null,
"is_bot": false,
"headline": "v2.0.13",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-28T19:12:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cd07deb44b65d0a77476341421af0a3bf5b4030",
"body": null,
"is_bot": false,
"headline": "minLevPos",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-28T19:12:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5165eeceaa7e214d6da0d0cf5738ce1ae6d4eff",
"body": null,
"is_bot": false,
"headline": "PRECISION_2-usage",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-28T17:26:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bac65ffcdf8214672dd1b7363c7ef6e4943e3725",
"body": null,
"is_bot": false,
"headline": "Sort formatted_pairs by id in ascending order",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-28T17:21:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8848475f71ad56a06cf8933f2e452df6fc88a0ed",
"body": null,
"is_bot": false,
"headline": "2.0.12 with isDayTradingClosed returned from get_formatted_pairs_details",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-28T17:17:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "441b80db8d4c0813e3011b4163dc2f124f3079c6",
"body": null,
"is_bot": false,
"headline": "v2.0.11",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-28T17:03:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a37dd4d6ac201e1a8e1b311d7a2a17e1c31bb641",
"body": null,
"is_bot": false,
"headline": "remove get_funding_fee_long_short()",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-28T16:54:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c111f5885258454162816284b9ce65e69b8bdaf3",
"body": null,
"is_bot": false,
"headline": "imp. get_formatted_pairs_details",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-28T16:49:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38e14d3c4ee51906e1e0750a2f1f2de9d1a2265b",
"body": null,
"is_bot": false,
"headline": "add changelog entry for v2.0.10",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-28T08:08:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e3771fdeb5d777048eca3d60b4f1777376d7aca",
"body": null,
"is_bot": false,
"headline": "release v2.0.10",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-27T21:16:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e566b61465dc21af8f8ecd7fa1bb3be388b58112",
"body": null,
"is_bot": false,
"headline": "fix liquidation_price + funding",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-27T21:14:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aded11604776d8b246d06b4796c6504d8fa7d3f2",
"body": null,
"is_bot": false,
"headline": "add test - pytest tests/test_get_pending_acc_funding_fees.py #3",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-27T19:11:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d64c4601947218afaf512c499731e7d150d3aaae",
"body": null,
"is_bot": false,
"headline": "add test - pytest tests/test_get_pending_acc_funding_fees.py #2",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-27T19:10:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2746aa293b8e2a6c0279b02aa8f5d1925ca60bfb",
"body": null,
"is_bot": false,
"headline": "add test - pytest tests/test_get_pending_acc_funding_fees.py",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-27T18:30:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c25468033f9eee0d6349ba34a18db28ca5c06675",
"body": null,
"is_bot": false,
"headline": "add test - pytest tests/test_get_pending_acc_funding_fees.py",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-27T18:29:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80d6a6fd4e2a6c88871266bf43fd72ac3476ec1b",
"body": null,
"is_bot": false,
"headline": "add tests/conftest.py so can run all tests with public rpc",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-27T17:00:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb1b4a51becc2581da273a5ba8280de2dc21d83c",
"body": null,
"is_bot": false,
"headline": "disabled tests x2",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-27T16:00:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d4e4c63e4096319aabdfa143c6ac88941d8042d",
"body": null,
"is_bot": false,
"headline": "rm unused test",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-27T15:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "577e842164bd7366768d82c8193b9816624fc0ea",
"body": null,
"is_bot": false,
"headline": "add sdk.get_target_funding_rate() with tests",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-27T13:40:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0da3f0cfc6125e12cfe6d4522e3c79af517e7797",
"body": null,
"is_bot": false,
"headline": "work on tests/test_slippage.py",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-27T12:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a960e32c26112c6116efa64c3240e7d141b5ecd",
"body": null,
"is_bot": false,
"headline": "put smart-contract repo python code under /scscript/ folder",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-27T12:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47991f41b59c64a59370d4a9214529d21cac1c93",
"body": null,
"is_bot": false,
"headline": "copy latest funding.py version to ostium_python_sdk/scscript/funding.py",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-27T10:33:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be563f53d2b3e17015f04078b90c676dc909a8f2",
"body": null,
"is_bot": false,
"headline": "formatting",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-27T10:27:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cee7d5aa631fae5f74983a962909c8a707c759ff",
"body": null,
"is_bot": false,
"headline": "rename \"trade_funding\" -> \"initial_funding\"",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-27T10:26:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "272930f9c1075395a4be615d5fadbcda1079df16",
"body": null,
"is_bot": false,
"headline": "setup v.2.0.6",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-27T09:07:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c37662bf07f8fc214bea4d0b64441193aec7849c",
"body": null,
"is_bot": false,
"headline": "add get_pair_overnight_max_leverage and test",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-27T08:31:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6207e0cc65e85ca16c7599838de63dc63cae04c",
"body": null,
"is_bot": false,
"headline": "cleanup verbose",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-26T19:53:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84ee361bb2bdba5a24431c45048cc252b5fb648c",
"body": null,
"is_bot": false,
"headline": "another #4 test case for getOpeningFee",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-26T19:04:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b8078d8b78aa212fd6007f4375f4e672efc35cc",
"body": null,
"is_bot": false,
"headline": "another #3 test case for getOpeningFee",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-26T19:03:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3256ab1d3bc655585c5c17268f5de7419485a224",
"body": null,
"is_bot": false,
"headline": "another #2 test case for getOpeningFee",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-26T18:55:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3151e974d349fee8bb586b34b0ca0fd8bab6e6e",
"body": null,
"is_bot": false,
"headline": "remove PRECISION_X constants from tests",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-26T18:45:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f304b4f80f6cfe29f4da1e8e3185e037fabf3c53",
"body": null,
"is_bot": false,
"headline": "case#4 for tests/test_get_trade_value.py",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-26T18:40:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "334135981f7e5a2f20ec92ce5472b93ea66b901d",
"body": null,
"is_bot": false,
"headline": "case-3 for tests/test_get_trade_value.py",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-26T18:38:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5b5fef1829feb8413c4b44577be7f3e39ae1fc4",
"body": null,
"is_bot": false,
"headline": "add case #2 test for tests/test_get_trade_value.py",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-26T18:31:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eca0e325ce343a36dd0ecb4e2595e4827bcf5df9",
"body": null,
"is_bot": false,
"headline": "add pytest -v tests/test_get_trade_value.py",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-26T17:01:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "744962300240bb2eb3c8205d901effcb9cb369dd",
"body": "…sts/test_get_opening_fee.py + an empty sdk.get_opening_fee()",
"is_bot": false,
"headline": "add v1.2.3 getTradeValue / getTradeValuePure / getOpeningFee + add te…",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-26T16:22:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52f1e2fd28acc5b13f5cf3d6dd32c26342ad8364",
"body": "add workflow for tests",
"is_bot": false,
"headline": "Merge pull request #11 from 0xOstium/rotem/workflow",
"author_name": "rotemsh15",
"author_login": "rotemsh15",
"committed_at": "2025-05-26T09:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb3b78d403c46345c5fd092c9028366719f385b0",
"body": null,
"is_bot": false,
"headline": "prints",
"author_name": "Rotem Shoshani",
"author_login": "rotemsh15",
"committed_at": "2025-05-26T09:34:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "031485587e56f5ba3a776b6b15d466bbe54acab0",
"body": null,
"is_bot": false,
"headline": "permissions",
"author_name": "Rotem Shoshani",
"author_login": "rotemsh15",
"committed_at": "2025-05-26T09:27:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9f811a527c7beb05cada53d04a4456c4102a340",
"body": null,
"is_bot": false,
"headline": "add workflow for tests",
"author_name": "Rotem Shoshani",
"author_login": "rotemsh15",
"committed_at": "2025-05-26T09:16:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d939e161defc449f0e0d7ac8626e62f6baf097be",
"body": null,
"is_bot": false,
"headline": "v2.0.5 with fixed getTradeLiquidationPrice",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-26T08:50:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d74c619a47bf788b015fa3759edeaf03d273211a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into OS-2205-SDK-Changes",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-26T08:22:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd608a1f98072df3136961a0f3d4a2e034ad0fde",
"body": "feat: add delegation, live order status",
"is_bot": false,
"headline": "Merge pull request #9 from 0xOstium/delegation",
"author_name": "0xDefiAmi",
"author_login": "defiAmI",
"committed_at": "2025-05-26T08:19:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1f0895aa47bcb481e37f25f56c9ba3cc252021e",
"body": null,
"is_bot": false,
"headline": "add v.2.0.4 changed.md",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-26T08:19:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72f2a6cf3cec361ef635f83bebc6fe51f85bdce3",
"body": null,
"is_bot": false,
"headline": "cleanup",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-25T16:54:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14dd81d8edd2574359696e0daddbb114b32e532d",
"body": null,
"is_bot": false,
"headline": "remove print",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-25T15:18:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7192d9625c7bd37769a16d73f1b06c30a6fd80bb",
"body": null,
"is_bot": false,
"headline": "add getTradeLiquidationPrice() using max Leverage",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-25T15:06:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4d76ae275780d6c4ef6a4f5fed0195b31113a86",
"body": null,
"is_bot": false,
"headline": "approve bug resolved",
"author_name": "babayega",
"author_login": "babayega",
"committed_at": "2025-05-14T08:24:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d94d0e4f39c54f05d66b5a179941e125ce35600b",
"body": "…getTradeLiquidationPrice from v.1.2.3",
"is_bot": false,
"headline": "add get_liq_margin_threshold_p() - read metadata from subgraph + add …",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-13T12:14:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "710176dcf3c129adb517a9819b8aa1892ccef6d6",
"body": null,
"is_bot": false,
"headline": "add delegation, live order status",
"author_name": "babayega",
"author_login": "babayega",
"committed_at": "2025-05-13T11:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de49ab8cc1f891ca118f51c3b38d26de59eefeb7",
"body": null,
"is_bot": false,
"headline": "fix false/true in abis and match v.1.2.3 of SC",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-13T08:36:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "103c70f977bf81d510333163bb39f2ebf9fcbf52",
"body": null,
"is_bot": false,
"headline": "replace abis with v.1.4.0",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-05-13T08:27:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49a7e269398824162942f366656adffa4d62d567",
"body": null,
"is_bot": false,
"headline": "README add cancel_limit_order() usage",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-04-09T19:57:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "627506dd2f425e6189969474a1599d0e2cae5c55",
"body": null,
"is_bot": false,
"headline": "update readme on how to cancel an order (fetch its pair_id and index)",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-04-09T19:30:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44e1a2cb9a7b29a66542d7c4cb638c56450332c2",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-04-06T18:54:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9d340d4ba19dbbb5787f92f3e934d0c4e4773f8",
"body": "…unctions-to-SDK\n\nreadme",
"is_bot": false,
"headline": "Merge pull request #8 from 0xOstium/OS-1973-Add-the-new-Version-2.0-f…",
"author_name": "0xDefiAmi",
"author_login": "defiAmI",
"committed_at": "2025-03-06T23:12:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c61d0ee78e44f1b4f9e0ceed7fbc5a62901ff1d",
"body": null,
"is_bot": false,
"headline": "readme",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-03-06T23:11:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d94f5092cb71875b59a003ccaa65ad355299cc5e",
"body": "…unctions-to-SDK\n\nadd remove_collateral",
"is_bot": false,
"headline": "Merge pull request #7 from 0xOstium/OS-1973-Add-the-new-Version-2.0-f…",
"author_name": "0xDefiAmi",
"author_login": "defiAmI",
"committed_at": "2025-03-06T23:08:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1750d15f4ad3b6fc65afd5e71882bf2cbdd42fe",
"body": null,
"is_bot": false,
"headline": "add a partial close",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-03-06T16:41:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62fd7cd119e6531454fbb3ad0fecb9bf464e234e",
"body": null,
"is_bot": false,
"headline": "add remove_collateral",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-03-06T15:42:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcc5f9bead059fa9df2845a4f7254345e334410a",
"body": "validate chain_id from rpc url matches desired network mainnet/testnet",
"is_bot": false,
"headline": "Merge pull request #6 from 0xOstium/ver2.0-finetune",
"author_name": "0xDefiAmi",
"author_login": "defiAmI",
"committed_at": "2025-03-05T18:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5165b569e954c292958879ff93285508298dd55",
"body": null,
"is_bot": false,
"headline": "2.0.1",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-03-05T18:47:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e886382d863fd9671ba1dd3aedcef496cdc7b4d",
"body": null,
"is_bot": false,
"headline": "validate chain_id from rpc url matches desired network mainnet/testnet",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-03-05T17:51:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfd98375adcd10ebfeb4538902a99b2b97e8fa66",
"body": "fix GetPriceImpact",
"is_bot": false,
"headline": "Merge pull request #5 from 0xOstium/OS-1947-Upgrade-SDK-to-v2",
"author_name": "0xDefiAmi",
"author_login": "defiAmI",
"committed_at": "2025-03-04T20:46:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65fe20eeb8edaac45cc4ee07c616b8669d1b6c44",
"body": null,
"is_bot": false,
"headline": "ver 2.0",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-03-04T20:30:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fd4eb998d054ac936e03027ebf1f0653bd8f42d",
"body": null,
"is_bot": false,
"headline": "ver 2.0",
"author_name": "Ami",
"author_login": "defiAmI",
"committed_at": "2025-03-04T20:30:00Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 18,
"latest_release_at": "2025-10-15T19:51:06Z",
"latest_release_tag": "v2.0.22",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 8,
"days_since_latest_release": 279,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 25,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "ostium-python-sdk",
"exists": true,
"license": null,
"keywords": [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/ostium-python-sdk/",
"is_deprecated": false,
"latest_version": "3.3.1",
"repository_url": "https://github.com/0xOstium/ostium-python-sdk",
"versions_count": 72,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2025-01-02T09:26:46.116646Z",
"latest_published_at": "2026-07-22T18:04:21.270533Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 14,
"stars": 17,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2025-02-09",
"count": 1
},
{
"date": "2025-05-08",
"count": 1
},
{
"date": "2025-05-20",
"count": 1
},
{
"date": "2025-07-08",
"count": 1
},
{
"date": "2025-08-21",
"count": 1
},
{
"date": "2025-09-05",
"count": 1
},
{
"date": "2025-11-11",
"count": 1
},
{
"date": "2025-12-10",
"count": 1
},
{
"date": "2025-12-31",
"count": 1
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-01-19",
"count": 1
},
{
"date": "2026-02-03",
"count": 1
},
{
"date": "2026-04-15",
"count": 1
},
{
"date": "2026-05-11",
"count": 1
}
],
"complete": true,
"collected": 14,
"total_forks": 14
},
"star_history": null,
"open_issues_and_prs": 9
},
"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": 91048,
"source_files_sampled": 67,
"oversized_source_files": 4,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml",
"requirements-dev.txt",
"requirements.txt",
"setup.py"
],
"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": [
"pypi"
],
"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": 5,
"merged_prs": 23,
"open_issues": 4,
"closed_ratio": 0.333,
"closed_issues": 2,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "defiAmI",
"commits": 190,
"avatar_url": "https://avatars.githubusercontent.com/u/142412690?v=4"
},
{
"type": "User",
"login": "babayega",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/8766933?v=4"
},
{
"type": "User",
"login": "cinojosa0705",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/81639334?v=4"
},
{
"type": "User",
"login": "rotemsh15",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/67632866?v=4"
},
{
"type": "User",
"login": "Marcovic22",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/55042693?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.905
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"sdk-tests.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 5,
"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": 7,
"reason": "10 out of 14 merged PRs checked by a CI test -- score normalized to 7",
"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 6/14 approved changesets -- score normalized to 4",
"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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 8,
"reason": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"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": "3727a19d8a74d5c08e968a250c3f1d34a4fba9e9",
"ran_at": "2026-07-22T19:29:47Z",
"aggregate_score": 4.4,
"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-22T17:55:38Z",
"oldest_open_prs": [
{
"number": 14,
"created_at": "2025-06-03T11:38:56Z",
"last_comment_at": "2025-09-03T08:21:47Z",
"last_comment_author": "kamalbuilds"
},
{
"number": 22,
"created_at": "2025-11-04T20:25:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 24,
"created_at": "2025-12-10T21:56:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 27,
"created_at": "2025-12-31T05:30:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 32,
"created_at": "2026-04-29T11:05:21Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-22T17:55:05Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 28,
"created_at": "2026-01-23T11:50:17Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 29,
"created_at": "2026-02-13T00:56:12Z",
"last_comment_at": "2026-02-13T02:14:42Z",
"last_comment_author": "ajsingh007"
},
{
"number": 33,
"created_at": "2026-05-13T01:27:42Z",
"last_comment_at": "2026-07-13T22:05:30Z",
"last_comment_author": "benjamin029959"
},
{
"number": 34,
"created_at": "2026-06-08T22:47:10Z",
"last_comment_at": "2026-07-13T22:04:50Z",
"last_comment_author": "benjamin029959"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/0xOstium/ostium-python-sdk",
"host": "github.com",
"name": "ostium-python-sdk",
"owner": "0xOstium"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 44,
"vitality": 57,
"community": 27,
"governance": 55,
"engineering": 67
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 57,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"commits_last_year": 18,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "18 commits in the last year",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 18
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 50,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v2.0.22",
"releases_from_tags": true,
"days_since_latest_release": 279,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 279 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 279
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 27,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"forks": 14,
"stars": 17,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "17 stars",
"points": 19.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 17
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "14 forks",
"points": 9.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 14
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 55,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.905
},
"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 90% of commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 90
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"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": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"merged_prs": 23,
"open_issues": 4,
"closed_issues": 2,
"issue_closed_ratio": 0.333,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "33% of issues closed",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 33
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "23/25 decided PRs merged",
"points": 35.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 23,
"decided": 25
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/14 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"followers": 26,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "0xOstium",
"public_repos": 7,
"account_age_days": 1370
},
"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": "26 followers of 0xOstium",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 26,
"login": "0xOstium"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "7 public repos, account ~3 yr old",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 7
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"ostium-python-sdk"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "72 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 72
}
}
],
"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": 67,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 62,
"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": "10 out of 14 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"arbitrum",
"perpetual-futures",
"trading",
"trading-platform",
"cryptotrading",
"cryptotradingbot",
"dex",
"forex-trading",
"sepoliatestnet"
],
"has_wiki": true,
"homepage": "https://ostium.app",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://ostium.app",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "9 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 9
}
}
],
"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": 44,
"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": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "10 out of 14 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 6/14 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 6,
"status": "partial",
"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
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 27,
"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.3,
"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": "30 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 16,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 30,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 91048,
"source_files_sampled": 67,
"oversized_source_files": 4
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "4/67 source files over 60KB",
"points": 51.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 67,
"oversized": 4
}
}
],
"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",
"deps.dev does not index pypi:ostium-python-sdk@3.3.1; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T19:30:05.041890Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/0/0xOstium/ostium-python-sdk.svg",
"full_name": "0xOstium/ostium-python-sdk",
"license_state": "absent",
"license_spdx": null
}