Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 439,
"has_wiki": false,
"homepage": null,
"languages": {
"TypeScript": 148829
},
"pushed_at": "2026-07-17T06:08:06Z",
"created_at": "2026-03-25T15:12:55Z",
"owner_type": "Organization",
"updated_at": "2026-05-25T18:39:51Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://inferenco.com/",
"name": "Inferenco",
"type": "Organization",
"login": "Inferenco",
"company": null,
"location": null,
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/205215724?v=4",
"created_at": "2025-03-27T17:21:34Z",
"is_verified": null,
"public_repos": 27,
"account_age_days": 481
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.2.0-rc.8",
"kind": "prerelease",
"published_at": "2026-06-30T12:21:00Z"
},
{
"tag": "v0.2.0-rc.7",
"kind": "prerelease",
"published_at": "2026-06-30T05:00:03Z"
}
],
"recent_commits": [
{
"oid": "5cfb334379e4badb5cc0476f2ec59a094f65dcd4",
"body": "Feat/multi sign",
"is_bot": false,
"headline": "Merge pull request #7 from Inferenco/feat/multi-sign",
"author_name": "Spielcrypto",
"author_login": "spielcrypto",
"committed_at": "2026-05-25T18:39:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04dbc3f94c7a06f7f81b33a1e9a10766a7a28418",
"body": "…ields\n\n- Added support for Nova Desk's nested authenticator.hex format in bridge responses\n- Include authenticatorHex and rawTransactionBcsHex fields in sign transaction outputs\n- Updated NovaBridgeSignTransactionPoll type to include nested authenticator option\n- Fixes bcsToHex is not a function error in multisign transactions\n\nGenerated by Mistral Vibe.\nCo-Authored-By: Mistral Vibe <vibe@mistral.ai>",
"is_bot": false,
"headline": "fix: handle Nova Desk nested authenticator response and include hex f…",
"author_name": "Spielcrypto",
"author_login": "spielcrypto",
"committed_at": "2026-05-25T17:56:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34262b1bee70e0f2aeffd5aa8f4987d83c9bae0c",
"body": "- Introduced `ensureBcsToHex` function to facilitate BCS to hex conversion for authenticators.\n- Updated `signTransaction` methods in `bridge.ts` and `mobileRelay.ts` to utilize the new conversion function.\n- Enhanced `normalizeSignTransactionResult` to ensure compatibility with SDK requirements.\n- Added tests to validate the normalization of provider JSON signTransaction results into SDK-compatible objects.\n\nGenerated by Mistral Vibe.",
"is_bot": false,
"headline": "feat: enhance transaction signing with BCS to hex conversion",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-05-24T21:15:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0940bbd709f8a535cb6bf22a82b353f9e7b460bd",
"body": "…unt handling\n\n- Renamed `NovaRawTransactionSignInput` to `NovaExternalSignTransactionInput` for clarity.\n- Introduced new types for external account inputs and wallet-standard transaction inputs.\n- Updated `tryLocalBridgeSignTransaction` and `signTransactionViaMobileRelay` functions to utilize the \n[…]\ns and transaction inputs to streamline processing.\n- Enhanced tests to validate the new transaction signing capabilities and ensure correct mapping of multi-agent metadata.\n\nGenerated by Mistral Vibe.",
"is_bot": false,
"headline": "feat: update transaction signing interfaces and enhance external acco…",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-05-24T19:32:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "688d57a4a17239612b1c461cd0b0dfbe39f8e942",
"body": "…ion module\n\n- Introduced `tryDeserializeBytesFinished` function for improved byte deserialization.\n- Added `normalizeProviderPublicKey` function to streamline public key normalization from various formats.\n- Updated `normalizeProviderAccount` to utilize the new public key normalization logic.\n- Enhanced tests to validate public key handling and ensure correct length for Uint8Array representation.\n\nGenerated by Mistral Vibe.",
"is_bot": false,
"headline": "feat: enhance deserialization and public key normalization in convers…",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-05-23T21:12:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b516fb43ec564678062d6baa8383f6b3e7968945",
"body": "…d wallet-standard v1.1\n\n- Updated `signTransaction` method to accept wallet-standard v1.1 inputs, including secondary signers and fee payer fields.\n- Improved documentation to reflect changes in transaction signing and submission processes.\n- Added support for deserializing various transaction type\n[…]\nring metadata preservation for multi-agent transactions.\n- Enhanced tests to validate the new functionality and ensure correct handling of multi-agent transaction metadata.\n\nGenerated by Mistral Vibe.",
"is_bot": false,
"headline": "feat: enhance signTransaction support for multi-agent transactions an…",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-05-23T21:04:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f573820203ac32ce6deeb6aa7425ad9418a24d2b",
"body": "Scoped packages (@inferenco/*) are private by default on npm.\nAdding access: public allows publishing without paid plan.\n\nGenerated by Mistral Vibe.\nCo-Authored-By: Mistral Vibe <vibe@mistral.ai>",
"is_bot": false,
"headline": "fix: add publishConfig access public for scoped package",
"author_name": "Spielcrypto",
"author_login": "spielcrypto",
"committed_at": "2026-05-11T04:23:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1299ce265f129f1737716dfe7b0b853b2d0a8572",
"body": "- Add author: TOO Spielcrypto and Singularity Shift Ltd\n- Add repository, homepage, and bugs URLs\n- Add keywords for npm discoverability\n\nGenerated by Mistral Vibe.\nCo-Authored-By: Mistral Vibe <vibe@mistral.ai>",
"is_bot": false,
"headline": "chore: add npm publish metadata (author, repository, keywords)",
"author_name": "Spielcrypto",
"author_login": "spielcrypto",
"committed_at": "2026-05-11T04:05:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c4a9713a01bf5da9495ede138f4ac886df09169",
"body": "feat: implement device-aware website URL selection for desktop and mo…",
"is_bot": false,
"headline": "Merge pull request #6 from Inferenco/feat/install-urls",
"author_name": "James",
"author_login": "CryptoAutistic80",
"committed_at": "2026-04-16T14:31:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff87451f3180b32ea0faecb933d698cd93d705b5",
"body": "…bile environments",
"is_bot": false,
"headline": "feat: implement device-aware website URL selection for desktop and mo…",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-04-16T14:29:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d80818aac85e00974ee48a8c9b3289c8ff221144",
"body": "Feat/upgrade to nova wallet",
"is_bot": false,
"headline": "Merge pull request #5 from Inferenco/feat/upgrade-to-nova-wallet",
"author_name": "James",
"author_login": "CryptoAutistic80",
"committed_at": "2026-04-15T11:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "319a03f8c372d5f0040bea5f5f2f106952a3cb00",
"body": null,
"is_bot": false,
"headline": "build: update distribution artifacts for wallet adapter package",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-04-15T11:44:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c52fb69b4b0060af1252de13e922baf5a6333531",
"body": null,
"is_bot": false,
"headline": "chore: add dist directory to gitignore",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-04-15T11:41:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "717206bde7793eb81b4e42afe31e18123c96c6e4",
"body": "…ependency",
"is_bot": false,
"headline": "refactor: remove verbose bridge connection logging and update chunk d…",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-04-14T10:46:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34786360c4e91ade5b732b3541c5684b2886af1c",
"body": "…p wallet handoff",
"is_bot": false,
"headline": "feat: implement retry logic for local bridge connection during deskto…",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-04-14T10:29:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00206d8d7c7b52ddf683850438d797330a931581",
"body": "…tialization",
"is_bot": false,
"headline": "feat: implement local bridge connection retry logic during wallet ini…",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-04-14T10:03:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c49636cdbcad5fd570efb1e14199c4631c0accf6",
"body": "…chunk reference",
"is_bot": false,
"headline": "feat: add comprehensive logging to bridge connection flow and update …",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-04-14T09:33:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4ba12c45b78a500f02fad03cbc7dc5cbd3767ec",
"body": "…connection handling",
"is_bot": false,
"headline": "feat: implement external session resume listeners and enhance bridge …",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-04-13T18:57:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d49336f5e4017021465fd8647c7b5ae9c210614",
"body": null,
"is_bot": false,
"headline": "chore: update release date in CHANGELOG for version 0.1.0",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-04-04T15:07:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11d72c2c0201db30cf533078763d6efc976840e9",
"body": "… integration with updated documentation",
"is_bot": false,
"headline": "refactor: rebrand legacy adapter to support Nova Desk and Nova Wallet…",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-04-04T15:04:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cad042281c07834835adef6106034f3664443f94",
"body": "…, and architecture.",
"is_bot": false,
"headline": "docs: add comprehensive documentation for configuration, mobile relay…",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-04-04T14:10:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa25ec288398443fb595efb2fcdadee850baba18",
"body": "…and mobile relay functionality",
"is_bot": false,
"headline": "refactor: reorganize project structure and add unit tests for bridge …",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-04-03T19:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5f80a5f09470f5718328501bd6ed2215a245bcb",
"body": "…-trip tests",
"is_bot": false,
"headline": "feat: implement manual base64url encoding and add mobile crypto round…",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-04-03T18:06:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e42873869d05e94107653cbd4442bd0479d20f04",
"body": "…tional",
"is_bot": false,
"headline": "feat: add default hosted mobile relay and make relay configuration op…",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-04-02T19:02:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a02d3a70e6826f9c921a543995c7d1bd60d2ec3",
"body": null,
"is_bot": false,
"headline": "feat: add support for mobile relay transport and websocket communication",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-04-02T12:18:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e10338a36617c8e02bb56fbce71e486eb9638208",
"body": "feat: implement connection endpoint and add fallback logic for sessio…",
"is_bot": false,
"headline": "Merge pull request #4 from Inferenco/feat/session-validity",
"author_name": "James",
"author_login": "CryptoAutistic80",
"committed_at": "2026-03-31T14:37:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff8a14c481a75c5f2a8a153f3835a2a69ca8579e",
"body": "…n deletion errors",
"is_bot": false,
"headline": "feat: implement connection endpoint and add fallback logic for sessio…",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-03-31T14:37:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "267d56209376024c1c3b1198eaff250eb7a65888",
"body": "feat: implement session revocation and add session endpoint utility f…",
"is_bot": false,
"headline": "Merge pull request #3 from Inferenco/feat/session-validity",
"author_name": "James",
"author_login": "CryptoAutistic80",
"committed_at": "2026-03-31T13:44:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d96e4d96d838d67e29608ada0b4214a5afc140ed",
"body": "…or wallet adapter",
"is_bot": false,
"headline": "feat: implement session revocation and add session endpoint utility f…",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-03-31T13:44:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cca7965e3103542858bf1882b4f0024f982187d2",
"body": "feat: implement wallet bridge utilities and error handling logic for …",
"is_bot": false,
"headline": "Merge pull request #2 from Inferenco/feat/session-validity",
"author_name": "James",
"author_login": "CryptoAutistic80",
"committed_at": "2026-03-30T12:32:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d97cc15df9aa083e08e7c5c396290989379a465",
"body": "…Nova wallet integration",
"is_bot": false,
"headline": "feat: implement wallet bridge utilities and error handling logic for …",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-03-30T11:06:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd8ea64e54e2edf49d886f82403aaded308f0a88",
"body": "refactor: consolidate internal logic and constants into a shared chun…",
"is_bot": false,
"headline": "Merge pull request #1 from Inferenco/feat/deeplinking-fix",
"author_name": "James",
"author_login": "CryptoAutistic80",
"committed_at": "2026-03-29T16:02:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2831eafe1fa502a8e08b1df3ee28bc3835bc7a38",
"body": "…k for improved build efficiency",
"is_bot": false,
"headline": "refactor: consolidate internal logic and constants into a shared chun…",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-03-29T10:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a01fb9aa549fff3d52b1342f0108492fcdcaaa1",
"body": null,
"is_bot": false,
"headline": "Chore: removed fallbacks",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-03-27T16:33:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28c974d40845ee4d46f835e540307760d9ac1235",
"body": null,
"is_bot": false,
"headline": "build artifacts",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-03-27T15:18:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91f97e31bebccef4170d1e74d549bc5f1548d236",
"body": null,
"is_bot": false,
"headline": "language fix",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-03-27T12:45:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e7c265c5e1691a0eaa88bd13354756709540220",
"body": "…/mobile connection, and callback processing.",
"is_bot": false,
"headline": "feat: Add Nova Wallet bridge for external session management, desktop…",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-03-27T12:33:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "532e2e65638244727e7c2d5576438ad3dcd589a8",
"body": "…ort, and error handling.",
"is_bot": false,
"headline": "feat: Implement Nova wallet adapter plugin with client, deeplink supp…",
"author_name": "James Walford",
"author_login": "CryptoAutistic80",
"committed_at": "2026-03-25T15:17:02Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 38,
"latest_release_at": "2026-06-30T12:21:00Z",
"latest_release_tag": "v0.2.0-rc.8",
"releases_from_tags": true,
"days_since_last_push": 4,
"active_weeks_last_year": 6,
"days_since_latest_release": 21,
"mean_days_between_releases": 0.3
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": 12,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@inferenco/nova-wallet-adapter",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"cedra",
"nova",
"wallet",
"adapter",
"blockchain",
"aip-62",
"wallet-standard",
"nova-desk",
"nova-wallet",
"cryptocurrency"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@inferenco/nova-wallet-adapter",
"is_deprecated": false,
"latest_version": "0.1.1",
"repository_url": "https://github.com/Inferenco/inferenco-wallet-adapter",
"versions_count": 22,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 2351,
"first_published_at": "2026-05-11T04:36:28.996000Z",
"latest_published_at": "2026-05-25T19:08:01.797000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 57
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0
},
"open_issues_and_prs": 0
},
"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": 32827,
"source_files_sampled": 23,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 40,
"malicious_count": 0,
"assessed_package": "npm:@inferenco/nova-wallet-adapter@0.1.1",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@cedra-labs/ts-sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.2.8"
},
{
"name": "@cedra-labs/wallet-standard",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.5.1"
},
{
"name": "@noble/ciphers",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.1.1"
},
{
"name": "@noble/curves",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.1"
},
{
"name": "@noble/hashes",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.8.0"
},
{
"name": "eventemitter3",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.0.1"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 7,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "CryptoAutistic80",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/120666391?v=4"
},
{
"type": "User",
"login": "spielcrypto",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/29615753?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.895
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 6 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 5,
"reason": "Found 4/8 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 6,
"reason": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "11 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "5cfb334379e4badb5cc0476f2ec59a094f65dcd4",
"ran_at": "2026-07-22T02:25:06Z",
"aggregate_score": 2.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-05-25T18:39:49Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-05-25T18:39:47Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Inferenco/inferenco-wallet-adapter",
"host": "github.com",
"name": "inferenco-wallet-adapter",
"owner": "Inferenco"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"security": 39,
"vitality": 71,
"community": 23,
"governance": 58,
"engineering": 36
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"commits_last_year": 38,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "38 commits in the last year",
"points": 14.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 38
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"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": 88,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v0.2.0-rc.8",
"releases_from_tags": true,
"days_since_latest_release": 21,
"mean_days_between_releases": 0.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 21 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 21
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.3
}
}
],
"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": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 23,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "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": 56,
"inputs": {
"packages": [
"@inferenco/nova-wallet-adapter"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2351
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,351 downloads/month across npm",
"points": 45,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2351,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 58,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.895
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 90% of commits",
"points": 2.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 90
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 86,
"inputs": {
"merged_prs": 7,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/7 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 7
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/8 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"followers": 1,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "Inferenco",
"public_repos": 27,
"account_age_days": 481
},
"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": "1 followers of Inferenco",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "Inferenco"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "27 public repos, account ~1 yr old",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 27
}
},
{
"code": "account_age_years",
"params": {
"years": 1
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@inferenco/nova-wallet-adapter"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 57
},
"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 57 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 57
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "22 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 22
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 36,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 6 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 39,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 6 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 4/8 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "11 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:@inferenco/nova-wallet-adapter@0.1.1 runtime dependency closure — what installing the published package pulls in — 40 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:@inferenco/nova-wallet-adapter@0.1.1",
"assessed": 40
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 40,
"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": 40,
"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": 1
},
"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": 54,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.921,
"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": "35 of 38 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 35,
"sampled": 38
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"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,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "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": "no agent-authored commits among the last 38",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 38
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 32827,
"source_files_sampled": 23,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/23 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 23,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-22T02:25:19.608144Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/Inferenco/inferenco-wallet-adapter.svg",
"full_name": "Inferenco/inferenco-wallet-adapter",
"license_state": "absent",
"license_spdx": null
}