JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"aave",
"abi",
"addresses",
"chainlink",
"defi",
"ethereum",
"lido",
"multi-chain",
"npm-package",
"smart-contracts",
"typescript",
"uniswap"
],
"is_fork": false,
"size_kb": 175,
"has_wiki": true,
"homepage": "https://www.npmjs.com/package/@avaprotocol/protocols",
"languages": {
"TypeScript": 151544
},
"pushed_at": "2026-07-21T05:00:02Z",
"created_at": "2026-05-29T20:24:22Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T04:59:33Z",
"description": "Multi-chain catalog of DeFi protocol contract addresses, ABI fragments, and event topic hashes — covers AAVE V3, Uniswap V3, Chainlink, Lido, Morpho, and more. Powers @avaprotocol/sdk-js.",
"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://avaprotocol.org",
"name": "Ava Protocol",
"type": "Organization",
"login": "AvaProtocol",
"company": null,
"location": "San Francisco, CA",
"followers": 74,
"avatar_url": "https://avatars.githubusercontent.com/u/42079491?v=4",
"created_at": "2018-08-03T23:36:37Z",
"is_verified": null,
"public_repos": 58,
"account_age_days": 2916
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-07-21T05:00:02Z"
},
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2026-06-09T01:56:51Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-06-09T01:46:08Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-06-07T01:37:20Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-06-06T05:25:48Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2026-06-06T04:54:39Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-06-06T04:26:33Z"
}
],
"recent_commits": [
{
"oid": "c847b17e6163aabe1fe6e26e31ee8175e5d2cb7d",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: version packages (#22)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-21T04:59:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ec9a9894e92b3fbf8b66e5b27064a7e56a1e80e",
"body": "…20 (#21)\n\nThe Release workflow's \"Upgrade npm for trusted publishing\" step ran\n`npm install --global npm@latest`. npm@latest rolled to 12.0.1, which\ndropped Node 20 support (requires Node ^22.22.2 || ^24.15.0 || >=26.0.0),\nso the step now fails with EBADENGINE on the Node 20 runner:\n\n npm error \n[…]\n1.5.1), restoring the release flow\nwithout a Node bump. Comment notes to raise npm + node-version together\nwhen moving to npm 12+.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ci): pin release npm to 11.x so trusted publishing works on Node …",
"author_name": "Chris Li",
"author_login": "chrisli30",
"committed_at": "2026-07-21T04:57:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b8bcb3f17604bba1ff0c999ed6034b4047415086",
"body": "…(#20)\n\n* feat(aave-v3): ship reserve-config read surface (UiPoolDataProvider/PoolAddressesProvider addresses + config-read ABI + bit layouts)\n\nAdds the addresses and ABI a health-factor / liquidation solver needs to\nread AAVE V3 per-reserve risk config and a user's per-reserve position,\nper issue #\n[…]\nal flags and the market contracts for those bits.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: AAVE V3 reserve-config reads (provider addrs + ABI + bit maps) …",
"author_name": "Chris Li",
"author_login": "chrisli30",
"committed_at": "2026-07-21T04:45:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4786058cbea471b84f45f6a8047a0ba2810dee23",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: version packages (#18)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-09T01:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0124250c46e4ddba7d72f52e5b2c630490dcd6e5",
"body": "… (#17)\n\nAddresses Copilot review on #14: the tokens-aggregator refactor dropped\nduplicate protection, so a chain listed twice in PER_CHAIN would silently\noverwrite the first chain's entries (wrong Tokens.SYMBOL[chainId], no\nerror at module load). Now throws fast pointing at the duplicate. Patch\nchangeset; no API change.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: guard buildTokensFromData against duplicate chainId in PER_CHAIN…",
"author_name": "Chris Li",
"author_login": "chrisli30",
"committed_at": "2026-06-09T01:52:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "41a2e7588262690cc560ee1dc13a92188a615713",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: version packages (#16)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-09T01:45:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c1cb1df4d5e5688bf7309e2920f9fbb98f0dfd1",
"body": "The root `Tokens` namespace used to import each chain's JSON\ndirectly and re-run the per-row → symbol-keyed transform. That\nduplicated the transform the per-chain modules already perform at\ntheir own module load: two code paths reading the same source files.\n\nAfter this change, `src/tokens/index.ts`\n[…]\ndules already guarantee single-symbol-per-chain at\n their own load — the aggregator's slot is always empty.\n\nAll 57 tests still pass. Build emits the same six entries and the\nsame five JSON sidecars.",
"is_bot": false,
"headline": "refactor: aggregate Tokens namespace from per-chain modules (#14)",
"author_name": "Chris Li",
"author_login": "chrisli30",
"committed_at": "2026-06-09T01:21:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "88236bb72ef1d6852b387d2429b46e4dab0dd59e",
"body": "* feat: add AAVE V3 reserve catalog (aaveV3.reserves)\n\nPer-chain underlying -> aToken / variableDebtToken / decimals for every\nAAVE V3 reserve, generated from chain (Pool.getReservesList +\ngetReserveData + ERC-20 metadata) via scripts/generate-aave-reserves.ts.\nCovers Ethereum, Base, BNB, Sepolia, B\n[…]\narify it is a Partial map over the covered chains\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: AAVE V3 reserve catalog (aaveV3.reserves) (#15)",
"author_name": "Chris Li",
"author_login": "chrisli30",
"committed_at": "2026-06-09T01:15:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "49db214e4215596ffb96f64dab335c97c35a6309",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: version packages (#13)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-07T01:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f81f84bb54c19cb37871781b2fcc0117d0f48094",
"body": "…nts (#12)\n\n* feat: per-chain token subpath exports + ERC-20/Chainlink event additions\n\nAdds `@avaprotocol/protocols/tokens/<chain>` subpath exports so\nconsumers that only need one chain's tokens can import a single ~1-30\nKB module instead of pulling all five chains via the root `Tokens`\nnamespace (\n[…]\n same construct, same risk.\n\nTests unchanged (57 pass).\n\n* chore: drop accidentally-committed pr-comments-12.json + gitignore the pattern\n\n* chore: gitignore pr-comments-*.json review-script artifacts",
"is_bot": false,
"headline": "feat: v0.6.0 — per-chain token subpath exports + ERC-20/Chainlink eve…",
"author_name": "Chris Li",
"author_login": "chrisli30",
"committed_at": "2026-06-07T01:34:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "623c3eed051eb2d1f420958e88a6332235c9acd6",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: version packages (#11)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-06T05:25:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaa22cb8d2a5c3553d5b1e67e94d2404aca7b812",
"body": "…) (#10)\n\n* feat: backfill mainnet catalog from EigenLayer-AVS whitelist\n\nsrc/tokens/data/ethereum.json now carries 104 mainnet tokens (was\n30) — the union of Studios curated catalog and AVSs whitelist.\n+74 mainnet tokens: APE, ATH, AXS, BGB, BNB, BUIDL, Bonk, BTT,\ncbBTC, Cake, CRO, DEXE, eETH, ETHF\n[…]\nff at port time and\n reconcile manually.\n\nVerified: yarn port:avs over the already-ported tree produces 0 new\nentries AND 0 drift warnings — sources are in agreement on every\nshared symbol's address.",
"is_bot": false,
"headline": "feat: backfill mainnet catalog from AVS whitelist (Phase 1 of item 16…",
"author_name": "Chris Li",
"author_login": "chrisli30",
"committed_at": "2026-06-06T05:21:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5f9cf5a544a60db126fdeb0edc42e85bb62f3009",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: version packages (#9)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-06T04:54:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9460f6195742225e5e41627653622f52721d9a1a",
"body": "* fix: lookupToken walks per-protocol token tables as 3rd-pass fallback\n\nThe Studio-wide seed in v0.4.0 swapped Tokens.LINK[Sepolia] for the\ncanonical Chainlink address (0x779877…4789), leaving the AAVE-V3\nSepolia faucet LINK (0xf8Fb37…0EBE5) — which is the address AAVE\ntemplates actually use on tha\n[…]\nper-chain name when\n the symbol has entries on multiple chains. New logic prefers the\n same-chain catalog entry when one exists, falls back to any other\n catalog entry, then to default 18 decimals.",
"is_bot": false,
"headline": "fix: lookupToken walks per-protocol token tables (0.4.1) (#8)",
"author_name": "Chris Li",
"author_login": "chrisli30",
"committed_at": "2026-06-06T04:51:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "03ec60e53f10b14dd551e61c34928ed8d01e5110",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: version packages (#7)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-06T04:18:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ea828e18f83192a26a19f793653d642eed9434c",
"body": "Adds the changeset entry that #5 should have included. The release\nworkflow on main is no-op without an unconsumed changeset — it ran\nafter #5 merged but had nothing to consume, so package.json stayed\nat 0.3.0 and npm wasnt updated.\n\nThis entry declares a minor bump (0.3.0 → 0.4.0). After merge the\nrelease workflow will open a Version Packages PR; merging that PR\ntriggers the actual npm publish via OIDC trusted publishing.",
"is_bot": false,
"headline": "chore: add changeset for v0.4.0 release (#6)",
"author_name": "Chris Li",
"author_login": "chrisli30",
"committed_at": "2026-06-06T04:12:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "528ab99801e354f1bab426de4bfd1c1b9d2dd769",
"body": "* refactor: move token catalog source to per-chain JSON data files\n\nSource data was inlined in src/tokens/index.ts as TypeScript objects\nkeyed by symbol. That layout doesnt scale: porting wider catalogs\nfrom upstream sources (Studios app/lib/erc20/*.json, EigenLayer-AVSs\ntoken_whitelist/*.json) mean\n[…]\nsource had\n https://x.com/Frax Finance (unescaped space). Replaced with\n the correct handle https://x.com/fraxfinance. Grepped the rest\n of the catalog for the same shape; no other instances found.",
"is_bot": false,
"headline": "feat: per-chain token JSON catalog + Studio-wide seed (v3.1.0) (#5)",
"author_name": "Chris Li",
"author_login": "chrisli30",
"committed_at": "2026-06-06T02:37:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "04de4220cc99ca7353c9ecafd14ca95c99207d66",
"body": null,
"is_bot": false,
"headline": "chore: added changeset and release.yml for Github publish",
"author_name": "chrisli30",
"author_login": "chrisli30",
"committed_at": "2026-06-06T01:46:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "373f4879809955312eecfa1a96a6a096f6e62932",
"body": "* feat: add top-level Tokens namespace + lookupToken helper\n\nPromotes ERC-20 token metadata to a first-class catalog citizen,\nparallel to Protocols and Chains. Backend consumers (context-memory,\nEigenLayer-AVS) and Studio currently each maintain their own token\ncatalog with divergent shapes; this is\n[…]\n\n\nSkipped: returning resolved chain ID from lookupToken when cross-chain\nscan fires. Real ambiguity, but adds a non-trivial field to the public\nreturn shape — defer until a consumer actually needs it.",
"is_bot": false,
"headline": "feat: Tokens namespace + cross-chain lookup + JSON sidecar (v0.3.0) (#4)",
"author_name": "Chris Li",
"author_login": "chrisli30",
"committed_at": "2026-06-06T01:27:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2ef79473893ec060c378e6491b1fbb776a0b6219",
"body": "… / Superfluid / WBNB (#3)\n\nAdds Chains.BnbMainnet (56) plus per-protocol addresses across the\nfive catalog modules whose protocols have meaningful BNB deployments.\nEvery address was verified live via eth_getCode against a BNB RPC\nbefore merge.\n\nPer-protocol additions:\n\n aaveV3\n pool 0x68\n[…]\n for BNB\n (chain 56 + 97 in the Request bucket of their Node column);\n workflows:simulate falls back to deterministic summary until\n Tenderly grants access. Request filing tracked separately.",
"is_bot": false,
"headline": "feat: BNB Smart Chain (56) support — AAVE V3 / Uniswap V3 / Chainlink…",
"author_name": "Chris Li",
"author_login": "chrisli30",
"committed_at": "2026-05-30T01:45:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "17744359429c1026acea933b383c9d5a37c5c90c",
"body": "* chore: initial repo skeleton + 14-protocol catalog seed\n\nBootstraps @avaprotocol/protocols as a standalone npm package. Ships\nthe static-data DeFi catalog (addresses, ABI fragments, event topic\nhashes) that previously lived inside @avaprotocol/sdk-js@4.0.0-dev.2\nat packages/sdk-js/src/v4/protocols\n[…]\n emits ESM as index.js and\nCJS as index.cjs — verify those, not the legacy index.mjs that doesn't\nexist. The exports map already points at the correct filenames; this\njust brings the CI check in line.",
"is_bot": false,
"headline": "chore: initial repo skeleton + 14-protocol catalog seed (#1)",
"author_name": "Chris Li",
"author_login": "chrisli30",
"committed_at": "2026-05-29T20:42:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8652393b8bda8dcc45d1d3a981624d1a2d9e782b",
"body": null,
"is_bot": false,
"headline": "first commit",
"author_name": "chrisli30",
"author_login": "chrisli30",
"committed_at": "2026-05-29T20:25:05Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 22,
"latest_release_at": "2026-07-21T05:00:02Z",
"latest_release_tag": "v0.8.0",
"releases_from_tags": false,
"days_since_last_push": 7,
"active_weeks_last_year": 3,
"days_since_latest_release": 7,
"mean_days_between_releases": 7.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@avaprotocol/protocols",
"exists": true,
"license": "MIT",
"keywords": [
"defi",
"ethereum",
"smart-contracts",
"abi",
"addresses",
"aave",
"uniswap",
"chainlink",
"lido",
"morpho",
"multi-chain",
"typescript"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@avaprotocol/protocols",
"is_deprecated": false,
"latest_version": "0.8.0",
"repository_url": "https://github.com/AvaProtocol/protocols",
"versions_count": 10,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 3414,
"first_published_at": "2026-05-29T20:43:43.197000Z",
"latest_published_at": "2026-07-21T05:00:00.726000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"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,
"collected_at": null
},
"open_issues_and_prs": 1
},
"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": 23133,
"source_files_sampled": 37,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 20,
"open_issues": 1,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "chrisli30",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/2616844?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"yarn.lock"
],
"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": 6,
"reason": "13 out of 20 merged PRs checked by a CI test -- score normalized to 6",
"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/15 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 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": 0,
"reason": "11 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c847b17e6163aabe1fe6e26e31ee8175e5d2cb7d",
"ran_at": "2026-07-29T01:47:14Z",
"aggregate_score": 2.5,
"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-21T05:00:06Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-21T04:59:25Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 19,
"created_at": "2026-07-21T01:29:48Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/AvaProtocol/protocols",
"host": "github.com",
"name": "protocols",
"owner": "AvaProtocol"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 25,
"vitality": 70,
"community": 33,
"governance": 51,
"engineering": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 70,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"commits_last_year": 22,
"human_commit_share": 0.682,
"days_since_last_push": 7,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"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": "22 commits in the last year",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 22
}
}
],
"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": "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": 100,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v0.8.0",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 7.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~7.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 7.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "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": 33,
"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": "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": 59,
"inputs": {
"packages": [
"@avaprotocol/protocols"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 3414
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,414 downloads/month across npm",
"points": 47.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3414,
"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": 51,
"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": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"merged_prs": 20,
"open_issues": 1,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "20/20 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 20,
"decided": 20
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/15 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": 68,
"inputs": {
"followers": 74,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "AvaProtocol",
"public_repos": 58,
"account_age_days": 2916
},
"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": "74 followers of AvaProtocol",
"points": 13.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 74,
"login": "AvaProtocol"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "58 public repos, account ~7 yr old",
"points": 24.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 58
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@avaprotocol/protocols"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 7
},
"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 7 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 7
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 66,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "13 out of 20 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"aave",
"abi",
"addresses",
"chainlink",
"defi",
"ethereum",
"lido",
"multi-chain",
"npm-package",
"smart-contracts",
"typescript",
"uniswap"
],
"has_wiki": true,
"homepage": "https://www.npmjs.com/package/@avaprotocol/protocols",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://www.npmjs.com/package/@avaprotocol/protocols",
"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": "12 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 12
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 25,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"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": 25,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 2.5
},
"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": "13 out of 20 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/15 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file 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": "11 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 3
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 43,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": "Excluded from scoring (no data or not applicable): Legible commit history. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"legible_commit_history"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"has_llms_txt": false,
"legible_history_share": null,
"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": "no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"yarn.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.182,
"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": "4 of the last 22 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 4,
"sampled": 22
}
}
],
"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": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 23133,
"source_files_sampled": 37,
"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/37 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 37,
"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-29T01:47:26.896809Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/AvaProtocol/protocols.svg",
"full_name": "AvaProtocol/protocols",
"license_state": "standard",
"license_spdx": "MIT"
}