Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 7452,
"has_wiki": true,
"homepage": null,
"languages": {
"Shell": 57786,
"JavaScript": 44460
},
"pushed_at": "2026-07-30T14:05:21Z",
"created_at": "2026-02-03T04:02:32Z",
"owner_type": "Organization",
"updated_at": "2026-07-30T13:29:18Z",
"description": "A collection of skills for OpenClaw agents, with implementations and integrations across the MetaMask ecosystem.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Shell",
"significant_languages": [
"Shell",
"JavaScript"
]
},
"owner": {
"blog": "https://metamask.io",
"name": "MetaMask",
"type": "Organization",
"login": "MetaMask",
"company": null,
"location": "Ethereum Blockchain",
"followers": 6046,
"avatar_url": "https://avatars.githubusercontent.com/u/11744586?v=4",
"created_at": "2015-03-31T21:55:56Z",
"is_verified": null,
"public_repos": 631,
"account_age_days": 4138
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-21T20:24:07Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-06-04T10:26:03Z"
}
],
"recent_commits": [
{
"oid": "81567a2a32d1b1c96d50be2497779f62b6fcc044",
"body": "Bugbot already reviews every non-draft PR update. This checked-in\n`.cursor/BUGBOT.md` focuses those runs on skill-file security:\nhidden/overriding instructions (prompt injection), credential access &\ndata exfiltration, unsafe execution & safety-control bypass, and remote\ninstructions fetched at runt\n[…]\n-extension.\n\nA marked merge point in the file takes the security team's tailored\nOWASP LLM Top 10 prompt when it is delivered.\n\n---------\n\nCo-authored-by: behroozreview <behrooz.aghakhanian@gmail.com>",
"is_bot": false,
"headline": "chore: add Cursor Bugbot security review rules for skill files (#63)",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-07-30T13:28:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4063bf1144921316368dbb21b3cb8ae242c2b59f",
"body": "## Summary\n- Add experimental **`test-layer-placement`** skill for MetaMask Mobile:\nflexible intake (Jira / path / PR), analyze-first disposition across\nunit / CV / integration / e2e, optional implement (tests + minimal pure\nextracts), Jira report, and always-updated PR task checklist.\n- Reuse Appro\n[…]\npped for Extension/Core\n- [ ] Smoke: ask agent to analyze a path/ticket in analyze-only mode (no\ncode changes)\n\n\nMade with [Cursor](https://cursor.com)\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(testing): add Mobile test-layer-placement skill (#80)",
"author_name": "Ramon AC",
"author_login": "racitores",
"committed_at": "2026-07-29T13:40:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c378b5b10eed9050922614c6142ba5e11979c379",
"body": "Addresses findings from an internal security review of `domains/perps`.\n\n- **Command injection in `perps-validate.sh`** —\n`run_yalc`/`cmd_resolve_yalc` executed the resolved yalc invocation\n(incl. the `YALC_BIN` env value) via `eval`. Now split into an argv\narray (`read -ra`) and invoked as `\"${cmd[\n[…]\nnly to the two ticket skills (harmless if\nignored, beneficial if honored) and left the review/validate skills\nuntouched, since those genuinely need Bash and speculative scoping there\ncould break them.",
"is_bot": false,
"headline": "fix(perps): harden validate script and review-pr skill security (#64)",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-07-29T13:24:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "06b5c9096354f107347c177158c9ed04d954a0a9",
"body": "## Description\n\nUpdates the contribution guide and skill template to match the current\nrepository layout. Adds complete domain ownership so reviews route to\nthe responsible MetaMask teams.\n\nRepository admins must grant listed teams explicit write access for\nGitHub to enforce team ownership.\n\n## Type\n[…]\nain secrets or sensitive data\n- [x] I have added appropriate documentation\n- [x] My changes do not break existing skills\n\n## Testing\n\n- `yarn test` — 41 tests passed\n- `yarn lint`\n- `git diff --check`",
"is_bot": false,
"headline": "docs: clarify skill contributions and ownership (#77)",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-07-28T11:26:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cd951241c3d878ee426e502204ce829ae5407295",
"body": "## Description\n\nCentralizes the MetaMask Mobile `integration-test` skill that was\noriginally checked into Mobile by\n[MetaMask/metamask-mobile#29749](https://github.com/MetaMask/metamask-mobile/pull/29749).\n\nThe skill follows the existing `component-view-test` source layout:\n\n- a small discoverable b\n[…]\n[Cursor](https://cursor.com)\n\nCoordinated cleanup:\n[MetaMask/metamask-mobile#33864](https://github.com/MetaMask/metamask-mobile/pull/33864).\n\n---------\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(testing): add mobile integration test skill (#78)",
"author_name": "Ramon AC",
"author_login": "racitores",
"committed_at": "2026-07-27T16:13:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1018a2ca40025bb9a428ba29f2e28f6137516e7c",
"body": "## Description\n\nAdds opt-in stale project-skill pruning to the shared CLI via\n`--prune-stale` or `SKILLS_PRUNE_STALE=1`.\n\nPruning removes only installer-managed project-scope `mms-*` directories\nthat are outside the resolved source/filter selection. It preserves\nhand-authored directories, supports d\n[…]\n stays under `Unreleased` on the current `0.2.0` baseline.\nAfter merge, create the separate `0.2.1` release PR so the feature is\npublished in the CLI and remains available to consumers using `^0.2.0`.",
"is_bot": false,
"headline": "feat(cli): add opt-in stale skill pruning (#75)",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-07-27T12:22:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cf424ca0d4290c6322ed162c0392ca61850f7d0f",
"body": "## Description\n\nMake **component-view** the default MetaMask Mobile test layer for\nscreen/view UI behavior, with **unit** as a focused fallback and **e2e**\nfor device journeys.\n\n- Add canonical policy: `domains/testing/knowledge/testing-layers.md`\n(installed beside testing skills)\n- Align Mobile ove\n[…]\nrewrite of `e2e-test` remains a follow-up.\n\nMade with [Cursor](https://cursor.com)\n\n---------\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\nCo-authored-by: João Tavares <joao.tavares@consensys.net>",
"is_bot": false,
"headline": "docs(testing): CV-default Mobile testing layers (#70)",
"author_name": "Ramon AC",
"author_login": "racitores",
"committed_at": "2026-07-22T14:49:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "19c2b149e57d7ba5edf6acc52579a906e92c0647",
"body": "This is the release candidate for version 0.2.0.\n\n---------\n\nCo-authored-by: github-actions <github-actions@github.com>\nCo-authored-by: Cal-L <cal.leung@consensys.net>",
"is_bot": true,
"headline": "0.2.0 (#72)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-21T20:16:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fefce82cfaafa6d57bebdabd74bdd56fc449f8b4",
"body": "## Description\n\n<!-- Describe your changes in detail -->\n\nThis PR adds docs and examples for React Dev Tool's Performance and\nNetwork tabs, which were made available and stabilized with the bump to\nReact Native 0.83+ -\nhttps://github.com/MetaMask/metamask-mobile/pull/32281.\n\n## Type of Change\n\n<!-- \n[…]\n-- Describe how you tested this skill -->\n\n## Additional Context\n\n<!-- Add any other context or screenshots about the PR here -->\n\nJira ticket - https://consensyssoftware.atlassian.net/browse/MCWP-647",
"is_bot": false,
"headline": "chore: Add docs for React Dev Tools Performance and Network tabs (#71)",
"author_name": "Cal Leung",
"author_login": "Cal-L",
"committed_at": "2026-07-20T18:24:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bb8899e072a74914f89e3a54164c0d6c481589f7",
"body": "## Description\n\nAdd new guidance for e2e helper methods.\n\nTested locally:\n\n<img width=\"454\" height=\"88\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/b44e7bd8-21cb-41b6-9c28-c14b3900ed5a\"\n/>\n\n\n## Type of Change\n\n<!-- Mark the relevant option with an \"x\" -->\n\n- [ ] New skill\n- [x] Skill\n[…]\numentation\n- [x] My changes don't break existing skills\n\n## Testing\n\n<!-- Describe how you tested this skill -->\n\n## Additional Context\n\n<!-- Add any other context or screenshots about the PR here -->",
"is_bot": false,
"headline": "add: anti-pattern helper functions in spec files (#67)",
"author_name": "seaona",
"author_login": "seaona",
"committed_at": "2026-07-15T12:36:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "334a038b2150a71391f19e723c5d49272364f0d8",
"body": "## Description\n\n<!-- Describe your changes in detail -->\n\nFix broken links in the PR template (from relative path to absolute\nURLS):\n\n<img width=\"1019\" height=\"463\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/6ea45cbe-e96b-4b7f-bd56-64ad92605a29\"\n/>\n\n\n\n## Type of Change\n\n<!-- Mark th\n[…]\numentation\n- [x] My changes don't break existing skills\n\n## Testing\n\n<!-- Describe how you tested this skill -->\n\n## Additional Context\n\n<!-- Add any other context or screenshots about the PR here -->",
"is_bot": false,
"headline": "fix: broken links in the PR template (#68)",
"author_name": "seaona",
"author_login": "seaona",
"committed_at": "2026-07-15T12:31:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "667c18a7c04bd86cfa88aa28d2959b7c702853d2",
"body": "## Description\n\nAdd two reusable skills for adding a new EVM network to MetaMask\nSwaps/Bridge:\n\n- a Core skill for registering the network in\n`@metamask/bridge-controller`;\n- a Mobile skill for consuming the released controller support and\nwiring the unified Swaps/Bridge flow.\n\nThe workflows cover a\n[…]\nr allowlist layer. Mobile launch\nreadiness also requires Bridge API route support and approved\n`bridgeConfigV2` configuration; the Mobile skill distinguishes those\nlaunch gaps from code prerequisites.",
"is_bot": false,
"headline": "docs(swaps): add EVM network integration skills (#66)",
"author_name": "Bryan Fullam",
"author_login": "bfullam",
"committed_at": "2026-07-14T19:17:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fad21fb8f6158a8f939e8b30bf8f8af755ce67cd",
"body": "…on (#62)\n\n## Description\n\nAdds the `controller-integration` skill: a base `skill.md` plus repo\noverlays for MetaMask Mobile (Engine) and MetaMask Extension (background\nmessenger-client init), based on verified read-only exploration of both\ncodebases.\n\nFixes https://consensyssoftware.atlassian.net/b\n[…]\n me know and I can guide you through the integration\nstep (connecting it to `metamask-controller.ts`, the messenger client,\nand Redux).\n\n---\n\n---------\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(skills): add controller-integration skill for mobile and extensi…",
"author_name": "Nico MASSART",
"author_login": "NicolasMassart",
"committed_at": "2026-07-07T08:12:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "df389a94077df1d602c2b7942cd1a6a65659fea6",
"body": "## Description\n\nAdds a new `flaky-test-detection` skill for MetaMask Mobile that\ndetects, prevents, and fixes flaky Jest unit tests. It provides a review\nmode for scanning changed test files against known flakiness risk\npatterns (async, timing, isolation, mock, state), and an audit mode that\nqueries\n[…]\nrences/gh-analysis.md` (GitHub Actions audit procedure)\nand `repos/metamask-mobile.md` (repo-specific flakiness pattern catalog,\nJ1–J10).\n\nfixes https://consensyssoftware.atlassian.net/browse/MCWP-473",
"is_bot": false,
"headline": "Add flaky-test-detection skill (#61)",
"author_name": "Nico MASSART",
"author_login": "NicolasMassart",
"committed_at": "2026-07-02T14:34:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "066e101ff4e495a18bf70764d1587ee0def14874",
"body": "## Rename perps skills with `perps-` prefix\n\nRename all perps domain skills to share a `perps-` prefix so they're\neasily identifiable in `list` output and in installed names\n(`mms-perps-*`).\n\n| old | new |\n|-----|-----|\n| breakdown-perps-tickets | perps-breakdown-tickets |\n| fix-perps-bug | _removed\n[…]\nps skills: `perps-breakdown-tickets`, `perps-review-pr`,\n`perps-validate-multiproject`, `perps-write-ticket`.\n\n`yarn test` → 36/36 pass. CLI `list --domain perps` resolves the new\nids/installed names.",
"is_bot": false,
"headline": "chore(perps): prefix all perps skill names with perps- (#60)",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-06-30T19:24:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b1786d51057dc58dda9cbadcc87c857a3aefd681",
"body": "## Summary\n- Add a Perps multiproject validation skill for checking Core controller\nchanges in Mobile/Extension or client parity across Mobile and\nExtension.\n- Add component-view test coverage guidance to the Perps review\nchecklist and Extension overlay.\n- Keep the validation workflow default-driven\n[…]\nps-multiproject`\n- `yarn smoke`\n- `yarn test`\n\n## Follow-up\n- Extension/mobile farm fixtures should consume this guidance from\nMetaMask skills instead of copying it into project-specific fixture\ntext.",
"is_bot": false,
"headline": "feat(perps): add multiproject validation skill (#48)",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-06-29T17:41:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c7deeea89a6cd2790102c58db0b1e9a60bb5acf1",
"body": "## What\n\nAdds `write-perps-ticket` — the **product (first) pass** that pairs with\n`breakdown-perps-tickets` (#57, the engineering pass). It helps a PM (or\na Claude acting for one) turn a raw observation/idea/goal into **one\nclean, complete ticket** that states intent and expected outcome, then\nstops\n[…]\nut to\n`breakdown-perps-tickets`. Both reuse `domains/perps/knowledge/*`.\n\n## Relation to #57\n\nComplementary, not dependent. #57 = engineer split/route; this = PM\nauthoring. Merge order doesn't matter.",
"is_bot": false,
"headline": "feat(perps): add write-perps-ticket product-authoring skill (#58)",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-06-29T15:59:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b47245ed32d9e5768a7c4623e5a948ce3f4b8287",
"body": "## What\n\nAdds the `breakdown-perps-tickets` skill: turns one perps bug/EPIC into\nthe **minimum set of dispatch-ready technical tickets**, routed across\nCore → Core-release → Mobile → Extension with real Jira blocking links.\n\nThis is the **second pass** in the team flow — the PM states what's\nbroken/\n[…]\nference for the\nautonomous worker.\n\n## Notes\n\nConsumes the existing `domains/perps/knowledge/*` references\n(architecture, screens, formatting-rules, mobile-extension-map) rather\nthan duplicating them.",
"is_bot": false,
"headline": "feat(perps): add breakdown-perps-tickets skill (#57)",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-06-29T15:55:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0daac8fb48547cb8a087f152c93110897454185b",
"body": "…overlay (#53)",
"is_bot": false,
"headline": "chore(pr-workflow): add social-ai team to MetaMask Mobile codeowners …",
"author_name": "Xavier Brochard",
"author_login": "xavier-brochard",
"committed_at": "2026-06-19T07:57:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58b5df4d24cbfd99568351c6f872a1530ade4216",
"body": "Fixes https://consensyssoftware.atlassian.net/browse/MCWP-470\n\n## Description\n\nAdds the `component-scaffold` skill for the MetaMask Mobile repository.\nThe skill teaches agents how to scaffold a new React Native component\nfollowing all repo conventions: directory placement, required file set,\nMMDS de\n[…]\n-library/components/design-system.stories.tsx](https://github.com/MetaMask/metamask-mobile/blob/main/app/component-library/components/design-system.stories.tsx)\n— overview of available MMDS primitives",
"is_bot": false,
"headline": "feat(ui): add component-scaffold skill for MetaMask Mobile (#52)",
"author_name": "Nico MASSART",
"author_login": "NicolasMassart",
"committed_at": "2026-06-16T17:27:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d23becfd739e91820580a4a27e1f8da310a3be3b",
"body": "## Summary\n- update Mobile and Extension UI development skills for migrated\ndesign-system components\n- make installed package exports the source of truth before falling back\nto component-library\n- add Modal and BottomSheet examples plus migration checklist guidance\n\n## Impact\nAgents should stop rely\n[…]\nall --repo metamask-mobile --target\n/Users/georgemarshall/Sites/skills --domain ui --dry-run\n- tools/install --repo metamask-extension --target\n/Users/georgemarshall/Sites/skills --domain ui --dry-run",
"is_bot": false,
"headline": "chore: Update design system UI skills (#45)",
"author_name": "George Marshall",
"author_login": "georgewrmarshall",
"committed_at": "2026-06-08T22:00:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b08a87c64895e762fab4dc86387a32556a669463",
"body": "…ile workflow (#40)\n\n## What\n\nFollow-up to the merged `mobile-performance` skill (#19). Adds a\nrecommended, validated workflow for root-causing a slow flow on a real /\nRC build using the **React Native Release Profiler**, with the resulting\n`.cpuprofile` analyzed either visually **or** by an AI codi\n[…]\nout (no `npx`), consistent with the repo conventions\nand the rest of the skill.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(performance): recommend the Release Profiler → AI-agent .cpuprof…",
"author_name": "Andre Pimenta",
"author_login": "andrepimenta",
"committed_at": "2026-06-05T10:36:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ca00a52dbbc38e8536257b91f44ad65870635a39",
"body": "This is the release candidate for version 0.1.0.\n\n---------\n\nCo-authored-by: github-actions <github-actions@github.com>\nCo-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>",
"is_bot": true,
"headline": "0.1.0 (#39)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-04T10:19:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8226fc1b096eb149baadc30bfcb70573574c5986",
"body": "## Description\n\nThis aligns the repository with the module template.\n\n## Type of Change\n\n<!-- Mark the relevant option with an \"x\" -->\n\n- [ ] New skill\n- [ ] Skill improvement/update\n- [ ] Bug fix\n- [ ] Documentation update\n- [ ] Other (please describe):\n\n## Skill Details (if adding a new skill)\n\n**\n[…]\numentation\n- [ ] My changes don't break existing skills\n\n## Testing\n\n<!-- Describe how you tested this skill -->\n\n## Additional Context\n\n<!-- Add any other context or screenshots about the PR here -->",
"is_bot": false,
"headline": "ci: Align workflows with module template (#38)",
"author_name": "Maarten Zuidhoorn",
"author_login": "Mrtenz",
"committed_at": "2026-06-04T10:10:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cad5b3a5352a3b0eeff7d273825e336063613e34",
"body": "## Description\n\nYarn 4.16.0 is required for `action-npm-publish@v6`.\n\n## Type of Change\n\n<!-- Mark the relevant option with an \"x\" -->\n\n- [ ] New skill\n- [ ] Skill improvement/update\n- [ ] Bug fix\n- [ ] Documentation update\n- [ ] Other (please describe):\n\n## Skill Details (if adding a new skill)\n\n**\n[…]\numentation\n- [ ] My changes don't break existing skills\n\n## Testing\n\n<!-- Describe how you tested this skill -->\n\n## Additional Context\n\n<!-- Add any other context or screenshots about the PR here -->",
"is_bot": false,
"headline": "chore: Bump Yarn to `4.16.0` (#37)",
"author_name": "Maarten Zuidhoorn",
"author_login": "Mrtenz",
"committed_at": "2026-06-04T09:36:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "81fbadd77cf6ebeb7eda307e2c5ff0ee0902d9b1",
"body": "Reverts MetaMask/skills#30.",
"is_bot": false,
"headline": "revert: \"Release 0.1.0\" (#36)",
"author_name": "Maarten Zuidhoorn",
"author_login": "Mrtenz",
"committed_at": "2026-06-04T09:26:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f72e680d8d212a80108b67ed090f829db58008f3",
"body": "## Description\n\nThis removes a step in the publish workflow that tried to download build\nartifacts. This repository doesn't have a build step, so we don't need\nto download build artifacts.\n\n## Type of Change\n\n<!-- Mark the relevant option with an \"x\" -->\n\n- [ ] New skill\n- [ ] Skill improvement/upda\n[…]\numentation\n- [ ] My changes don't break existing skills\n\n## Testing\n\n<!-- Describe how you tested this skill -->\n\n## Additional Context\n\n<!-- Add any other context or screenshots about the PR here -->",
"is_bot": false,
"headline": "ci: Remove build artifacts step (#35)",
"author_name": "Maarten Zuidhoorn",
"author_login": "Mrtenz",
"committed_at": "2026-06-04T09:26:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a4e02c27b92eb28fbfee11a8a48c9eb951bd452a",
"body": "First publication of `@metamask/skills` to npm — `0.1.0`. (Replaces #27,\nwhich GitHub auto-closed when its branch was renamed.)\n\n## What\n- `package.json`: `0.0.0` → `0.1.0`.\n- `CHANGELOG.md`: move `[Unreleased]` entries into `[0.1.0]`.\n\nBuilds on #29 (reset the premature `0.1.0` bump to a `0.0.0` ba\n[…]\nhangelog.sh` use\n`--tag-prefix '@metamask/skills@'` but `action-publish-release@v3`\ncreates `v0.1.0` tags — npm unaffected, only the changelog release link\nwould 404. Worth aligning to `v` separately.",
"is_bot": false,
"headline": "Release 0.1.0 (#30)",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-06-04T09:17:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "03de5b99395e00428b93dc149c6638f404046361",
"body": "## Description\n\nDry run should use `action-npm-publish@v6` as well.\n\n## Type of Change\n\n<!-- Mark the relevant option with an \"x\" -->\n\n- [ ] New skill\n- [ ] Skill improvement/update\n- [ ] Bug fix\n- [ ] Documentation update\n- [ ] Other (please describe):\n\n## Skill Details (if adding a new skill)\n\n**P\n[…]\numentation\n- [ ] My changes don't break existing skills\n\n## Testing\n\n<!-- Describe how you tested this skill -->\n\n## Additional Context\n\n<!-- Add any other context or screenshots about the PR here -->",
"is_bot": false,
"headline": "ci: Fix `action-npm-publish` version in dry-run step (#34)",
"author_name": "Maarten Zuidhoorn",
"author_login": "Mrtenz",
"committed_at": "2026-06-04T09:14:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d1621d2774afb402da7fb74cf64c93907ecb22e5",
"body": "## Description\n\nRemove the experimental agentic recipe skills from the public MetaMask\nskills repo. Recipe validation remains available through the private\nskills overlay while ADR-58 is being validated.\n\nAlso hardens the skills installer so generated `SKILL.md` / `RULE.md`\nfrontmatter emits descrip\n[…]\ned skill\nmetadata.\n\n## Validation\n\n- `yarn test`\n- Validated skills sync across multiple local and remote consumer\nsetups.\n- Validated generated `.agents/skills/*/SKILL.md` frontmatter parses as\nYAML.",
"is_bot": false,
"headline": "fix(recipe-harness): sync mobile agentic overlay (#33)",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-06-04T07:55:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b3be5ad927573c219a082661d8247f6bb20198e1",
"body": "…ference\n\nchore: add state manipulation reference",
"is_bot": false,
"headline": "Merge pull request #28 from MetaMask/chore--add-state-manipulation-re…",
"author_name": "João Tavares",
"author_login": "cryptotavares",
"committed_at": "2026-06-03T17:02:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d4ad23c272e9141067280a88d43cd74931f3a21",
"body": "ci: Bump `action-npm-publish` to `v6` and enable OIDC publishing",
"is_bot": false,
"headline": "ci: Bump `action-npm-publish` to `v6` and enable OIDC publishing (#31)",
"author_name": "Maarten Zuidhoorn",
"author_login": "Mrtenz",
"committed_at": "2026-06-03T16:56:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b41da2d75334e3c01b5b58883df6645f4601aee",
"body": null,
"is_bot": false,
"headline": "feat: add lean cli syntax rules section",
"author_name": "cryptotavares",
"author_login": "cryptotavares",
"committed_at": "2026-06-03T16:22:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75408fecdb39b3c6cb52ee4da9a7a9a44fb4c8a2",
"body": "feat(performance): add mobile-performance skill for metamask-mobile",
"is_bot": false,
"headline": "Merge pull request #19 from MetaMask/add-skill/mobile-performance",
"author_name": "Andre Pimenta",
"author_login": "andrepimenta",
"committed_at": "2026-06-03T16:06:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66ff69da83768f2180edb99afadfda6f9c69212a",
"body": null,
"is_bot": false,
"headline": "fix(recipe): align HUD intent guidance (#26)",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-06-03T15:52:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04ae17f5fa8dbcd84db949c1b60bef16d3a7a64a",
"body": "Adds SKILL for x402 Payments",
"is_bot": false,
"headline": "add x402-payments SKILL",
"author_name": "Ayush Bherwani",
"author_login": "AyushBherwani1998",
"committed_at": "2026-06-03T15:07:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2194c0f5e42787c47ec7e4f3213f1e4a3483242",
"body": "PR #24 prematurely set the package to 0.1.0 and wrote a 0.1.0 CHANGELOG section, but it was never published (no tag, no npm release). Revert to a 0.0.0 baseline so the first real release can be cut as 0.1.0 via the normal flow. The 0.1.0 changelog entries move back under [Unreleased].\n\nDO NOT MERGE \n[…]\nso merging this revert (0.1.0 -> 0.0.0) would otherwise trigger a bogus 0.0.0 publish. Once RELEASE_COMMIT_PREFIX (e.g. 'Release [version]') is set, only the follow-up 'Release 0.1.0' PR will publish.",
"is_bot": false,
"headline": "chore: reset version to 0.0.0 baseline before first release (#29)",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-06-03T15:06:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "852a758c6256f285edcd01a9c41379fc690fc94c",
"body": null,
"is_bot": false,
"headline": "feat: add react fiber walk for in-memory data sources",
"author_name": "cryptotavares",
"author_login": "cryptotavares",
"committed_at": "2026-06-03T14:00:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4cff543d25c1a5bf22d700b1067782e5409f718",
"body": "…e tools\n\nAddresses PR review (supply-chain risk from npx):\n\n- react-native / expo: already deps -> `yarn <tool>` (no npx).\n- expo-atlas: kept as the one bundle analyzer; install via `yarn expo install`\n (SDK-pinned) + `EXPO_ATLAS=1 yarn expo export` + `yarn expo-atlas`. Never npx.\n- Excluded sourc\n[…]\nlorer,\n bundle-stats, and Re.Pack/webpack sections (not used in this Metro/Expo app).\n\nNo remaining `npx` except an explicit \"don't npx\" note.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(performance): replace npx with yarn; trim to installed/Expo-nativ…",
"author_name": "Andre Pimenta",
"author_login": "andrepimenta",
"committed_at": "2026-06-03T13:30:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "77ff1f91363509cc7e350a7a651523fe6fe6d84e",
"body": "* feat(skills): add shared sync cli package\n\n* chore(skills): add package release metadata\n\n* docs(skills): remove redundant publish note\n\n* fix(skills): infer target repo from git urls\n\n* docs(skills): clarify target repo inference\n\n* feat(skills): add CLI discovery commands\n\n* ci(skills): add Meta\n[…]\no supported Bash found'.\n\n* fix(skills): require Bash 3.2+ exactly in pickBash gate\n\nParse major.minor so the accepted version matches the '3.2+' message (rejects 3.0/3.1). Addresses cross-review nit.",
"is_bot": false,
"headline": "feat(skills): add shared sync cli package (#24)",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-06-03T13:11:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cc3c7915ec1139a9ef38c8f940625ad3b2947211",
"body": null,
"is_bot": false,
"headline": "fix endpoints",
"author_name": "AyushBherwani1998",
"author_login": "AyushBherwani1998",
"committed_at": "2026-06-03T13:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e99dc6ac1339e0b9d9d5f4c0da02e1156b221101",
"body": "Update Smart Accounts Kit SKILLs",
"is_bot": false,
"headline": "update samrt-accounts-kit skills",
"author_name": "Ayush Bherwani",
"author_login": "AyushBherwani1998",
"committed_at": "2026-06-03T12:47:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "635d7a107f417eb4e019f976ce5e6e68a9c6d357",
"body": null,
"is_bot": false,
"headline": "address review comments",
"author_name": "AyushBherwani1998",
"author_login": "AyushBherwani1998",
"committed_at": "2026-06-03T12:44:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4a4b276b1e4fab3f29d78d426479dae458fd1dd",
"body": null,
"is_bot": false,
"headline": "avoid multiple install mentions",
"author_name": "AyushBherwani1998",
"author_login": "AyushBherwani1998",
"committed_at": "2026-06-03T12:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0702db1aaefc7642e9d2fe1d476e5d0f625cf8ca",
"body": null,
"is_bot": false,
"headline": "add permissionless package",
"author_name": "AyushBherwani1998",
"author_login": "AyushBherwani1998",
"committed_at": "2026-06-03T12:32:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a650ec6cc9adcc8809169a9ed41e6a7006a1b64",
"body": null,
"is_bot": false,
"headline": "add x402 payments skills",
"author_name": "AyushBherwani1998",
"author_login": "AyushBherwani1998",
"committed_at": "2026-06-03T08:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3da1c40b464a19cb340aad84aec2be8803ff7da",
"body": null,
"is_bot": false,
"headline": "address review comments",
"author_name": "AyushBherwani1998",
"author_login": "AyushBherwani1998",
"committed_at": "2026-06-03T06:44:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "618f530c3d92b3963d2be079fdcafc418b7482ce",
"body": null,
"is_bot": false,
"headline": "chore: add state manipulation reference",
"author_name": "cryptotavares",
"author_login": "cryptotavares",
"committed_at": "2026-06-02T14:41:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea5c4329715426a5a84ea5ad9d8f5eade3c57396",
"body": null,
"is_bot": false,
"headline": "docs(recipe-doctor): clarify agent execution (#21)",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-06-02T08:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db3194890fe09b92f6cdae1306fbad5db0052155",
"body": null,
"is_bot": false,
"headline": "feat(skills): add core perps integration (#20)",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-06-02T08:33:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "346d41da9a9ee0248e37a95f0a5eddbcb7cf476b",
"body": "* feat(agentic): resolve public recipe runner source\n\n* docs(agentic): note temporary runner host",
"is_bot": false,
"headline": "feat(agentic): resolve public recipe runner source (#22)",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-06-02T08:31:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e0fa88e76874e7b8f4eee211dfe4b853f2b92e7",
"body": null,
"is_bot": false,
"headline": "update smart accounts kit skills",
"author_name": "AyushBherwani1998",
"author_login": "AyushBherwani1998",
"committed_at": "2026-06-02T05:39:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0baadc47b2ae5f8c9686606abf106e3663f643dd",
"body": "…k-to-visual-testing-skill\n\nfeat(visual-testing): add mock-network docs, remove mock server capability",
"is_bot": false,
"headline": "Merge pull request #17 from MetaMask/cryptotavares/add-mm-mock-networ…",
"author_name": "João Tavares",
"author_login": "cryptotavares",
"committed_at": "2026-06-01T15:44:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c007029dfc3a5094f8bbcf84663093dde1b2ff2",
"body": "* feat(perps): turn review-perps-pr into cross-review self-gate\n\nReplace the empty review-perps-pr stub with a looping double-agentic\ncross-review gate a perps dev runs on their own PR before requesting a\nhuman reviewer. Two+ independent model CLIs (Claude, Codex, Cursor)\nreview the diff in isolatio\n[…]\nthe structure of the checklists to ensure a more intuitive user experience.\n- Ensured that all checklist gates are clearly defined and actionable, promoting better adherence to the workflow processes.",
"is_bot": false,
"headline": "feat(perps): cross-review self-gate for review-perps-pr skill (#18)",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-06-01T15:16:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4818249fdbc56c87a08bef6804121a906a14639b",
"body": "…e doc\n\nAdds a \"Designed / vector animations → Rive\" pointer to docs/readme/animations.md\n(which now carries a real in-app Rive example).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(performance): point the layout-animations skill to the Rive usag…",
"author_name": "Andre Pimenta",
"author_login": "andrepimenta",
"committed_at": "2026-06-01T13:52:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "463827b48ac6e893bd5ab41ae26dd8dcb23fdf4b",
"body": "…codebase\n\n- Flashlight is not a dependency in metamask-mobile — reframe it as an\n optional/external tool, not part of the workflow (mm-tools.md,\n js-measure-fps.md). Day-to-day FPS uses Perf Monitor + RN DevTools.\n- Document the real component-level instrumentation convention: a\n per-feature `us\n[…]\ntions,\n which structurally enforces \"end on data-loaded, not mount\". Raw\n trace()/endTrace() is the core-init pattern (EngineService, Vault).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(performance): correct Flashlight + trace() guidance to match the …",
"author_name": "Andre Pimenta",
"author_login": "andrepimenta",
"committed_at": "2026-06-01T13:33:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6cf9996657c920e6d181f98441170331021e8bf4",
"body": "Adds a MetaMask-Mobile performance advisor skill (installs as\n`mms-performance`) under the performance domain. Mobile-only: ships only\na `repos/metamask-mobile.md` overlay (no metamask-extension overlay), so\nit coexists with the existing extension perf-* skills and touches none\nof them.\n\nCovers the \n[…]\nmptom-first tool guide. Anti-pattern claims were\nverified against the metamask-mobile codebase; on-device-only findings\nare marked UNVALIDATED.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(performance): add mobile-performance skill for metamask-mobile",
"author_name": "Andre Pimenta",
"author_login": "andrepimenta",
"committed_at": "2026-06-01T13:01:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cb9416a4913c4e8f516ab5bfe8c8ff2b16b4870d",
"body": "* feat(agentic): add recipe setup doctor\n\n* feat(agentic): align extension wallet fixtures with mobile\n\n* fix(agentic): separate fixture import parity from setup finalization\n\n* fix(agentic): skip parity recipe without farmslot wallet fixture\n\n* fix(agentic): support shared fixture selected accounts\n[…]\non a\n non-empty ledger.\n- Add two safety contracts: install->cleanup restores exclude byte-for-byte and\n preserves the consumer .skills-cache dir; cleanup removes only one copy per\n recorded entry.",
"is_bot": false,
"headline": "feat(agentic): add setup doctor and shared fixtures (#16)",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-06-01T10:19:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3bccb65a68fa6c134b862ec4655102345a434532",
"body": null,
"is_bot": false,
"headline": "chore: add mock-network tool and remove mock server capability",
"author_name": "cryptotavares",
"author_login": "cryptotavares",
"committed_at": "2026-05-29T18:39:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e16d2c864ded4a86e13f12350feecc79be442f63",
"body": "* fix(agentic): scope high-level recipe workflows\n\n* fix(agentic): remove personal harness alias guidance\n\n* fix(agentic): clarify codex delegate commands\n\n* fix(agentic): gate runtime startup approval\n\n* fix(agentic): block manual runtime aliases\n\n* fix(agentic): qualify runtime auto-prepare with a\n[…]\nquire Jira-prefixed validation branches\n\n* fix(agentic): harden recipe workflow packaging\n\n* fix(agentic): prefer runtime context in extension recipes\n\n* fix(agentic): resolve final recipe review nits",
"is_bot": false,
"headline": "feat(agentic): add high-level recipe workflow skills (#14)",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-05-28T08:01:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "876f932081446f84e0198d5145a7c9b8f6e48e64",
"body": "* fix(agentic): add harness runtime pressure guards\n\n* fix(agentic): report harness runtime ownership\n\n* fix(agentic): rebaseline stale mobile harness metadata\n\n* docs(agentic): keep pressure policy in callers\n\n* fix(agentic): remove pressure policy wording from harness\n\n* fix(agentic): expose porta\n[…]\nntic): tighten mobile harness ownership reporting\n\n* fix(agentic): clean up harness safety nits\n\n* fix(agentic): support macOS bash in mobile verify\n\n* fix(agentic): scope extension test watcher reuse",
"is_bot": false,
"headline": "fix(agentic): improve harness runtime reuse controls (#15)",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-05-28T02:39:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7b20f268d1af7428139322207c2d13c2cb9716ac",
"body": "* Add MetaMask Mobile wallet control skill\n\n* Add recipe cooking and quality skills\n\n* feat(coding): add ADR-58 recipe skills\n\n* feat(coding): add recipe harness skills\n\n* feat(coding): add extension wallet control overlay\n\n* fix(coding): address recipe skill review blockers\n\n* fix(coding): harden r\n[…]\nidge.js and\n mobile validate-recipe.js\n- Widen template param validation to block shell metacharacters\n- Convert Bash 4 associative arrays to Bash 3.2 compatible patterns\n in run-timing-benchmark.sh",
"is_bot": false,
"headline": "feat(agentic): add experimental ADR-58 recipe skills (#12)",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-05-27T02:43:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "814d7c5f2c955736cdc17e419114f18c3e86fcd9",
"body": "…-skill\n\nfix: visual testing skill",
"is_bot": false,
"headline": "Merge pull request #13 from MetaMask/cryptotavares/fix-visual-testing…",
"author_name": "João Tavares",
"author_login": "cryptotavares",
"committed_at": "2026-05-25T12:51:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a369be01833ea036588eff83e339fbb055ff9889",
"body": null,
"is_bot": false,
"headline": "feat: update visual testing skill",
"author_name": "cryptotavares",
"author_login": "cryptotavares",
"committed_at": "2026-05-25T11:00:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e03449ae6bf396cf67546b5daa74dde5f01f613e",
"body": null,
"is_bot": false,
"headline": "fix: visual testing skill description",
"author_name": "cryptotavares",
"author_login": "cryptotavares",
"committed_at": "2026-05-25T10:59:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "988a7d38aa6c68ca32fdffb012baed4ceb38d635",
"body": "Aling the visual testing skill with\nthe one that was on the metamask extensio\nrepo",
"is_bot": false,
"headline": "fix: visual testing skill",
"author_name": "cryptotavares",
"author_login": "cryptotavares",
"committed_at": "2026-05-25T10:30:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1ad443a520c0ea98d58d44e2e75b3d6aaf02a6c",
"body": null,
"is_bot": false,
"headline": "fix: tell agents when to use oxfmt, and when to use Prettier (#10)",
"author_name": "Howard Braham",
"author_login": "HowardBraham",
"committed_at": "2026-05-21T19:04:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fe2b1d76f72258814e6f75cc9cdeed2885bd0d5",
"body": "feat: migrate to domains/ layout, add multi-source install tooling",
"is_bot": false,
"headline": "Merge pull request #8 from MetaMask/feat/new-layout-and-tooling",
"author_name": "abretonc7s",
"author_login": "abretonc7s",
"committed_at": "2026-05-18T09:21:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "354a8d4f2d292d7407e1c0a2fab293a36ab89231",
"body": "Add gator-cli SKILL",
"is_bot": false,
"headline": "Add gator-cli SKILL",
"author_name": "Ayush Bherwani",
"author_login": "AyushBherwani1998",
"committed_at": "2026-02-19T21:42:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "611de1167bed601a7533926705b9c3f013b2fdc4",
"body": null,
"is_bot": false,
"headline": "improve based on osobot review",
"author_name": "AyushBherwani1998",
"author_login": "AyushBherwani1998",
"committed_at": "2026-02-19T21:36:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05891a80d7152a5f09273f0eabc3337a30ad2fb8",
"body": null,
"is_bot": false,
"headline": "feat: add gator cli skill",
"author_name": "AyushBherwani1998",
"author_login": "AyushBherwani1998",
"committed_at": "2026-02-19T20:40:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa70d402cb74a759b37338e197f6b6cab07e4c6a",
"body": "docs: add comprehensive error codes and production patterns to smart-accounts-kit",
"is_bot": false,
"headline": "Merge pull request #4 from smartgator/feat/comprehensive-error-codes",
"author_name": "Ryan",
"author_login": "McOso",
"committed_at": "2026-02-10T04:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f52e3276406debe2be43e992c3401226b1c5173",
"body": "Update error selectors to match actual Delegation Framework v1.3.0:\n- OwnableInvalidOwner: 0x16aba38b -> 0x1e4fbdf7\n- NotEntryPointOrSelf: 0xa59f6d8c -> 0x0796d945\n- NotSelf: 0xaba473e7 -> 0x29c3b7ee",
"is_bot": false,
"headline": "fix: correct error codes to match source contracts",
"author_name": "Smart Gator",
"author_login": "smartgator",
"committed_at": "2026-02-10T04:22:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef4f4543eab3a6290f978febc1af99b1228ed7a9",
"body": "…ork v1.3.0)\n\nFixed 16 incorrect error selectors based on reviewer feedback:\n- Regenerated all selectors using cast sig against actual contracts\n- Fixed swapped InvalidDelegator/InvalidEOASignature codes\n- Verified against compiled artifacts from v1.3.0",
"is_bot": false,
"headline": "fix: correct error code selectors (verified against Delegation Framew…",
"author_name": "Smart Gator",
"author_login": "smartgator",
"committed_at": "2026-02-09T17:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66d9f44ec3191568fb197ff2fc106a9a771eb664",
"body": "…1.3.0\n\nVerified all error selectors against actual compiled contracts:\n- Fixed 16 incorrect error codes\n- Corrected swapped InvalidDelegator/InvalidEOASignature codes\n- Updated parameter types (bytes1 instead of CallType/ExecType)\n- All codes now verified with cast sig and forge inspect\n\nFixes review feedback from osobot-ai",
"is_bot": false,
"headline": "fix: correct all error code selectors to match Delegation Framework v…",
"author_name": "Smart Gator",
"author_login": "smartgator",
"committed_at": "2026-02-09T17:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "019eb7d382ab40b4d929c4068e01c347aa67f83e",
"body": "…terns\n\nAdd detailed error code reference from Delegation Framework contracts:\n- 25+ error codes with selectors and meanings\n- Organized by contract type (DelegationManager, DeleGatorCore, CaveatEnforcers)\n- Production debugging guide for most common errors\n- Decoder tool reference (calldata.swiss-k\n[…]\ns:\n- Parallel UserOps with nonce keys (permissionless SDK)\n- Backend delegation redemption patterns\n- Counterfactual account deployment\n- Session accounts for AI agents\n- Implementation decision table",
"is_bot": false,
"headline": "docs: add comprehensive error codes, parallel nonces, and backend pat…",
"author_name": "Smart Gator",
"author_login": "smartgator",
"committed_at": "2026-02-09T12:13:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bbaa440e8a8ebe2fb7720d6b9ec4c2c5cd68521d",
"body": "Fix: Correct ERC-7715 permission types in smart-accounts-kit skill",
"is_bot": false,
"headline": "improve smart-accounts-kit",
"author_name": "Ayush Bherwani",
"author_login": "AyushBherwani1998",
"committed_at": "2026-02-05T12:17:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc894f1e5fb3e93ab5cbf3b4b7523d7662b70417",
"body": "Change 'erc20-token-streaming' to 'erc20-token-stream'\nChange 'native-token-streaming' to 'native-token-stream'\n\nThis aligns with the correct permission type names used in the\nMetaMask Smart Accounts Kit implementation.",
"is_bot": false,
"headline": "fix: update ERC-7715 permission type names",
"author_name": "Smart Gator",
"author_login": "smartgator",
"committed_at": "2026-02-05T11:16:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddd6252ae6bcc67fc802068973b7fbb28d54f571",
"body": "- Remove incorrect erc20-token-allowance and native-token-allowance types\n- Add correct erc20-token-streaming and native-token-streaming types with proper parameters\n- Add Supported ERC-7715 Permission Types section to SKILL.md\n- Update parameters to match official MetaMask Smart Accounts Kit documentation\n- Fix troubleshooting reference to valid permission types",
"is_bot": false,
"headline": "Fix: Correct ERC-7715 permission types in documentation",
"author_name": "Smart Gator",
"author_login": "smartgator",
"committed_at": "2026-02-05T05:19:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2ee52c7754b80cb1cb6c909d612d10c360a6029",
"body": "Add smart-accounts-kit skill",
"is_bot": false,
"headline": "Merge pull request #2 from smartgator/add-skill/smart-accounts-kit",
"author_name": "Ryan",
"author_login": "McOso",
"committed_at": "2026-02-04T15:51:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26ebc97150311254f7f960fb48062b8a034f342b",
"body": "- Add changelog link for caveat enforcer addresses\n- Update frontmatter metadata from clawdbot to openclaw",
"is_bot": false,
"headline": "Address review feedback",
"author_name": "Smart Gator",
"author_login": "smartgator",
"committed_at": "2026-02-04T15:49:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4033fcf7a90e9f4006681fef549b25c3144108d2",
"body": "Following repo conventions - only SKILL.md and references/ needed",
"is_bot": false,
"headline": "Remove LICENSE and README files",
"author_name": "Smart Gator",
"author_login": "smartgator",
"committed_at": "2026-02-04T15:14:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e06bb5ff1e11abbaad59db27dea8d6b8e43542c1",
"body": "This skill provides comprehensive guidance for building dApps with MetaMask Smart Accounts Kit v0.3.0.\n\nFeatures:\n- ERC-4337 smart account creation (Hybrid, Multisig, Stateless7702)\n- Delegation Framework (ERC-7710) with caveats and lifecycle\n- Advanced Permissions (ERC-7715) via MetaMask\n- Gas abstraction with paymasters\n- Session accounts and atomic batching\n- Viem integration examples\n\nIncludes detailed reference documentation for smart accounts, delegations, and advanced permissions.",
"is_bot": false,
"headline": "Add smart-accounts-kit skill",
"author_name": "Smart Gator",
"author_login": "smartgator",
"committed_at": "2026-02-04T15:09:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20d57587bd9ae4e45e757ce06387ae3b8085685d",
"body": "feat: Add oh-my-opencode skill",
"is_bot": false,
"headline": "Merge pull request #1 from osobot-ai/add-skill/oh-my-opencode",
"author_name": "Ryan",
"author_login": "McOso",
"committed_at": "2026-02-03T19:20:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0be2085fd085fef51379955994760ec9e73112a",
"body": "Folder structure now: oh-my-opencode/oh-my-opencode/SKILL.md\nPer maintainer feedback.",
"is_bot": false,
"headline": "fix: change provider from osobot to oh-my-opencode",
"author_name": "Developer",
"author_login": null,
"committed_at": "2026-02-03T19:14:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6a4659e0aa3ded1f16a7b2065329a0e64d24ee9",
"body": "Adds comprehensive skill for using OpenCode with the oh-my-opencode plugin.\nCovers all 12 agents, 8 task categories, ultrawork and Prometheus workflows,\nfull configuration reference, troubleshooting guide, and diagnostic scripts.\n\nProvider: osobot\nSkill: oh-my-opencode\nVersion: 1.0.0",
"is_bot": false,
"headline": "feat: add oh-my-opencode skill",
"author_name": "Developer",
"author_login": null,
"committed_at": "2026-02-03T19:07:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "904dbae89485dab339c79c7219f29c7bdc8abd54",
"body": null,
"is_bot": false,
"headline": "init",
"author_name": "Ryan",
"author_login": "McOso",
"committed_at": "2026-02-03T17:38:18Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 86,
"latest_release_at": "2026-07-21T20:24:07Z",
"latest_release_tag": "v0.2.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 14,
"days_since_latest_release": 8,
"mean_days_between_releases": 47.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "@metamask/skills",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@metamask/skills",
"is_deprecated": false,
"latest_version": "0.2.0",
"repository_url": "https://github.com/MetaMask/skills",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 7,
"monthly_downloads": 255495,
"first_published_at": "2026-06-04T10:25:49.335000Z",
"latest_published_at": "2026-07-21T20:23:54.196000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 10,
"stars": 20,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-02-03",
"count": 1
},
{
"date": "2026-02-04",
"count": 2
},
{
"date": "2026-03-12",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-06-15",
"count": 1
},
{
"date": "2026-07-12",
"count": 1
},
{
"date": "2026-07-22",
"count": 1
}
],
"complete": true,
"collected": 9,
"total_forks": 10
},
"star_history": null,
"open_issues_and_prs": 17
},
"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": [],
"toolchain_manifests": [],
"largest_source_bytes": 24306,
"source_files_sampled": 3,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 73,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@metamask/auto-changelog",
"direct": false,
"version": "6.1.1",
"ecosystem": "npm"
},
{
"name": "@octokit/auth-token",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@octokit/core",
"direct": false,
"version": "5.2.2",
"ecosystem": "npm"
},
{
"name": "@octokit/endpoint",
"direct": false,
"version": "9.0.6",
"ecosystem": "npm"
},
{
"name": "@octokit/graphql",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "@octokit/openapi-types",
"direct": false,
"version": "24.2.0",
"ecosystem": "npm"
},
{
"name": "@octokit/plugin-paginate-rest",
"direct": false,
"version": "11.4.4-cjs.2",
"ecosystem": "npm"
},
{
"name": "@octokit/plugin-request-log",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "@octokit/plugin-rest-endpoint-methods",
"direct": false,
"version": "13.3.2-cjs.1",
"ecosystem": "npm"
},
{
"name": "@octokit/request",
"direct": false,
"version": "8.4.1",
"ecosystem": "npm"
},
{
"name": "@octokit/request-error",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "@octokit/rest",
"direct": false,
"version": "20.1.2",
"ecosystem": "npm"
},
{
"name": "@octokit/types",
"direct": false,
"version": "13.10.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-android-arm-eabi",
"direct": false,
"version": "0.45.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-android-arm64",
"direct": false,
"version": "0.45.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-darwin-arm64",
"direct": false,
"version": "0.45.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-darwin-x64",
"direct": false,
"version": "0.45.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-freebsd-x64",
"direct": false,
"version": "0.45.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-arm-gnueabihf",
"direct": false,
"version": "0.45.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-arm-musleabihf",
"direct": false,
"version": "0.45.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-arm64-gnu",
"direct": false,
"version": "0.45.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-arm64-musl",
"direct": false,
"version": "0.45.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-ppc64-gnu",
"direct": false,
"version": "0.45.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-riscv64-gnu",
"direct": false,
"version": "0.45.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-riscv64-musl",
"direct": false,
"version": "0.45.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-s390x-gnu",
"direct": false,
"version": "0.45.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-x64-gnu",
"direct": false,
"version": "0.45.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-x64-musl",
"direct": false,
"version": "0.45.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-openharmony-arm64",
"direct": false,
"version": "0.45.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-win32-arm64-msvc",
"direct": false,
"version": "0.45.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-win32-ia32-msvc",
"direct": false,
"version": "0.45.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-win32-x64-msvc",
"direct": false,
"version": "0.45.0",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "before-after-hook",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "deprecation",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "5.2.2",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "execa",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "get-stream",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "human-signals",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-stream",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "merge-stream",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mimic-fn",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "npm-run-path",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "onetime",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "oxfmt",
"direct": false,
"version": "0.45.0",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.1",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-final-newline",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "tinypool",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "universal-user-agent",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "17.7.2",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "21.1.1",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 73,
"direct_count": 0,
"indirect_count": 73
}
},
"maintainership": {
"issues": {
"open_prs": 17,
"merged_prs": 55,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 13
},
"bus_factor": 3,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "abretonc7s",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/107169956?v=4"
},
{
"type": "User",
"login": "AyushBherwani1998",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/34301187?v=4"
},
{
"type": "User",
"login": "cryptotavares",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/15957235?v=4"
},
{
"type": "User",
"login": "smartgator",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/259039799?v=4"
},
{
"type": "User",
"login": "andrepimenta",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/4960833?v=4"
},
{
"type": "User",
"login": "Mrtenz",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/7503723?v=4"
},
{
"type": "User",
"login": "McOso",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/81343914?v=4"
},
{
"type": "User",
"login": "racitores",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/36987446?v=4"
},
{
"type": "User",
"login": "NicolasMassart",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/4677568?v=4"
},
{
"type": "User",
"login": "Fancyhe1",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/98204410?v=4"
}
],
"contributors_sampled": 16,
"top_contributor_share": 0.259
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"create-release-pr.yml",
"lint-test.yml",
"main.yml",
"publish-release.yml"
],
"has_docs_dir": true,
"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": 8,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "30 out of 30 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": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 9 contributing companies or organizations",
"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": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 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": 10,
"reason": "SAST tool is run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file 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": 9,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "81567a2a32d1b1c96d50be2497779f62b6fcc044",
"ran_at": "2026-07-30T14:31:46Z",
"aggregate_score": 7.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-30T13:31:47Z",
"oldest_open_prs": [
{
"number": 7,
"created_at": "2026-03-10T05:04:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 43,
"created_at": "2026-06-05T18:54:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 44,
"created_at": "2026-06-05T18:54:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 46,
"created_at": "2026-06-09T18:34:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 47,
"created_at": "2026-06-09T18:43:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 54,
"created_at": "2026-06-23T15:20:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 59,
"created_at": "2026-06-30T14:21:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 69,
"created_at": "2026-07-16T15:19:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 73,
"created_at": "2026-07-22T15:12:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 74,
"created_at": "2026-07-22T15:26:35Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 76,
"created_at": "2026-07-27T13:58:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 79,
"created_at": "2026-07-28T21:37:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 81,
"created_at": "2026-07-30T12:01:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 83,
"created_at": "2026-07-30T12:03:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 84,
"created_at": "2026-07-30T12:04:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 85,
"created_at": "2026-07-30T13:10:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 86,
"created_at": "2026-07-30T14:01:47Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-30T13:28:22Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/MetaMask/skills",
"host": "github.com",
"name": "skills",
"owner": "MetaMask"
},
"metrics": {
"overall": {
"key": "overall",
"band": "excellent",
"name": "Overall health",
"note": "The weighted overall 76 is calibrated to 90 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 76,
"calibrated": 90,
"calibration": "2026-08-02"
}
}
],
"value": 90,
"inputs": {
"security": 81,
"vitality": 81,
"community": 66,
"governance": 83,
"calibration": "2026-08-02",
"engineering": 71,
"ai_readiness": 44,
"weighted_overall_raw": 76
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 81,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"commits_last_year": 86,
"human_commit_share": 0.977,
"days_since_last_push": 0,
"active_weeks_last_year": 14
},
"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": "14/52 weeks with commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 14
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "86 commits in the last year",
"points": 17.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 86
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v0.2.0",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 47.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~47.4 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 47.4
}
}
],
"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": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 3,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 3 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 3
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 66,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"forks": 10,
"stars": 20,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "20 stars",
"points": 20.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 20
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "10 forks",
"points": 8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 10
}
}
],
"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": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [],
"has_pull_request_template": true
},
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"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": 90,
"inputs": {
"packages": [
"@metamask/skills"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 255495
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "255,495 downloads/month across npm",
"points": 72.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 255495,
"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": "excellent",
"name": "Sustainability & Governance",
"value": 83,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 16,
"top_contributor_share": 0.259
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "3 contributor(s) cover half of all commits",
"points": 36,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 3
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 26% of commits",
"points": 16.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 26
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "16 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 16
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 87,
"inputs": {
"merged_prs": 55,
"open_issues": 0,
"closed_issues": 0,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": null,
"closed_unmerged_prs": 13,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "55/68 decided PRs merged",
"points": 24.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 55,
"decided": 68
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "excellent",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 6046,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "MetaMask",
"public_repos": 631,
"account_age_days": 4138
},
"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": "6,046 followers of MetaMask",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 6046,
"login": "MetaMask"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "631 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 631
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"@metamask/skills"
],
"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": "2 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 2
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 71,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"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": null,
"points": 0,
"status": "missed",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "excellent",
"name": "Security",
"value": 81,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"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": 76,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 7.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 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": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is run on all commits",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"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": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 73 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 73
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 73,
"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": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"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": "exceptional",
"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": 73,
"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": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 13
},
"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": "weak",
"name": "AI Readiness",
"value": 44,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.835,
"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": "71 of 85 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 71,
"sampled": 85
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"yarn.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.103,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "9 of the last 87 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 9,
"sampled": 87
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Shell",
"largest_source_bytes": 24306,
"source_files_sampled": 3,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Shell without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Shell"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/3 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 3,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:npm",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-30T14:32:18.382937Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/MetaMask/skills.svg",
"full_name": "MetaMask/skills",
"license_state": "standard",
"license_spdx": "MIT"
}