Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"l2",
"privacy",
"sdk",
"blockchain",
"ethereum",
"garbled-circuits",
"on-chain-compute",
"web3"
],
"is_fork": false,
"size_kb": 375,
"has_wiki": false,
"homepage": "https://coti.io",
"languages": {
"JavaScript": 6914,
"TypeScript": 268460
},
"pushed_at": "2026-07-21T11:13:53Z",
"created_at": "2024-05-02T08:49:41Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T11:09:07Z",
"description": "TypeScript SDK for COTI - Privacy Preserving L2",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://coti.io",
"name": "COTI",
"type": "Organization",
"login": "coti-io",
"company": null,
"location": null,
"followers": 238,
"avatar_url": "https://avatars.githubusercontent.com/u/37809816?v=4",
"created_at": "2018-03-26T16:32:32Z",
"is_verified": null,
"public_repos": 63,
"account_age_days": 3047
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.0.9",
"kind": "patch",
"published_at": "2026-07-21T11:12:51Z"
},
{
"tag": "1.0.8",
"kind": "patch",
"published_at": "2026-07-01T09:49:13Z"
},
{
"tag": "1.0.7",
"kind": "patch",
"published_at": "2026-06-14T13:08:28Z"
},
{
"tag": "1.0.6",
"kind": "patch",
"published_at": "2026-02-19T07:22:13Z"
},
{
"tag": "1.0.5",
"kind": "patch",
"published_at": "2025-12-15T09:29:52Z"
},
{
"tag": "1.0.4",
"kind": "patch",
"published_at": "2024-12-15T09:56:27Z"
},
{
"tag": "0.6.6",
"kind": "patch",
"published_at": "2024-10-07T10:53:33Z"
},
{
"tag": "1.0.3",
"kind": "patch",
"published_at": "2024-10-07T10:53:07Z"
},
{
"tag": "1.0.2",
"kind": "patch",
"published_at": "2024-10-06T20:12:36Z"
},
{
"tag": "0.6.5",
"kind": "patch",
"published_at": "2024-10-06T19:57:27Z"
},
{
"tag": "0.6.4",
"kind": "patch",
"published_at": "2024-10-06T14:27:34Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2024-09-16T17:56:17Z"
},
{
"tag": "0.6.3",
"kind": "patch",
"published_at": "2024-08-04T08:26:47Z"
},
{
"tag": "0.6.2",
"kind": "patch",
"published_at": "2024-07-29T09:52:21Z"
},
{
"tag": "0.6.1",
"kind": "patch",
"published_at": "2024-07-28T14:29:28Z"
},
{
"tag": "0.6.0",
"kind": "minor",
"published_at": "2024-07-28T14:09:37Z"
},
{
"tag": "0.5.9",
"kind": "patch",
"published_at": "2024-07-28T13:52:39Z"
},
{
"tag": "0.5.7",
"kind": "patch",
"published_at": "2024-07-28T07:44:21Z"
},
{
"tag": "0.5.6",
"kind": "patch",
"published_at": "2024-07-27T18:06:02Z"
},
{
"tag": "0.5.5",
"kind": "patch",
"published_at": "2024-07-16T15:45:53Z"
},
{
"tag": "0.5.0",
"kind": "minor",
"published_at": "2024-07-04T10:27:07Z"
}
],
"recent_commits": [
{
"oid": "af1424d87bc3436df5ad6d2adbe78dbe3fa80e97",
"body": "Unsigned uint256 already on main; protocol needs twos-complement\nint256 for UPNL/settlement. Wrap encryptUint256/prepareIT256",
"is_bot": false,
"headline": "feat(sdk): add signed int256 encrypt/IT helpers",
"author_name": "vladi-coti",
"author_login": "vladi-coti",
"committed_at": "2026-07-21T11:08:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3b2fe751903e264483a79eda301fb27eb740a5d",
"body": "…deployment\n\nImplement concurrency settings in the combined.yml workflow to manage simultaneous deployments to GitHub Pages. This addition ensures that in-progress deployments are canceled if a new one is triggered, improving deployment efficiency and reducing potential conflicts.",
"is_bot": false,
"headline": "feat(workflows): add concurrency control to GitHub Actions for pages …",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2026-06-30T16:39:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e924e8a08d990a292fa81e4c344bedd7ce7e0ff",
"body": "Update the artifact upload path in the combined.yml workflow file to ensure the correct directory is referenced for test report artifacts. This change resolves potential issues with artifact retrieval during deployment.",
"is_bot": false,
"headline": "fix(workflows): correct artifact upload path in GitHub Actions workflow",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2026-06-30T16:29:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c4ab78aea5a5342368d9a0f65831ecdfd060a40",
"body": "…mentation\n\nAdd detailed JSDoc comments for various functions in bytes.ts and crypto_utils.ts, improving code clarity and usability. Introduce new utility functions for encoding and decoding byte arrays, and enhance error handling in encryption methods. Additionally, implement unit tests for the new functionalities, ensuring robust coverage and validation of edge cases.",
"is_bot": false,
"headline": "feat(sdk): enhance bytes and crypto utilities with comprehensive docu…",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2026-06-30T16:09:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10ec0cc58a627c63d24587de9e78f79eb087b071",
"body": "…gner\n\nStreamline the ciphertext generation process by directly using the input value instead of converting it to a BigInt. This change enhances code clarity and maintains functionality for signing operations.",
"is_bot": false,
"headline": "refactor(sdk): simplify ciphertext generation in buildItUint256WithSi…",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2026-06-30T15:56:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69330db5a3506bfbd8cfe4bc3fa3e99a1b6d3849",
"body": "Export the HEX_BASE constant from bytes.ts for broader accessibility. Move the normalizeAesKey function to crypto_utils.ts, enhancing its visibility and ensuring consistent key validation across the SDK. Update imports accordingly and remove redundant code.",
"is_bot": false,
"headline": "refactor(sdk): expose HEX_BASE constant and normalize AES key function",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2026-06-30T15:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a3fcc129ee8e55d65d68b85ba76126bb26f71a0",
"body": "…ndling\n\nReplace deprecated `encodeString` with `binaryStringToBytes` for converting forge binary strings to Uint8Array. Rename `generateRandomAesKeySizeNumber` to `generateRandomAesKeyBinaryString` for clarity, emphasizing its return type. Update documentation to reflect the correct usage of ctUint, highlighting its structure and plaintext limits. Enhance tests to cover new function names and ensure backward compatibility.",
"is_bot": false,
"headline": "refactor(sdk): update string encoding utilities and clarify ctUint ha…",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2026-06-30T15:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ecf7692f3b569abb39f4e1f8ecbfaf3f1b14ca4",
"body": "Introduce new utility functions for parsing and normalizing ctUint256 payloads, allowing for both flat object and array formats. This improves flexibility in handling various input shapes and enhances error handling for invalid payloads. Update tests to cover new input scenarios.",
"is_bot": false,
"headline": "feat(sdk): enhance ctUint256 payload handling",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2026-06-30T15:47:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13ba387cdc93ace7f4255696ecc8b40bccf0b168",
"body": "Introduce helper functions for input validation and block manipulation, improving code readability and maintainability. Key size and plaintext range checks are centralized, and ciphertext packing is streamlined for better consistency across encryption methods.",
"is_bot": false,
"headline": "refactor(sdk): enhance crypto utility functions",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2026-06-30T15:39:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e0b7ece89bfb435cd87c8664688ed84ca9521e4",
"body": null,
"is_bot": false,
"headline": "test(sdk): satisfy Sonar test assertions",
"author_name": "vladi-coti",
"author_login": "vladi-coti",
"committed_at": "2026-06-30T15:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c919cd2fbae99f27fcccbe3ecd6545126e184c71",
"body": null,
"is_bot": false,
"headline": "fix(sdk): clear crypto utility smells",
"author_name": "vladi-coti",
"author_login": "vladi-coti",
"committed_at": "2026-06-30T15:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "894533591292a61b56c262f2168dbe08a08c4132",
"body": "clarify replacement APIs for deprecated input-text helpers and\nthe 256-bit signing payload split.",
"is_bot": false,
"headline": "docs(sdk): document legacy helpers",
"author_name": "vladi-coti",
"author_login": "vladi-coti",
"committed_at": "2026-06-30T15:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efcb47f30671f06b85397aa67c46e9060f3f8e69",
"body": "use deterministic SDK test fixtures so pure crypto coverage runs\nwithout environment-gated skips.",
"is_bot": false,
"headline": "test(sdk): share crypto fixtures",
"author_name": "vladi-coti",
"author_login": "vladi-coti",
"committed_at": "2026-06-30T15:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "801f5c1d047e35910e9d9ace584e5614d011dfdd",
"body": "centralize byte conversion, ctUint256 shape parsing, and IT\nsignature packing so ciphertext paths do not drift.",
"is_bot": false,
"headline": "refactor(sdk): share crypto helpers",
"author_name": "vladi-coti",
"author_login": "vladi-coti",
"committed_at": "2026-06-30T15:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4965e5b443272b6ddbd073f3c584f3ca27458854",
"body": null,
"is_bot": false,
"headline": "fix(sdk): reject object ciphertext values",
"author_name": "vladi-coti",
"author_login": "vladi-coti",
"committed_at": "2026-06-30T15:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7e0355b7c9b508772867bcc6f64021478de4138",
"body": null,
"is_bot": false,
"headline": "feat(sdk): add shared uint256 helpers",
"author_name": "vladi-coti",
"author_login": "vladi-coti",
"committed_at": "2026-06-30T15:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b12b8f2ccc53ee61bf37bd1026c60d20570f62b2",
"body": null,
"is_bot": false,
"headline": "feat(sdk): add typed uint crypto helpers",
"author_name": "vladi-coti",
"author_login": "vladi-coti",
"committed_at": "2026-06-30T15:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd0038f8e6e50a6c877fe1d9c0686dd22e5f5811",
"body": "Add id-token write permission for OIDC auth and align GitHub Pages artifact paths with Node 24.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix: enable npm trusted publishing via OIDC in CI",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2026-06-14T13:06:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e62a89f4e91125c923fd21b42ae4fe27a49efca1",
"body": null,
"is_bot": false,
"headline": "Update combined.yml",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2026-06-14T12:41:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e79559e94c21fc62e7e1743b8d633331621de02",
"body": "- Changed Node.js version from '20.x' to '24' in the workflow configuration.\n- Updated NPM publish command to include the '--access=public' flag for public package publishing.",
"is_bot": false,
"headline": "chore: update Node.js version and modify NPM publish command",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2026-06-14T10:50:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "974beea31aa02257a5acce0e70135987bdbfa1a8",
"body": "* feat: port high-level DApp crypto utilities from wallet plugin\n\n* refactor: remove redundant signDigest/normalizeSignature, reuse existing sign() in buildItSignature\n\n- Removed signDigest() and normalizeSignature() which duplicated logic already\n available via the existing sign() utility.\n- Simpl\n[…]\nuit and key validation\n\n* docs: clarify that zero ciphertext skips key validation intentionally\n\n---------\n\nCo-authored-by: Percival Lucena <plucena@gmail.com>\nCo-authored-by: Guy Mesika <guy@coti.io>",
"is_bot": false,
"headline": "feat: port high-level DApp crypto utilities from wallet plugin (#37)",
"author_name": "Percival Lucena",
"author_login": "plucena-coti",
"committed_at": "2026-06-14T10:30:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "246a90f97c4c0318c100ca8d89c0971ff790f4de",
"body": null,
"is_bot": false,
"headline": "Update package version from 1.0.6 to 0.5.5",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2026-02-26T13:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5250fa3ecb98035736dcb927699ba24785c38553",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Deploy test report only on push to main",
"author_name": "SimonK",
"author_login": "simonk-coti",
"committed_at": "2026-02-26T13:12:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5546603b7b3a024e9730627be8890b582e724032",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Add tests-reporting branch to workflow triggers for testing",
"author_name": "SimonK",
"author_login": "simonk-coti",
"committed_at": "2026-02-26T13:12:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "11f34bbe9754a059ce9f9f1bed7b0a5578c2fed0",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Run deploy-test-report on PR from tests-reporting branch",
"author_name": "SimonK",
"author_login": "simonk-coti",
"committed_at": "2026-02-26T13:12:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "aa7935ba7e06f439aa56cb04c99889f6cc9a707b",
"body": "… report\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Remove generate-markdown-report job, add GitHub Pages deploy for test…",
"author_name": "SimonK",
"author_login": "simonk-coti",
"committed_at": "2026-02-26T13:12:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "799f51b29bd44b049e45058411d2a8fa67e56452",
"body": null,
"is_bot": true,
"headline": "Update tests/README.md [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-02-26T13:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3f9b8e2e9475b636fd7cae5403234d47401dc8b",
"body": null,
"is_bot": true,
"headline": "Update package.json version to 1.0.6",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-02-26T13:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce82df538ad97631d75a6fbd99e2f0779d879b6c",
"body": null,
"is_bot": true,
"headline": "Update tests/README.md [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-02-19T07:20:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0c3e184c982eb8db9bf91bc2fc0b73bea92486e",
"body": "Removed NODE_AUTH_TOKEN from NPM publish step.",
"is_bot": false,
"headline": "Remove NODE_AUTH_TOKEN from NPM publish step",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2026-02-19T07:19:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5ffffa964a038a9eb5cf19161ee5d792d1d2b0b",
"body": "Bumps [ws](https://github.com/websockets/ws) to 8.17.1 and updates ancestor dependency [ethers](https://github.com/ethers-io/ethers.js). These dependencies need to be updated together.\n\n\nUpdates `ws` from 8.5.0 to 8.17.1\n- [Release notes](https://github.com/websockets/ws/releases)\n- [Commits](https:\n[…]\nndency-version: 8.17.1\n dependency-type: indirect\n- dependency-name: ethers\n dependency-version: 6.16.0\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump ws and ethers",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-19T07:14:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6380f2b5486dd80be0340c99b413064c46e96ded",
"body": "Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.2.\n- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/digitalbazaar/forge/compare/v1.3.1...v1.3.2)\n\n---\nupdated-dependencies:\n- dependency-name: node-forge\n dependency-version: 1.3.2\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump node-forge from 1.3.1 to 1.3.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-19T07:10:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cd485faf01793664cebbec9acdf642603cd0048",
"body": null,
"is_bot": true,
"headline": "Update tests/README.md [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-02-19T06:39:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b97531f27b5c67914e79c07a7c04d07a3bd3ffa",
"body": null,
"is_bot": false,
"headline": "feat: 100% test coverage, decryptString fix, README update",
"author_name": "Mesika Guy",
"author_login": "gmesika-coti",
"committed_at": "2026-02-19T06:38:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d23413224faacea1849d2bdfcdb003486a68fc7e",
"body": null,
"is_bot": true,
"headline": "Update tests/README.md [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-17T12:31:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "645a40b64e15e801d160f204349eb3085d7a6e5c",
"body": "…escript into development",
"is_bot": false,
"headline": "Merge branch 'development' of https://github.com/coti-io/coti-sdk-typ…",
"author_name": "Simon",
"author_login": "simonk-coti",
"committed_at": "2025-12-17T12:29:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11814fc5b0d22ee730d207d3b4cbae91093bceee",
"body": null,
"is_bot": false,
"headline": "Add pull-requests: write permission to fix PR comment publishing",
"author_name": "Simon",
"author_login": "simonk-coti",
"committed_at": "2025-12-17T12:28:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d613ac9d6149ec3acd78c60ebbd656f99792620",
"body": null,
"is_bot": true,
"headline": "Update tests/README.md [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-17T12:20:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "483220c94c748946a5476f2450815a104db4a8fc",
"body": null,
"is_bot": false,
"headline": "Merge remote changes and resolve conflict for tests/README.md",
"author_name": "Simon",
"author_login": "simonk-coti",
"committed_at": "2025-12-17T12:18:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bea6927a701a43e92981ce0811c1eed94523bf5",
"body": "- Remove tests/README.md from .gitignore to track it normally\n- Remove force flag from git add in workflow\n- Move coverage section to appear first in test report",
"is_bot": false,
"headline": "Fix SonarQube issues and update test report generation",
"author_name": "Simon",
"author_login": "simonk-coti",
"committed_at": "2025-12-17T12:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "359feaf5969b385b0545b7fe1a10f75f51308e7b",
"body": null,
"is_bot": true,
"headline": "Update tests/README.md [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-17T09:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31411195975b3fef5227856a3d7c7e3d37154972",
"body": "- Add tests/README.md to .gitignore to prevent local commits\n- Use git add -f in workflow to force-add despite .gitignore\n- This allows local generation without committing, while CI/CD still commits it",
"is_bot": false,
"headline": "Add tests/README.md to .gitignore and use force-add in workflow",
"author_name": "Simon",
"author_login": "simonk-coti",
"committed_at": "2025-12-17T09:52:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e50634922a2ced2b02e554079dab6ab7b4c7004",
"body": null,
"is_bot": false,
"headline": "Remove old TEST_REPORT.md (replaced by README.md)",
"author_name": "Simon",
"author_login": "simonk-coti",
"committed_at": "2025-12-17T09:52:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f55444966142fd451b584a75edb2d26491ab938",
"body": null,
"is_bot": true,
"headline": "Update tests/README.md [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-17T09:33:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89dadab50690748b50f27d52e1f7a9e87fdcb36f",
"body": "- Update script to generate tests/README.md instead of tests/TEST_REPORT.md\n- Update workflow to commit tests/README.md",
"is_bot": false,
"headline": "Change test report to tests/README.md for automatic GitHub display",
"author_name": "Simon",
"author_login": "simonk-coti",
"committed_at": "2025-12-17T09:31:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a542ea559b037eed9e06454cfef2c816e34251a",
"body": null,
"is_bot": true,
"headline": "Update tests/TEST_REPORT.md [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-17T09:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0184ff97f6fd2d4f520301b190badd6357e70618",
"body": null,
"is_bot": false,
"headline": "Fix workflow permissions: add checks: write for test results publishing",
"author_name": "Simon",
"author_login": "simonk-coti",
"committed_at": "2025-12-17T09:23:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b083a8333bc1f2d6720a84540fae2478f79e4be",
"body": "- Add script to generate tests/TEST_REPORT.md from test results and coverage\n- Add npm script 'test:report' to generate the markdown report\n- Add GitHub Actions job to auto-generate and commit TEST_REPORT.md on push to main/development\n- Add xml2js dependency for parsing JUnit XML test results",
"is_bot": false,
"headline": "Add automated test report generation as Markdown",
"author_name": "Simon",
"author_login": "simonk-coti",
"committed_at": "2025-12-17T09:19:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7afa597a6c39218f6692e7a01ddf6222506c2dc9",
"body": "…on directories",
"is_bot": false,
"headline": "Fix coverage summary: download artifacts separately to preserve versi…",
"author_name": "Simon",
"author_login": "simonk-coti",
"committed_at": "2025-12-17T08:10:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64ec472f0bd708a91e7bb75368aa57dad78467ee",
"body": null,
"is_bot": false,
"headline": "Add debug logging to test coverage summary job",
"author_name": "Simon",
"author_login": "simonk-coti",
"committed_at": "2025-12-17T07:48:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce21428d305e3169f735ec7e34cb4bc41fafbf19",
"body": null,
"is_bot": false,
"headline": "Add separate test coverage summary job for Node 18.x and 20.x",
"author_name": "Simon",
"author_login": "simonk-coti",
"committed_at": "2025-12-16T15:40:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0aad3b0258f1a34c9ce76b8ca8d347d8ddb0fcb",
"body": null,
"is_bot": false,
"headline": "Trigger workflow with commit SHA pinning",
"author_name": "Simon",
"author_login": "simonk-coti",
"committed_at": "2025-12-16T14:59:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a4c326c237068d7176a35ffea3081c5d77108e6",
"body": null,
"is_bot": false,
"headline": "update yml to read specific commit of test report github action",
"author_name": "Simon",
"author_login": "simonk-coti",
"committed_at": "2025-12-16T14:31:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcdf2a551d7faf0df3bf60a4cbee0d2ac92c567b",
"body": null,
"is_bot": false,
"headline": "combined 2 yml files into 1 includes everything",
"author_name": "Simon",
"author_login": "simonk-coti",
"committed_at": "2025-12-16T13:13:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "632803cdb5ff84207aa0287eb426fa5f8b0169cf",
"body": null,
"is_bot": false,
"headline": "changed comment mode to 'always'",
"author_name": "Simon",
"author_login": "simonk-coti",
"committed_at": "2025-12-15T14:13:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "473600597ce5b195a8c2dec73aa4ad759cc57afa",
"body": null,
"is_bot": false,
"headline": "chore: rerun CI",
"author_name": "Simon",
"author_login": "simonk-coti",
"committed_at": "2025-12-15T14:08:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c665c995e864ac40d944cf61f2cd2c283982a0c",
"body": "…D test report on each run by 'jest-html-report'",
"is_bot": false,
"headline": "add boundary test for 64bit to reach 100% coverage, implemente a CI/C…",
"author_name": "Simon",
"author_login": "simonk-coti",
"committed_at": "2025-12-15T10:49:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9e1d02d34633212059b3140935b5ac1fc80b51e",
"body": "- Reorganize tests into unit, integration, and e2e\n- Add 64 new tests covering error handling, validation, and edge cases\n- Total test coverage: 212 tests across 7 test files\n- Add integration tests for signature verification, format compatibility, and cross-function compatibility\n- Add unit tests f\n[…]\nt guide\n - Code examples for all data types\n - Security considerations\n - API overview\n- Simplify .env requirements\n- Update jest config for new test structure\n- Add example.env file for test setup",
"is_bot": false,
"headline": "Add comprehensive test suite and improve README",
"author_name": "Simon",
"author_login": "simonk-coti",
"committed_at": "2025-12-09T14:28:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "393d50993ec7ba3c8fd2733f05691f409c1971e9",
"body": null,
"is_bot": false,
"headline": "fix: resolve SonarCloud issues and reduce test duplication",
"author_name": "upendra-eth",
"author_login": "upendra-eth",
"committed_at": "2025-12-04T15:13:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "677567c6d5f2d71e256dcd74cdec70eec25e8115",
"body": "Add prepareIT256() and decryptUint256() functions to support 256-bit\nplaintext encryption and decryption operations. Includes helper functions\nand type definitions for 256-bit ciphertext handling.",
"is_bot": false,
"headline": "feat: add 256-bit encryption operations support",
"author_name": "upendra-eth",
"author_login": "upendra-eth",
"committed_at": "2025-12-04T15:13:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5a6999b19fe29b3803b6728b0a835510d9a43bc",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "danitb-coti",
"author_login": "danitb-coti",
"committed_at": "2025-11-23T18:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "756b9b1395ff5fe56c126227effac820857658f1",
"body": null,
"is_bot": false,
"headline": "update README",
"author_name": "Spencer Miller",
"author_login": null,
"committed_at": "2024-12-12T14:26:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1556f4feb54528306da6660edd6a759313a89a2d",
"body": null,
"is_bot": false,
"headline": "update ctString type",
"author_name": "Spencer Miller",
"author_login": "spencer-xyz",
"committed_at": "2024-10-07T09:12:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "670dbc9421f164f4135323a310754793bbf2eaa2",
"body": null,
"is_bot": false,
"headline": "Add CoC, license, and contributing guidelines",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2024-10-06T20:06:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e8de24e1c9fd3249863102080f3d275c2a7e3be",
"body": null,
"is_bot": false,
"headline": "testnet onboard account.",
"author_name": "eitanz-coti",
"author_login": "eitanz-coti",
"committed_at": "2024-10-06T20:05:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92ceb664d3773fd50c6be59912c00d9a3f6efe11",
"body": null,
"is_bot": false,
"headline": "ethers update",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2024-10-06T19:56:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a650b6ab9c95df95eb81158b94d901879bd81347",
"body": null,
"is_bot": false,
"headline": "coti-ethers adaptations",
"author_name": "Spencer Miller",
"author_login": "spencer-xyz",
"committed_at": "2024-10-06T15:41:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f263c5d6de8b1e6f62c7391234ffd0d8a2c3a9d1",
"body": null,
"is_bot": false,
"headline": "add unit tests",
"author_name": "Spencer Miller",
"author_login": "spencer-xyz",
"committed_at": "2024-09-29T06:33:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db9f6194b3ef2d21aea486e53ebe18945ae6a39c",
"body": null,
"is_bot": false,
"headline": "update uint encryption",
"author_name": "Spencer Miller",
"author_login": "spencer-xyz",
"committed_at": "2024-08-20T13:34:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8602684f483f9a1fab15beb410963878d8c72bd6",
"body": null,
"is_bot": false,
"headline": "update string encryption/decryption",
"author_name": "Spencer Miller",
"author_login": "spencer-xyz",
"committed_at": "2024-08-18T13:42:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4db417b1e378ebdfd686faa79906b9fa401df7d",
"body": null,
"is_bot": false,
"headline": "Fix license link",
"author_name": "Daniel Gruesso",
"author_login": null,
"committed_at": "2024-08-04T14:26:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6484900b31ba81f994ee4f66a61998407d53277f",
"body": null,
"is_bot": false,
"headline": "Add license, CoC, and contributing guidelines",
"author_name": "Daniel Gruesso",
"author_login": null,
"committed_at": "2024-08-04T14:26:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8215256aa93a10fe2bd2b5ebfcab15bb04d00c3d",
"body": null,
"is_bot": false,
"headline": "fix bug in decryptRSA",
"author_name": "Spencer Miller",
"author_login": "spencer-xyz",
"committed_at": "2024-08-04T07:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7493e8ff9500906f75547c80fd1e9042ede6797b",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Spencer Miller",
"author_login": "spencer-xyz",
"committed_at": "2024-07-29T11:43:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "236e2220a6114f754c09c4d2691f136924228fb8",
"body": null,
"is_bot": false,
"headline": "remove node fs dependency",
"author_name": "Spencer Miller",
"author_login": "spencer-xyz",
"committed_at": "2024-07-28T14:49:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62328912a3f7de8b99024ae490da8e5972e5fced",
"body": null,
"is_bot": false,
"headline": "fix bug in onboard",
"author_name": "Spencer Miller",
"author_login": "spencer-xyz",
"committed_at": "2024-07-28T14:27:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b286257626a50d913292068d93f349d29433b24",
"body": null,
"is_bot": false,
"headline": "update AccountOnboard contract address and ABI",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2024-07-28T14:06:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5ff30ee03d1900602dea2362e91ddeb2dbe9c25",
"body": null,
"is_bot": false,
"headline": "reorganize code",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2024-07-28T13:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e85d8c952fa5b8350ed6cd634b6c0d474a38d1a3",
"body": null,
"is_bot": false,
"headline": "update and publish only on git tag",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2024-07-28T13:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08d28779c96dc931a01fc07c9587080c19417a37",
"body": null,
"is_bot": false,
"headline": "refactor",
"author_name": "Spencer Miller",
"author_login": "spencer-xyz",
"committed_at": "2024-07-28T13:28:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e22f554b7685c1b9a5584c17f4dd12caa3702f71",
"body": null,
"is_bot": false,
"headline": "enable browser support",
"author_name": "Spencer Miller",
"author_login": "spencer-xyz",
"committed_at": "2024-07-28T13:28:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40e73910ad367e2861d591411f5f552cef49d3ef",
"body": null,
"is_bot": false,
"headline": "move decrypt functions to crypto_utils",
"author_name": "Spencer Miller",
"author_login": "spencer-xyz",
"committed_at": "2024-07-28T13:28:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9eb9da33fbdc2775fd52a76411b2beb4cdc43eb",
"body": null,
"is_bot": false,
"headline": "adding package-lock to version",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2024-07-28T09:57:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd91ffede9c41a062267a602e00317b55c9cefc1",
"body": null,
"is_bot": false,
"headline": "Update npm-publish.yml",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2024-07-28T07:33:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1959c832f972317a9ba829e6b4c47b33ca527efa",
"body": null,
"is_bot": false,
"headline": "github actions",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2024-07-27T17:53:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa39f114d96636494173190a13bb0da4a4bf7f63",
"body": null,
"is_bot": false,
"headline": "add link to npm sdk to the readme file",
"author_name": "David Cohen",
"author_login": "Davidhct",
"committed_at": "2024-07-21T08:20:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3d34573bda29c4a1be7aa5091797063cffe4144",
"body": "update",
"is_bot": false,
"headline": "SDK alignment with python",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2024-07-16T15:41:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4560b7dab634f36e3e359d8f0f900c6de71e83b0",
"body": null,
"is_bot": false,
"headline": "fix bug in decryptUint",
"author_name": "Spencer Miller",
"author_login": "spencer-xyz",
"committed_at": "2024-07-10T13:08:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e780b32d4440a2b7df00d79bad8baada2b978980",
"body": null,
"is_bot": false,
"headline": "version 0.0.5 and github npm publish",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2024-07-04T10:23:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43c66ad9dea214e793856e4904d07d5621df571e",
"body": null,
"is_bot": false,
"headline": "added support for string encryption",
"author_name": "Spencer Miller",
"author_login": "spencer-xyz",
"committed_at": "2024-07-01T11:57:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6eb633b323a2c7d0a90e5956d3f0ea1cec2a239",
"body": null,
"is_bot": false,
"headline": "fixed error in documentation",
"author_name": "Spencer Miller",
"author_login": "spencer-xyz",
"committed_at": "2024-06-24T19:10:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaa1245a5590b0d92a19fec11ed07df1e1adab4f",
"body": null,
"is_bot": false,
"headline": "updated AccountOnboard contract address",
"author_name": "Spencer Miller",
"author_login": "spencer-xyz",
"committed_at": "2024-06-24T19:10:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa09c58ae2382cb07c1057523d9d54ef18d7b827",
"body": null,
"is_bot": false,
"headline": "updated onboard contract address and ABI",
"author_name": "Spencer Miller",
"author_login": "spencer-xyz",
"committed_at": "2024-05-22T09:04:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d90d502eb05f81e468b19ca0a0b10db77183ec3",
"body": null,
"is_bot": false,
"headline": "fix rpc url",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2024-05-22T08:35:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "079d0e3f6b73cd335e628a8a92df4e8f23adbc37",
"body": null,
"is_bot": false,
"headline": "readme update",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2024-05-21T12:53:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4db16885949af7e0f37a7bec6e33da7f2d14529",
"body": null,
"is_bot": false,
"headline": "readme update",
"author_name": "Guy Mesika",
"author_login": "gmesika-coti",
"committed_at": "2024-05-21T10:21:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4eadb901a7765b7de9ee3dd270975f3f57880be1",
"body": null,
"is_bot": false,
"headline": "Create libs_readme.md",
"author_name": "Daniel Gruesso",
"author_login": null,
"committed_at": "2024-05-19T06:38:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "215554d1326e2de052c4f98e68ba80f7b4615a45",
"body": null,
"is_bot": false,
"headline": "Standarize readme update",
"author_name": "Daniel Gruesso",
"author_login": null,
"committed_at": "2024-05-19T06:38:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a07fd54430c3ec1bd017743cf3320ea0e4eeda5",
"body": null,
"is_bot": false,
"headline": "renamed package",
"author_name": "vladi-coti",
"author_login": "vladi-coti",
"committed_at": "2024-05-05T09:09:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abd709373b1b5057272d45d60988c5a1b657c0d7",
"body": null,
"is_bot": false,
"headline": "added export default provider",
"author_name": "vladi-coti",
"author_login": "vladi-coti",
"committed_at": "2024-05-02T15:12:51Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 21,
"commits_last_year": 61,
"latest_release_at": "2026-07-21T11:12:51Z",
"latest_release_tag": "1.0.9",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 9,
"days_since_latest_release": 8,
"mean_days_between_releases": 72.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@coti-io/coti-sdk-typescript",
"exists": true,
"license": "Apache 2.0",
"keywords": [
"coti",
"privacy",
"ethereum",
"blockchain",
"web3",
"garbled-circuits",
"l2",
"on-chain-compute"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@coti-io/coti-sdk-typescript",
"is_deprecated": false,
"latest_version": "1.0.9",
"repository_url": "https://github.com/coti-io/coti-sdk-typescript",
"versions_count": 20,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 5368,
"first_published_at": "2024-07-04T10:10:53.192000Z",
"latest_published_at": "2026-07-21T11:14:03.753000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 5,
"stars": 6,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2024-05-17",
"count": 1
},
{
"date": "2025-06-23",
"count": 1
},
{
"date": "2025-11-20",
"count": 1
},
{
"date": "2026-01-09",
"count": 1
},
{
"date": "2026-02-15",
"count": 1
}
],
"complete": true,
"collected": 5,
"total_forks": 5
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 64820,
"source_files_sampled": 26,
"oversized_source_files": 1,
"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": 1,
"malicious_count": 0,
"assessed_package": "npm:@coti-io/coti-sdk-typescript@1.0.9",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "node-forge",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.3.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "node-forge",
"direct": true,
"version": "1.3.2",
"ecosystem": "npm"
},
{
"name": "@adraffy/ens-normalize",
"direct": false,
"version": "1.10.1",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.24.7",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.27.2",
"ecosystem": "npm"
},
{
"name": "@babel/helper-globals",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.28.3",
"ecosystem": "npm"
},
{
"name": "@babel/helper-plugin-utils",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.24.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-option",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.28.4",
"ecosystem": "npm"
},
{
"name": "@babel/highlight",
"direct": false,
"version": "7.24.7",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-async-generators",
"direct": false,
"version": "7.8.4",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-bigint",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-class-properties",
"direct": false,
"version": "7.12.13",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-class-static-block",
"direct": false,
"version": "7.14.5",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-import-attributes",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-import-meta",
"direct": false,
"version": "7.10.4",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-json-strings",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-jsx",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-logical-assignment-operators",
"direct": false,
"version": "7.10.4",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-nullish-coalescing-operator",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-numeric-separator",
"direct": false,
"version": "7.10.4",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-object-rest-spread",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-optional-catch-binding",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-optional-chaining",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-private-property-in-object",
"direct": false,
"version": "7.14.5",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-top-level-await",
"direct": false,
"version": "7.14.5",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-typescript",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.27.2",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@bcoe/v8-coverage",
"direct": false,
"version": "0.2.3",
"ecosystem": "npm"
},
{
"name": "@cspotcode/source-map-support",
"direct": false,
"version": "0.8.1",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/load-nyc-config",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/schema",
"direct": false,
"version": "0.1.3",
"ecosystem": "npm"
},
{
"name": "@jest/console",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "@jest/core",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "@jest/environment",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "@jest/expect",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "@jest/expect-utils",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "@jest/fake-timers",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "@jest/globals",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "@jest/reporters",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "@jest/schemas",
"direct": false,
"version": "29.6.3",
"ecosystem": "npm"
},
{
"name": "@jest/source-map",
"direct": false,
"version": "29.6.3",
"ecosystem": "npm"
},
{
"name": "@jest/test-result",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "@jest/test-sequencer",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "@jest/transform",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "@jest/types",
"direct": false,
"version": "29.6.3",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/remapping",
"direct": false,
"version": "2.3.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.4.15",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@noble/curves",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "@noble/hashes",
"direct": false,
"version": "1.3.2",
"ecosystem": "npm"
},
{
"name": "@sinclair/typebox",
"direct": false,
"version": "0.27.8",
"ecosystem": "npm"
},
{
"name": "@sinonjs/commons",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@sinonjs/fake-timers",
"direct": false,
"version": "10.3.0",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node10",
"direct": false,
"version": "1.0.11",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node12",
"direct": false,
"version": "1.0.11",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node14",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node16",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "@types/babel__core",
"direct": false,
"version": "7.20.5",
"ecosystem": "npm"
},
{
"name": "@types/babel__generator",
"direct": false,
"version": "7.27.0",
"ecosystem": "npm"
},
{
"name": "@types/babel__template",
"direct": false,
"version": "7.4.4",
"ecosystem": "npm"
},
{
"name": "@types/babel__traverse",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "@types/graceful-fs",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@types/istanbul-lib-coverage",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "@types/istanbul-lib-report",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "@types/istanbul-reports",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@types/jest",
"direct": false,
"version": "29.5.12",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "22.7.5",
"ecosystem": "npm"
},
{
"name": "@types/node-forge",
"direct": false,
"version": "1.3.11",
"ecosystem": "npm"
},
{
"name": "@types/stack-utils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "@types/yargs",
"direct": false,
"version": "17.0.33",
"ecosystem": "npm"
},
{
"name": "@types/yargs-parser",
"direct": false,
"version": "21.0.3",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.11.3",
"ecosystem": "npm"
},
{
"name": "acorn-walk",
"direct": false,
"version": "8.3.2",
"ecosystem": "npm"
},
{
"name": "aes-js",
"direct": false,
"version": "4.0.0-beta.5",
"ecosystem": "npm"
},
{
"name": "ansi-escapes",
"direct": false,
"version": "4.3.2",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "anymatch",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "arg",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "async",
"direct": false,
"version": "3.2.6",
"ecosystem": "npm"
},
{
"name": "babel-jest",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "babel-plugin-istanbul",
"direct": false,
"version": "6.1.1",
"ecosystem": "npm"
},
{
"name": "babel-plugin-jest-hoist",
"direct": false,
"version": "29.6.3",
"ecosystem": "npm"
},
{
"name": "babel-preset-current-node-syntax",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "babel-preset-jest",
"direct": false,
"version": "29.6.3",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "baseline-browser-mapping",
"direct": false,
"version": "2.9.7",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.28.1",
"ecosystem": "npm"
},
{
"name": "bs-logger",
"direct": false,
"version": "0.2.6",
"ecosystem": "npm"
},
{
"name": "bser",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "buffer-from",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "5.3.1",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001760",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "char-regex",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "ci-info",
"direct": false,
"version": "3.9.0",
"ecosystem": "npm"
},
{
"name": "cjs-module-lexer",
"direct": false,
"version": "1.4.3",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "co",
"direct": false,
"version": "4.6.0",
"ecosystem": "npm"
},
{
"name": "collect-v8-coverage",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "1.9.3",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "create-jest",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "create-require",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "dedent",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "deepmerge",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "define-lazy-prop",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "detect-newline",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "diff-sequences",
"direct": false,
"version": "29.6.3",
"ecosystem": "npm"
},
{
"name": "dotenv",
"direct": false,
"version": "17.2.3",
"ecosystem": "npm"
},
{
"name": "ejs",
"direct": false,
"version": "3.1.10",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.267",
"ecosystem": "npm"
},
{
"name": "emittery",
"direct": false,
"version": "0.13.1",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "error-ex",
"direct": false,
"version": "1.3.4",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "esprima",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "ethers",
"direct": false,
"version": "6.16.0",
"ecosystem": "npm"
},
{
"name": "execa",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "exit",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "expect",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fb-watchman",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "filelist",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "10.1.0",
"ecosystem": "npm"
},
{
"name": "fs.realpath",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "gensync",
"direct": false,
"version": "1.0.0-beta.2",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "get-package-type",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "get-stream",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.3",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "human-signals",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "import-local",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "inflight",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "is-arrayish",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.16.1",
"ecosystem": "npm"
},
{
"name": "is-docker",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-generator-fn",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "is-stream",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-wsl",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-instrument",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-instrument",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-report",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-source-maps",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "jake",
"direct": false,
"version": "10.9.2",
"ecosystem": "npm"
},
{
"name": "jest",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-changed-files",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-circus",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-cli",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-config",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-diff",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-docblock",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-each",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-environment-node",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-get-type",
"direct": false,
"version": "29.6.3",
"ecosystem": "npm"
},
{
"name": "jest-haste-map",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-html-reporters",
"direct": false,
"version": "3.1.7",
"ecosystem": "npm"
},
{
"name": "jest-junit",
"direct": false,
"version": "16.0.0",
"ecosystem": "npm"
},
{
"name": "jest-leak-detector",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-matcher-utils",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-message-util",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-mock",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-pnp-resolver",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "jest-regex-util",
"direct": false,
"version": "29.6.3",
"ecosystem": "npm"
},
{
"name": "jest-resolve",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-resolve-dependencies",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-runner",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-runtime",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-snapshot",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-util",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-validate",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-watcher",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "jest-worker",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "3.14.2",
"ecosystem": "npm"
},
{
"name": "jsesc",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "json-parse-even-better-errors",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "json5",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "jsonfile",
"direct": false,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "kleur",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "leven",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "lines-and-columns",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "lodash.memoize",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "make-error",
"direct": false,
"version": "1.3.6",
"ecosystem": "npm"
},
{
"name": "makeerror",
"direct": false,
"version": "1.0.12",
"ecosystem": "npm"
},
{
"name": "merge-stream",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.7",
"ecosystem": "npm"
},
{
"name": "mimic-fn",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "5.1.6",
"ecosystem": "npm"
},
{
"name": "mkdirp",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "node-int64",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.27",
"ecosystem": "npm"
},
{
"name": "normalize-path",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "npm-run-path",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "onetime",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "open",
"direct": false,
"version": "8.4.2",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "p-try",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "parse-json",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-is-absolute",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "pirates",
"direct": false,
"version": "4.0.7",
"ecosystem": "npm"
},
{
"name": "pkg-dir",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "pretty-format",
"direct": false,
"version": "29.7.0",
"ecosystem": "npm"
},
{
"name": "prompts",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "pure-rand",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "react-is",
"direct": false,
"version": "18.3.1",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.22.11",
"ecosystem": "npm"
},
{
"name": "resolve-cwd",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "resolve.exports",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "sax",
"direct": false,
"version": "1.4.3",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.6.3",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.7.3",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "sisteransi",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "slash",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "source-map-support",
"direct": false,
"version": "0.5.13",
"ecosystem": "npm"
},
{
"name": "sprintf-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "stack-utils",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "string-length",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-bom",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "strip-final-newline",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "5.5.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "8.1.1",
"ecosystem": "npm"
},
{
"name": "supports-preserve-symlinks-flag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "test-exclude",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "tmpl",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ts-jest",
"direct": false,
"version": "29.2.4",
"ecosystem": "npm"
},
{
"name": "ts-node",
"direct": false,
"version": "10.9.2",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "type-detect",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.21.3",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.4.5",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "6.19.8",
"ecosystem": "npm"
},
{
"name": "universalify",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": false,
"version": "8.3.2",
"ecosystem": "npm"
},
{
"name": "v8-compile-cache-lib",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "v8-to-istanbul",
"direct": false,
"version": "9.3.0",
"ecosystem": "npm"
},
{
"name": "walker",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "write-file-atomic",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "ws",
"direct": false,
"version": "8.17.1",
"ecosystem": "npm"
},
{
"name": "xml",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "xml2js",
"direct": false,
"version": "0.6.2",
"ecosystem": "npm"
},
{
"name": "xmlbuilder",
"direct": false,
"version": "11.0.1",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "17.7.2",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "21.1.1",
"ecosystem": "npm"
},
{
"name": "yn",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 328,
"direct_count": 1,
"indirect_count": 327
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 23,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 4,
"closed_unmerged_prs": 11
},
"bus_factor": 2,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "gmesika-coti",
"commits": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/83535051?v=4"
},
{
"type": "User",
"login": "simonk-coti",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/204852986?v=4"
},
{
"type": "User",
"login": "spencer-xyz",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/146616023?v=4"
},
{
"type": "User",
"login": "vladi-coti",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/75608967?v=4"
},
{
"type": "User",
"login": "upendra-eth",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/102982552?v=4"
},
{
"type": "User",
"login": "Davidhct",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/36818767?v=4"
},
{
"type": "User",
"login": "plucena-coti",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/246118532?v=4"
},
{
"type": "User",
"login": "danitb-coti",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/224529744?v=4"
},
{
"type": "User",
"login": "eitanz-coti",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/123360589?v=4"
}
],
"contributors_sampled": 9,
"top_contributor_share": 0.303
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"combined.yml"
],
"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": 1,
"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": 10,
"reason": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"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": 2,
"reason": "Found 4/17 approved changesets -- score normalized to 2",
"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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "21 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 6,
"reason": "dependency not pinned by hash detected -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool is run on all commits",
"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": 0,
"reason": "21 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "af1424d87bc3436df5ad6d2adbe78dbe3fa80e97",
"ran_at": "2026-07-29T16:40:53Z",
"aggregate_score": 5.3,
"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-21T11:14:13Z",
"oldest_open_prs": [
{
"number": 19,
"created_at": "2024-08-19T10:08:09Z",
"last_comment_at": "2024-12-15T11:11:16Z",
"last_comment_author": "sonarqubecloud"
},
{
"number": 36,
"created_at": "2026-02-26T13:25:07Z",
"last_comment_at": "2026-06-29T20:28:09Z",
"last_comment_author": "gmesika-coti"
}
],
"last_merged_pr_at": "2026-07-21T11:08:48Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/coti-io/coti-sdk-typescript",
"host": "github.com",
"name": "coti-sdk-typescript",
"owner": "coti-io"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"security": 62,
"vitality": 73,
"community": 52,
"governance": 75,
"engineering": 67
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 73,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"commits_last_year": 61,
"human_commit_share": 0.89,
"days_since_last_push": 8,
"active_weeks_last_year": 9
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "61 commits in the last year",
"points": 16.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 61
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "21 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 21,
"latest_release_tag": "1.0.9",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 72.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "21 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 21
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~72.5 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 72.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 8,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 8 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 8
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 52,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"forks": 5,
"stars": 6,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "6 stars",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 6
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "5 forks",
"points": 5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 5
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"packages": [
"@coti-io/coti-sdk-typescript"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 5368
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "5,368 downloads/month across npm",
"points": 49.7,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 5368,
"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": "good",
"name": "Sustainability & Governance",
"value": 75,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 9,
"top_contributor_share": 0.303
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 30% of commits",
"points": 15.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 30
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "9 contributors",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 9
}
}
],
"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": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"merged_prs": 23,
"open_issues": 0,
"closed_issues": 4,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 11
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "23/34 decided PRs merged",
"points": 25.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 23,
"decided": 34
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/17 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"followers": 238,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "coti-io",
"public_repos": 63,
"account_age_days": 3047
},
"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": "238 followers of coti-io",
"points": 17.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 238,
"login": "coti-io"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "63 public repos, account ~8 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 63
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@coti-io/coti-sdk-typescript"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 8
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "20 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 20
}
}
],
"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": 68,
"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": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"l2",
"privacy",
"sdk",
"blockchain",
"ethereum",
"garbled-circuits",
"on-chain-compute",
"web3"
],
"has_wiki": false,
"homepage": "https://coti.io",
"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://coti.io",
"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": "8 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 8
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 62,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"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": 53,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.3
},
"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": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 4/17 approved changesets -- score normalized to 2",
"points": 1.5,
"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": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "21 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 6",
"points": 3,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is run on all commits",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "21 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:@coti-io/coti-sdk-typescript@1.0.9 runtime dependency closure — what installing the published package pulls in — 1 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:@coti-io/coti-sdk-typescript@1.0.9",
"assessed": 1
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"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": 1,
"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": "moderate",
"name": "AI Readiness",
"value": 55,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.326,
"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": "29 of 89 human commits state their intent (structured subject or explanatory body)",
"points": 17.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 29,
"sampled": 89
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 67,
"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": [
"tsconfig.json"
],
"agent_commit_share": 0.05,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.02
},
"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": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "5 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 5,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "2 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 64820,
"source_files_sampled": 26,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/26 source files over 60KB",
"points": 52.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 26,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-29T16:41:10.384636Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/coti-io/coti-sdk-typescript.svg",
"full_name": "coti-io/coti-sdk-typescript",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}