Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"base",
"offramp",
"sdk",
"typescript",
"usdc",
"viem",
"zkp2p"
],
"is_fork": false,
"size_kb": 488,
"has_wiki": false,
"homepage": "https://www.npmjs.com/package/@zkp2p/cash",
"languages": {
"JavaScript": 654,
"TypeScript": 491840
},
"pushed_at": "2026-07-29T02:54:24Z",
"created_at": "2026-07-07T10:51:51Z",
"owner_type": "Organization",
"updated_at": "2026-07-25T00:30:51Z",
"description": "Peer Cash SDK: cash out Base USDC to fiat at the live market rate",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://peer.xyz/",
"name": "Peer (Previously ZKP2P)",
"type": "Organization",
"login": "zkp2p",
"company": null,
"location": null,
"followers": 190,
"avatar_url": "https://avatars.githubusercontent.com/u/134346136?v=4",
"created_at": "2023-05-23T01:01:22Z",
"is_verified": null,
"public_repos": 17,
"account_age_days": 1163
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "fbea3aced2ce31333535240687a64165938a6bd5",
"body": null,
"is_bot": false,
"headline": "chore: release @zkp2p/cash 0.2.1 (#29)",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-21T10:30:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cb14114fdfaf090472e3a84434340d8b081d7bf",
"body": "* feat: finalize prepared cashouts\n\n* fix: bind prepared cashout receipts",
"is_bot": false,
"headline": "feat: finalize prepared cashouts (#28)",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-21T10:27:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef5bd28800f231630529fda2626bf4ce2ae10998",
"body": "* feat: support multi-currency cashouts\n\n* fix: validate payout currencies before wallet access\n\n* fix: reject ambiguous payout currencies\n\n* fix: validate payout rail currencies\n\n* fix: normalize payout processor lookup",
"is_bot": false,
"headline": "feat: support multi-currency cashouts (#27)",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-21T10:24:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed9e2042a1e8f84aacbd29e53005fec1656a7710",
"body": "* fix: normalize raw payee handles\n\n* fix: canonicalize raw payment handles",
"is_bot": false,
"headline": "fix: normalize raw payee handles (#26)",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-21T10:22:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1e614d0d54c931c781099ab9449a8cbe6b2c987",
"body": "* fix: classify wallet transaction rejections\n\n* fix: preserve wallet rejection wording\n\n* fix: distinguish rpc transaction rejections\n\n* fix: keep rejection remediation public\n\n* fix: preserve provider rejection signals\n\n* fix: honor nested rpc rejection identity\n\n* fix: classify primitive rejection causes",
"is_bot": false,
"headline": "fix: classify wallet transaction rejections (#25)",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-21T10:21:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58b9662cda25588b569cbeabdf03b4b3e0ffa6ed",
"body": "* fix: hard cut peer cash to generic zelle\n\n* fix: reject unsupported payment method rows",
"is_bot": false,
"headline": "fix: hard cut Peer Cash to generic Zelle (#19)",
"author_name": "Richard",
"author_login": "richardliang",
"committed_at": "2026-07-16T00:50:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98195a2c50a398a38693043178d27f863b8e1d81",
"body": null,
"is_bot": false,
"headline": "feat: decouple estimate ETA and cache fill stats",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-15T07:38:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34f6a91514c1243d1992925081e8f42821ea68a3",
"body": null,
"is_bot": false,
"headline": "chore: release @zkp2p/cash 0.1.8",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-14T09:34:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e06ff2903d9801bb940c59cda0fea6dfe6c74981",
"body": "* feat: add pair fill stats and zelle method groups\n\n* fix: keep fill stats pagination complete",
"is_bot": false,
"headline": "feat: add pair fill stats and zelle method groups (#18)",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-14T09:29:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9e24655960c9915de73afe3f9195ed63fd50af6",
"body": "* test: add production maker relay verification\n\n* test: add cross-chain relay verification\n\n* fix: avoid surplus production verification transfer\n\n* fix: unwind verifier deposits on failure\n\n* fix: harden production verification scripts",
"is_bot": false,
"headline": "test: add production relay verification scripts (#15)",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-14T03:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b52858446d53e23186ecc8efea972f117076742",
"body": null,
"is_bot": false,
"headline": "chore: release @zkp2p/cash 0.1.7",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-13T13:27:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c88ba39b186575deff9a4b68b07ebfecbdef67b",
"body": "… routes",
"is_bot": false,
"headline": "fix: require nonce-managed source signers for multi-transaction relay…",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-13T13:26:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0b64ab34ad7cc25a868b481daeefbca9c9e1dae",
"body": null,
"is_bot": false,
"headline": "chore: release @zkp2p/cash 0.1.6 (#13)",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-13T09:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce8aa74930733f01899ce7b0a54056f3045ad2cc",
"body": "* chore: prepare peer cash for public release\n\n* fix: sync dependency ranges in lockfile",
"is_bot": false,
"headline": "chore: prepare peer cash for public release (#12)",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-13T09:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05ff24e3ba661e90b610850c5a14aa97c839c915",
"body": null,
"is_bot": false,
"headline": "docs: sync stack impact monorepo routing (#11)",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-13T09:28:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e694195be403518f0049cdbaafacf4b69d6b45f",
"body": "* fix: require batch receipts before cashout\n\n* fix: preserve uncertain batch recovery\n\n* test: retain batch status mock type\n\n* fix: classify receiptless batch completion",
"is_bot": false,
"headline": "fix: preserve same-chain batch recovery (#10)",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-10T10:55:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88b91d8b1c4a166fa14fc6c27616e84015518b70",
"body": null,
"is_bot": false,
"headline": "fix: synchronize same-chain relay cashouts (#9)",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-10T10:40:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25ad7449b73ef3ddd1f0d311a90911cf769d57d3",
"body": "* fix: harden Peer Cash transaction lifecycle\n\n* fix: stabilize Peer Cash React hooks\n\n* fix: constrain Peer Cash agent tools\n\n* chore: prepare @zkp2p/cash 0.1.4 release\n\n* docs: document Peer Cash production recovery",
"is_bot": false,
"headline": "fix: harden Peer Cash SDK for production (#8)",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-10T09:43:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da0ffd95448f6d1e36dd67a01220bc72306a2ca2",
"body": null,
"is_bot": false,
"headline": "fix: widen cash ETA sampling window",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-09T12:21:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14e9a237b1308c48dbdc46623a6e3cd059ee3f8b",
"body": null,
"is_bot": false,
"headline": "fix: restrict cash ETA to zero-spread deposits",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-09T12:11:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db89a674109fe82fa05ed3d9621e5299fa4b892b",
"body": "* feat: add relay source cashout foundation\n\n* fix relay source cashout flow",
"is_bot": false,
"headline": "feat: add Relay source cashout foundation (#7)",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-09T10:58:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b364fa53048560c266588b0b9c90726a23944388",
"body": "Adds a repo-local zkp2p-stack-impact skill covering upstream/downstream dependency graph, impact reporting, validation, and coordinated downstream PR workflow.",
"is_bot": false,
"headline": "Add ZKP2P stack impact skill",
"author_name": "Richard",
"author_login": "richardliang",
"committed_at": "2026-07-08T15:57:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54e1e512d7bf7d59c9c78f3c5a3c39400d4c5850",
"body": null,
"is_bot": false,
"headline": "chore: bump peer cash sdk to 0.1.1",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-08T14:05:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04a88a60354ae0a3a88dd74ad0ce974dda5a1507",
"body": "…drop internal PRD)",
"is_bot": false,
"headline": "docs: production-ready pass (cross-links, brand actor, npm metadata, …",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-08T10:28:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ef09e3bcfd42696b35a575a776bf9ed89b6000a",
"body": "Add readable prepared transaction steps, align agent/docs surfaces around the simple maker-side Peer Cash model, and keep the prepare path additive for existing txs[] consumers.",
"is_bot": false,
"headline": "feat: label prepared cash transactions",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-08T07:00:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e01cd9d8853522b16a544c6d2915dfe053a7d3cc",
"body": "Co-authored-by: Ubuntu <ubuntu@ip-172-31-93-102.ec2.internal>",
"is_bot": false,
"headline": "docs: tighten Peer Cash legal copy (#2)",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-07T15:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce5182c5e31868eb6c1794a8689dbfd2e7573291",
"body": "…103)",
"is_bot": false,
"headline": "docs: PRD rollout notes the landing draft PR is open (zkp2p-clients#1…",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-07T12:11:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "540e5a2f78260a2c0e56e1de6d21e6ae6fdfde45",
"body": "…rding users without centralized off-ramps",
"is_bot": false,
"headline": "docs: add positioning — for wallets, crypto apps, defi, agents offboa…",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-07T10:55:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48482e87c60d98b7dc915a343c6351c5a82b32b6",
"body": null,
"is_bot": false,
"headline": "docs: add PRD-as-built (team handover / GitHub issue source)",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-07T10:47:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a83016d753681b71c0617b64a9422598cd80a377",
"body": "…+ payee revocation, wise/paypal attestation, new error codes",
"is_bot": false,
"headline": "docs: audit-informed accuracy — cents convention, curator rate-limit …",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-07T10:45:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00b058ac82464417e3a5bb46c4c8d14515344924",
"body": "…, typed error mapping for all mutating calls, honest list-row nextActions, wise/paypal attestation gate, escrow-id normalization, oracle staleness, react mount guards",
"is_bot": false,
"headline": "fix: harden money paths from upstream audit — withdraw receipt checks…",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-07T10:44:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe5bb0612bda0a0bb251cbde56cd44b2121f4624",
"body": "…Expired gating; prod-indexer read verification",
"is_bot": false,
"headline": "feat: decoded receipts, payout-leg reconstruction, buyer profiles, is…",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-07T07:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f17d8f12328c966a8b9f6a672522d870b89fc330",
"body": "…rop retainOnEmpty/delegate from public input",
"is_bot": false,
"headline": "feat: erc-8021 peer-cash attribution, topUp verb, partial withdraw; d…",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-07T06:35:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a246ebd84905fb4849a07caeed8933d78a051c6",
"body": "…ent, poll loop; single usdc formatter",
"is_bot": false,
"headline": "refactor: dedupe deposit mapping, withdraw context, allowance settlem…",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-07T05:38:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02f4ea4fe5e7a49622d9b64a0370dcb8b6e0635e",
"body": "… spender and mining race",
"is_bot": false,
"headline": "feat: staging verification script; fix curator env default, allowance…",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-06T22:33:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21ad9cec1494c6a005afb7fe6df3dea80d9871e3",
"body": "…ples, llms.txt",
"is_bot": false,
"headline": "docs: readme, lifecycle guide, agents manual, integration skill, exam…",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-06T22:25:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66e391f37be24806e2411ff95ae3824fd6f6cbfa",
"body": null,
"is_bot": false,
"headline": "feat: /tools json-schema manifest and /react hooks",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-06T22:22:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9363f531b11f914fe56cd46f7d0013c5b8b07460",
"body": null,
"is_bot": false,
"headline": "feat: six-verb cash client, typed errors, capabilities, estimate, codecs",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-06T22:19:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1b6fdbcdb0a464bafd7066684becbeab2da4207",
"body": "…lution",
"is_bot": false,
"headline": "test: golden-file coverage for order state, market rate, deposit reso…",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-06T22:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "813ff4a98660f08358a70dd1e3289f80997a08b2",
"body": null,
"is_bot": false,
"headline": "feat: port pure cash engine from reference implementation",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-06T22:10:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b380fcca1f0c03460cdca546c8dc5879852f0b58",
"body": null,
"is_bot": false,
"headline": "chore: add bun lockfile",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-06T22:07:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a96620be776598b6a6b4c11705826b380691f52b",
"body": null,
"is_bot": false,
"headline": "chore: scaffold package, build, lint, test, and ci config",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-06T22:07:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1365704b264e5676c2ffff1f38c4e58f6f0ef6a",
"body": null,
"is_bot": false,
"headline": "chore: init repo with MIT license",
"author_name": "Andrew Wilkinson",
"author_login": "ADWilkinson",
"committed_at": "2026-07-06T22:07:49Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 43,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 3,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@zkp2p/cash",
"exists": true,
"license": "MIT",
"keywords": [
"zkp2p",
"peer",
"offramp",
"usdc",
"base",
"crypto-to-fiat",
"venmo",
"chainlink",
"viem",
"agent",
"payments",
"sdk"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@zkp2p/cash",
"is_deprecated": false,
"latest_version": "0.2.1",
"repository_url": "https://github.com/zkp2p/peer-cash",
"versions_count": 12,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 5,
"monthly_downloads": 2202,
"first_published_at": "2026-07-08T07:09:57.675000Z",
"latest_published_at": "2026-07-21T10:32:20.500000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 0,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": true,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 86611,
"source_files_sampled": 54,
"oversized_source_files": 1,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 15365
},
"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": 74,
"malicious_count": 0,
"assessed_package": "npm:@zkp2p/cash@0.2.1",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@relayprotocol/relay-sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.1.3"
},
{
"name": "@zkp2p/sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.9.0"
},
{
"name": "zod",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.25.76"
}
],
"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": 2,
"merged_prs": 18,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 7,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ADWilkinson",
"commits": 41,
"avatar_url": "https://avatars.githubusercontent.com/u/29403976?v=4"
},
{
"type": "User",
"login": "richardliang",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6797244?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.953
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": true,
"linter_configs": [
"eslint.config.mjs"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 10,
"reason": "18 out of 18 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": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"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": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 6,
"reason": "4 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "fbea3aced2ce31333535240687a64165938a6bd5",
"ran_at": "2026-07-29T15:05:07Z",
"aggregate_score": 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-21T10:31:54Z",
"oldest_open_prs": [
{
"number": 20,
"created_at": "2026-07-18T09:08:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 30,
"created_at": "2026-07-28T02:54:20Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-21T10:30:38Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/zkp2p/peer-cash",
"host": "github.com",
"name": "peer-cash",
"owner": "zkp2p"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 44,
"vitality": 32,
"community": 32,
"governance": 60,
"engineering": 86
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 32,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"commits_last_year": 43,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "43 commits in the last year",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 43
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "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": "at_risk",
"name": "Community & Adoption",
"value": 32,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"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": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"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": [
"@zkp2p/cash"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2202
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,202 downloads/month across npm",
"points": 44.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2202,
"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": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.953
},
"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 95% of commits",
"points": 1.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 95
}
}
],
"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": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"merged_prs": 18,
"open_issues": 0,
"closed_issues": 7,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 3
},
"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": "18/21 decided PRs merged",
"points": 32.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 18,
"decided": 21
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"followers": 190,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "zkp2p",
"public_repos": 17,
"account_age_days": 1163
},
"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": "190 followers of zkp2p",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 190,
"login": "zkp2p"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "17 public repos, account ~3 yr old",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 17
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@zkp2p/cash"
],
"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": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 86,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"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": "eslint.config.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"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": "18 out of 18 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"base",
"offramp",
"sdk",
"typescript",
"usdc",
"viem",
"zkp2p"
],
"has_wiki": false,
"homepage": "https://www.npmjs.com/package/@zkp2p/cash",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://www.npmjs.com/package/@zkp2p/cash",
"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": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"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": 44,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 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 not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "18 out of 18 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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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 dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "4 existing vulnerabilities detected",
"points": 4.5,
"status": "partial",
"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:@zkp2p/cash@0.2.1 runtime dependency closure — what installing the published package pulls in — 74 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:@zkp2p/cash@0.2.1",
"assessed": 74
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 74,
"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": 74,
"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": 68,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"has_llms_txt": true,
"legible_history_share": 1,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 15365
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": "llms.txt present",
"points": 15,
"status": "met",
"details": [
{
"code": "llms_txt_present",
"params": {}
}
],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "43 of 43 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 43,
"sampled": 43
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"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": "eslint.config.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 43",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 43
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 86611,
"source_files_sampled": 54,
"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/54 source files over 60KB",
"points": 54,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 54,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-29T15:05:22.129057Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/z/zkp2p/peer-cash.svg",
"full_name": "zkp2p/peer-cash",
"license_state": "standard",
"license_spdx": "MIT"
}