原始 JSON 报告 机器可读
{
"data": {
"icon": {
"bytes": 108969,
"width": 256,
"height": 256,
"rejected": [],
"collected": true,
"media_type": "image/png",
"source_url": "https://avatars.githubusercontent.com/u/1396951?v=4&s=256",
"source_type": "avatar",
"content_hash": "be4298460006d7393bc89bf69a2d71716082fa2b53645ea278176867b95eba6c",
"candidates_considered": 1
},
"repo": {
"topics": [
"tag-production"
],
"is_fork": false,
"size_kb": 30997,
"has_wiki": false,
"homepage": null,
"languages": {
"JavaScript": 2797,
"TypeScript": 42554
},
"pushed_at": "2026-07-25T15:08:29Z",
"created_at": "2014-09-11T23:53:55Z",
"owner_type": "Organization",
"updated_at": "2026-07-25T15:08:44Z",
"description": "A platform and framework icon font.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://sentry.io",
"name": "Sentry",
"type": "Organization",
"login": "getsentry",
"company": null,
"location": "United States of America",
"followers": 3139,
"avatar_url": "https://avatars.githubusercontent.com/u/1396951?v=4",
"created_at": "2012-02-01T06:56:22Z",
"is_verified": null,
"public_repos": 791,
"account_age_days": 5299
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "9.6.0",
"kind": "minor",
"published_at": "2026-07-25T15:08:24Z"
},
{
"tag": "9.5.0",
"kind": "minor",
"published_at": "2026-05-18T07:15:03Z"
},
{
"tag": "9.4.0",
"kind": "minor",
"published_at": "2026-04-27T15:49:35Z"
},
{
"tag": "9.3.0",
"kind": "minor",
"published_at": "2026-03-27T16:56:59Z"
},
{
"tag": "9.2.1",
"kind": "patch",
"published_at": "2026-03-17T16:09:50Z"
},
{
"tag": "9.2.0",
"kind": "minor",
"published_at": "2026-03-17T14:11:48Z"
}
],
"recent_commits": [
{
"oid": "ea9f57031b415d89ef1f762018ef35d2b58ceb43",
"body": null,
"is_bot": true,
"headline": "Merge branch 'release/9.6.0'",
"author_name": "sentry-release-bot[bot]",
"author_login": "sentry-release-bot[bot]",
"committed_at": "2026-07-25T15:08:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2a9410b1347c69546b34a3a39aa90a90567036b",
"body": null,
"is_bot": false,
"headline": "release: 9.6.0",
"author_name": "ryan953",
"author_login": "ryan953",
"committed_at": "2026-07-25T15:05:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab0d08e1027fa991f1c2317bb60fe4f80610ca5e",
"body": "feat: add Expo platform icon",
"is_bot": false,
"headline": "Merge pull request #238 from MattSentry/matthenderson/add-expo-icon",
"author_name": "elijames-codecov",
"author_login": "elijames-codecov",
"committed_at": "2026-05-28T14:03:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c41c0d4282d1469ad47b6d17ac40532a71f36fa0",
"body": "fix(accessibility): add alt text to PlatformIcon",
"is_bot": false,
"headline": "Merge pull request #239 from getsentry/fix/accessibility-alt-attributes",
"author_name": "Nate Moore",
"author_login": "natemoo-re",
"committed_at": "2026-05-27T20:51:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "245c6b59a91c5beecee379755f183358df6d0bd1",
"body": null,
"is_bot": false,
"headline": "Update src/platformIcon.tsx",
"author_name": "Nate Moore",
"author_login": "natemoo-re",
"committed_at": "2026-05-27T20:47:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a329080bc56c2b50a4920ca6204b4f44fd0312a6",
"body": null,
"is_bot": false,
"headline": "Apply suggestion from @ryan953",
"author_name": "Ryan Albrecht",
"author_login": "ryan953",
"committed_at": "2026-05-26T15:16:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da39ad98ffe0c1f2d96c2c524fe41f3f6cb5cf2b",
"body": "When alt=\"\" is passed to the withLanguageIcon variant, use role=\"none\"\ninstead of role=\"img\" aria-label=\"\". An empty aria-label on a role=\"img\"\nelement is not reliably treated as decorative by screen readers; role=\"none\"\n(equivalent to role=\"presentation\") correctly removes the element from\nthe acce\n[…]\n of a native <img alt=\"\">.\n\nAlso move role/aria-label after {...otherProps} so they always take effect\nand cannot be accidentally overridden by callers.\n\nCo-authored-by: Ryan Albrecht <ryan@sentry.io>",
"is_bot": true,
"headline": "fix(accessibility): handle decorative composite icon correctly",
"author_name": "sentry-junior[bot]",
"author_login": "sentry-junior[bot]",
"committed_at": "2026-05-26T14:29:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "84adc9a045ce2a7373414dfa1c49286a00914ff1",
"body": "- Add explicit `alt` prop to Props type (HTMLAttributes doesn't include it since that's ImgHTMLAttributes)\n- Default alt to the platform name so icons are identifiable by screen readers out of the box\n- Pass alt=\"\" to mark icons as decorative when caller opts in\n- For withLanguageIcon variant: wrap \n[…]\n\"img\" and aria-label, inner imgs get alt=\"\" (composite image pattern)\n- Document the escape hatch: pass alt=\"\" explicitly to declare the icon decorative\n\nCo-authored-by: Ryan Albrecht <ryan@sentry.io>",
"is_bot": true,
"headline": "fix(accessibility): add alt text support to PlatformIcon",
"author_name": "sentry-junior[bot]",
"author_login": "sentry-junior[bot]",
"committed_at": "2026-05-26T05:06:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b20159fb2484f9f53e23bf6d6736dd7482813f87",
"body": "Adds an Expo icon (white triangle on Expo's #000020 brand background)\nto support React Native projects that use the Expo workflow. The icon\nis registered under the top-level `expo` key as well as `javascript-expo`,\nmatching the naming pattern used for other JS-ecosystem wrappers like\n`javascript-capacitor`, `javascript-cordova`, and `javascript-ionic`.",
"is_bot": false,
"headline": "feat: add expo platform icon",
"author_name": "Matt Henderson",
"author_login": "MattSentry",
"committed_at": "2026-05-21T21:58:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69d81388243696d01611f1db23b39cc184b5f8df",
"body": null,
"is_bot": true,
"headline": "Merge branch 'release/9.5.0'",
"author_name": "sentry-release-bot[bot]",
"author_login": "sentry-release-bot[bot]",
"committed_at": "2026-05-18T07:15:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e7e5366b53443dbdd3b73706e505ab22481c536",
"body": null,
"is_bot": false,
"headline": "release: 9.5.0",
"author_name": "priscilawebdev",
"author_login": "priscilawebdev",
"committed_at": "2026-05-18T07:04:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73add4da1417be76bda2a7fed112cb1c98620837",
"body": "…orm-alias\n\nfeat: add google platform alias",
"is_bot": false,
"headline": "Merge pull request #237 from getsentry/priscila/feat/add-google-platf…",
"author_name": "Priscila Oliveira",
"author_login": "priscilawebdev",
"committed_at": "2026-05-18T07:02:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a83b0f8325ee54e7d1343916c99cf8b8f09509d",
"body": "The svg/google.svg and svg_80x80/google.svg files have shipped since 2020 but no entry in PLATFORM_TO_ICON exposes them. Add the missing alias so callers can render the icon by passing platform=\"google\".\n\nSentry's ContextIcon currently has to fall back to the android icon for the google device brand because of this gap.",
"is_bot": false,
"headline": "feat: add google platform alias",
"author_name": "Priscila Oliveira",
"author_login": "priscilawebdev",
"committed_at": "2026-05-18T06:51:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16ad725f33c51e0630467dd74225b8dbaabe5b0e",
"body": null,
"is_bot": true,
"headline": "Merge branch 'release/9.4.0'",
"author_name": "sentry-release-bot[bot]",
"author_login": "sentry-release-bot[bot]",
"committed_at": "2026-04-27T15:49:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "714cbe03ac72742664a384ddfb5ddaec15ae5a43",
"body": null,
"is_bot": false,
"headline": "release: 9.4.0",
"author_name": "logaretm",
"author_login": "logaretm",
"committed_at": "2026-04-27T15:45:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b67440076f47167da5f5b6f9d0b7d8076d23a136",
"body": "feat: add nitro framework icon",
"is_bot": false,
"headline": "feat: add nitro framework icon (#236)",
"author_name": "Abdelrahman Awad",
"author_login": "logaretm",
"committed_at": "2026-04-27T15:44:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbe9c942e7188a064ef58d95273d3b69a72aee7e",
"body": null,
"is_bot": false,
"headline": "chore: update fastapi logo",
"author_name": "Simon Hellmayr",
"author_login": "shellmayr",
"committed_at": "2026-04-15T08:30:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adf8b9eaa11c444a2ea0c71568f952c0ae6358fe",
"body": null,
"is_bot": false,
"headline": "add white bounding rect",
"author_name": "Simon Hellmayr",
"author_login": "shellmayr",
"committed_at": "2026-04-14T12:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbfd671969cae5a47e8f8fa7ef3f78971b1f44c0",
"body": null,
"is_bot": false,
"headline": "chore: update fastapi logo",
"author_name": "Simon Hellmayr",
"author_login": "shellmayr",
"committed_at": "2026-04-13T08:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bec67a2961f6b4352b8e5bd640cbd13b0ca659c",
"body": null,
"is_bot": true,
"headline": "Merge branch 'release/9.3.0'",
"author_name": "sentry-release-bot[bot]",
"author_login": "sentry-release-bot[bot]",
"committed_at": "2026-03-27T16:57:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e50bc82095f89dd4b6bbdec551af5c00ae282fd6",
"body": null,
"is_bot": false,
"headline": "release: 9.3.0",
"author_name": "logaretm",
"author_login": "logaretm",
"committed_at": "2026-03-27T16:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "169e85b2b96f6a78e18437c6506d962f8309e1a2",
"body": "feat(elysia): Add Elysia framework icon",
"is_bot": false,
"headline": "Merge pull request #234 from getsentry/awad/add-elysia-icon",
"author_name": "Abdelrahman Awad",
"author_login": "logaretm",
"committed_at": "2026-03-27T16:52:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9e01bb424a5626b105d82e6a4a16c255fae636b",
"body": null,
"is_bot": false,
"headline": "fix: update icons with jesse's updates",
"author_name": "Abdelrahman Awad",
"author_login": "logaretm",
"committed_at": "2026-03-27T15:09:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f342cf1f8df9ae9a8570b8cc20004da6c0b1f59f",
"body": "All platform icons require a background rect as the first element.\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(elysia): Add white background rect to match icon conventions",
"author_name": "Abdelrahman Awad",
"author_login": "logaretm",
"committed_at": "2026-03-25T13:56:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ef97e4f31a1069a14e6c7abd3c3082058fc058ab",
"body": null,
"is_bot": false,
"headline": "chore: pin GitHub Actions to full-length commit SHAs",
"author_name": "joshuarli",
"author_login": "joshuarli",
"committed_at": "2026-03-25T04:19:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b54d2c617dd065c28cbe55cbffc26423063cdd96",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: regenerate icons.generated.ts with elysia",
"author_name": "Abdelrahman Awad",
"author_login": "logaretm",
"committed_at": "2026-03-24T19:22:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "20208a0df24625df4db0b148b72a337d4b7e96eb",
"body": "Add SVG icons for the Elysia web framework in both standard (20x20)\nand large (80x80) sizes, sourced from the official Elysia logo.\n\nRef: https://github.com/getsentry/sentry-javascript/pull/19509\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(elysia): Add Elysia framework icon",
"author_name": "Abdelrahman Awad",
"author_login": "logaretm",
"committed_at": "2026-03-24T19:20:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "49a1c7f4214f1333c5b1094a6352f78c489ecf3d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'release/9.2.1'",
"author_name": "getsentry-bot",
"author_login": null,
"committed_at": "2026-03-17T16:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dbc0b5a3b50a1d23028ec0b82171b27210dda68",
"body": null,
"is_bot": false,
"headline": "release: 9.2.1",
"author_name": "JPeer264",
"author_login": "JPeer264",
"committed_at": "2026-03-17T16:06:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9145d3f6086e4fcd960919d5d9de351fd73d3c94",
"body": null,
"is_bot": false,
"headline": "fix(effect): Adapt SVGs for effect (#232)",
"author_name": "Jan Peer Stöcklmair",
"author_login": "JPeer264",
"committed_at": "2026-03-17T16:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ecc3af64c02ef0611da45e049999df8c5a2ac3c",
"body": null,
"is_bot": false,
"headline": "Merge branch 'release/9.2.0'",
"author_name": "getsentry-bot",
"author_login": null,
"committed_at": "2026-03-17T14:11:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42ba21207638c9a711602b3e90513694d62e2383",
"body": null,
"is_bot": false,
"headline": "release: 9.2.0",
"author_name": "JPeer264",
"author_login": "JPeer264",
"committed_at": "2026-03-17T14:09:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3af97107043943ca1e9c4600660fcfc81563b4a",
"body": "Removed details of version 9.2.0 from the changelog.",
"is_bot": false,
"headline": "Remove version 9.2.0 details from CHANGELOG (#231)",
"author_name": "Jan Peer Stöcklmair",
"author_login": "JPeer264",
"committed_at": "2026-03-17T14:06:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98d049eef9092b27e937bfb5e85493fae6668dbe",
"body": "ci: add github release target to craft config",
"is_bot": false,
"headline": "Merge pull request #229 from getsentry/ci/add-github-release-target",
"author_name": "Sergiy Dybskiy",
"author_login": "sergical",
"committed_at": "2026-03-17T13:54:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "646108afd4cbbe9c0c010eaa9fb6bfcf2a644af3",
"body": null,
"is_bot": false,
"headline": "Merge branch 'release/9.2.0'",
"author_name": "getsentry-bot",
"author_login": null,
"committed_at": "2026-03-17T13:00:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c724de23f3d1a6ebd11db3e870f4dc2972329cd6",
"body": null,
"is_bot": false,
"headline": "release: 9.2.0",
"author_name": "JPeer264",
"author_login": "JPeer264",
"committed_at": "2026-03-17T12:48:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00ec9136fde677690522ad4b20e737e8ef9b1938",
"body": null,
"is_bot": false,
"headline": "feat: Add Effect.ts (#230)",
"author_name": "Jan Peer Stöcklmair",
"author_login": "JPeer264",
"committed_at": "2026-03-17T12:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "662f45a6f0d8c820152bee30b43dce58161c4a1d",
"body": "Create GitHub releases with tags and changelog on each release.\nThe workflow already has GITHUB_TOKEN and contents:write permission.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add github target to craft config",
"author_name": "Sergiy Dybskiy",
"author_login": "sergical",
"committed_at": "2026-02-26T00:38:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "30bdc438bd53a7bb0528bfd46e863b2aff6ab7b0",
"body": null,
"is_bot": false,
"headline": "Merge branch 'release/9.1.0'",
"author_name": "getsentry-bot",
"author_login": null,
"committed_at": "2026-02-25T14:08:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04d9fe56cdcceac19486ab5d7d28f827b9d458b9",
"body": null,
"is_bot": false,
"headline": "release: 9.1.0",
"author_name": "sergical",
"author_login": "sergical",
"committed_at": "2026-02-25T14:01:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3df73312dee19f91b194c9987677009ca772f410",
"body": "Add Convex icon",
"is_bot": false,
"headline": "Merge pull request #150 from nipunn1313/nipunn/convex_logo",
"author_name": "Sergiy Dybskiy",
"author_login": "sergical",
"committed_at": "2026-02-25T13:41:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b823df25e94e88de7e14042f3a45ef4867aa8e43",
"body": "docs: add usage documentation and contributing guide",
"is_bot": false,
"headline": "Merge pull request #228 from getsentry/docs/add-usage-and-contributing",
"author_name": "Sergiy Dybskiy",
"author_login": "sergical",
"committed_at": "2026-02-25T13:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "487616b092936d9a04e3a16fa59e7af9aec51583",
"body": "Normalize SVG wrappers to standard 20x20/80x80 viewBox with scale\ntransform, remove Serif editor metadata, while keeping all original\npath data and fill styles verbatim.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: clean up Convex SVG wrapper while preserving original paths",
"author_name": "Sergiy Dybskiy",
"author_login": "sergical",
"committed_at": "2026-02-25T13:33:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f37a806ec425ced97e137ff722b8e6997d1c4219",
"body": "Expands README with installation details (CJS/ESM), usage example,\nprops API, platform naming, preloading, and direct SVG usage. Adds\nCONTRIBUTING.md with dev setup, icon addition workflow, build process,\nand PR guidelines.\n\nCloses #190, closes #58\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add usage documentation and contributing guide",
"author_name": "Sergiy Dybskiy",
"author_login": "sergical",
"committed_at": "2026-02-25T13:28:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f6b8661a1f180dfa73066eac5b0b94ecbfc6c18c",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into nipunn/convex_logo",
"author_name": "Sergiy Dybskiy",
"author_login": "sergical",
"committed_at": "2026-02-25T13:08:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adc8efd209c710ff3fd3a83f875830d33bd03fb9",
"body": "ci(release): Switch from action-prepare-release to Craft",
"is_bot": false,
"headline": "Merge pull request #222 from getsentry/ci/migrate-to-craft-action",
"author_name": "Sergiy Dybskiy",
"author_login": "sergical",
"committed_at": "2026-02-25T13:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad60f11a7c41290f7656023d9581dabae27872a6",
"body": "ci: enable auto changelog generation",
"is_bot": false,
"headline": "Merge pull request #227 from sergical/ci/enable-auto-changelog",
"author_name": "Sergiy Dybskiy",
"author_login": "sergical",
"committed_at": "2026-02-25T13:06:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5cb1b881fe5a142c93b15514db7560450ca455a",
"body": "Also enable auto version bump policy.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump craft minVersion to 2.21.7 and remove pre-release script",
"author_name": "Sergiy Dybskiy",
"author_login": "sergical",
"committed_at": "2026-02-25T13:02:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dcbbcea88ed4f656dde6b108011e96c563337043",
"body": "feat: replace dynamic require() with static SVG import map for Vite/Astro support",
"is_bot": false,
"headline": "Merge pull request #226 from sergical/feat/static-svg-imports",
"author_name": "Sergiy Dybskiy",
"author_login": "sergical",
"committed_at": "2026-02-25T12:53:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65a1035af45ba8643acfef737b8b4256c98846a3",
"body": "Migrate from deprecated `changelogPolicy: none` to the new\n`changelog.policy: auto` syntax and bump `minVersion` to 2.14.0\n(required for the new config key). Future releases will automatically\ngenerate changelog entries from conventional commit messages.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: enable auto changelog generation",
"author_name": "Sergiy Dybskiy",
"author_login": "sergical",
"committed_at": "2026-02-24T21:59:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "84d14a0f41b4cc8728c1dc7fb00af58601359da2",
"body": "- Prefix identifiers starting with a digit (e.g. \"3d\" → \"_3d\")\n- Fail generation if svg_80x80/ is missing icons present in svg/\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: handle digit-prefixed identifiers and verify svg_80x80 parity",
"author_name": "Sergiy Dybskiy",
"author_login": "sergical",
"committed_at": "2026-02-23T22:02:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ca5515902af8d5d237aaaed766e664a60ac1d2d9",
"body": "- LG format now falls back to iconsLg[\"default\"] instead of icons[\"default\"]\n- preloadIcons filters out undefined entries from the icon map\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: use correct size fallback and filter undefined preload paths",
"author_name": "Sergiy Dybskiy",
"author_login": "sergical",
"committed_at": "2026-02-23T22:00:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f068076de5ee8038502567961ae4b7cee4f3195f",
"body": "Dynamic `require()` with template literals doesn't work in Vite/esbuild\n(Astro). This adds a code generator that produces static imports for all\n218 SVG icons in both sizes, so TypeScript compiles them to:\n- CJS: static require() calls (webpack/Gatsby compatible)\n- ESM: static import statements (Vite/Astro compatible)\n\nNo change to the public API.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: replace dynamic require() with static SVG import map",
"author_name": "Sergiy Dybskiy",
"author_login": "sergical",
"committed_at": "2026-02-23T21:55:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fc5179d913ae0c3946b54a08fb0ae20637f28243",
"body": null,
"is_bot": false,
"headline": "Merge branch 'release/9.0.7'",
"author_name": "getsentry-bot",
"author_login": null,
"committed_at": "2026-02-10T05:56:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d1954ed0a8b283a776c84122e9e261b8f9ab07d",
"body": null,
"is_bot": false,
"headline": "release: 9.0.7",
"author_name": "getsentry-bot",
"author_login": "getsentry-bot",
"committed_at": "2026-02-06T13:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afd12ff606cf030b5b9e3ef12f8d42d83c7b5814",
"body": "Modified: Mastra Icon",
"is_bot": false,
"headline": "Merge pull request #225 from getsentry/feat/icon/mastra",
"author_name": "Jesse Box",
"author_login": "Jesse-Box",
"committed_at": "2026-02-06T13:31:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec15ef019bae5118ce45f86dead1c6328a18bd60",
"body": null,
"is_bot": false,
"headline": "Modified: Mastra paths",
"author_name": "Jesse Box",
"author_login": "Jesse-Box",
"committed_at": "2026-02-05T16:45:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47a811fed3ce79c6bb215c6dd18a5f0d6af76ab4",
"body": null,
"is_bot": false,
"headline": "Merge branch 'release/9.0.6'",
"author_name": "getsentry-bot",
"author_login": null,
"committed_at": "2026-01-29T11:15:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0029cfc1b3219104f557d9b59ecf12f8f0e49b1",
"body": null,
"is_bot": false,
"headline": "release: 9.0.6",
"author_name": "getsentry-bot",
"author_login": "getsentry-bot",
"committed_at": "2026-01-29T10:57:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e46ebff1b76d9ee4ed86c21e29d9a053ddb8d87",
"body": null,
"is_bot": false,
"headline": "feat: Add javascript-firebase (#224)",
"author_name": "Jan Peer Stöcklmair",
"author_login": "JPeer264",
"committed_at": "2026-01-29T10:56:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d37179fc7e34f8aea3329d3c927378835559065",
"body": null,
"is_bot": false,
"headline": "Merge branch 'release/9.0.5'",
"author_name": "getsentry-bot",
"author_login": null,
"committed_at": "2026-01-27T09:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4ed849abef6ce438c7a60e66b1baf4c5ae8df5c",
"body": null,
"is_bot": false,
"headline": "release: 9.0.5",
"author_name": "getsentry-bot",
"author_login": "getsentry-bot",
"committed_at": "2026-01-27T09:00:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b84f3eb92f655d339c8d6ccc874d252369e3fff",
"body": null,
"is_bot": false,
"headline": "feat: Add firebase logo (#223)",
"author_name": "Jan Peer Stöcklmair",
"author_login": "JPeer264",
"committed_at": "2026-01-27T08:44:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54077cb54c398c884c3c782a09b36549f8c0ea06",
"body": null,
"is_bot": false,
"headline": "build(craft): Update Craft action to c6e2f04",
"author_name": "Burak Yigit Kaya",
"author_login": "BYK",
"committed_at": "2026-01-14T12:19:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f91743bff7b9984ea0f36e8e553406fcff94401",
"body": null,
"is_bot": false,
"headline": "fix: clean up release.yml formatting and version comments",
"author_name": "Burak Yigit Kaya",
"author_login": "BYK",
"committed_at": "2026-01-14T11:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c8a390846f72c934dea5245c6848cee8c774735",
"body": null,
"is_bot": false,
"headline": "Revert permissions changes to codeql-analysis.yml",
"author_name": "Burak Yigit Kaya",
"author_login": "BYK",
"committed_at": "2026-01-13T23:12:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfd770816157de2aea4e44988b552175ed15056b",
"body": null,
"is_bot": false,
"headline": "Add explicit permissions block to codeql-analysis.yml",
"author_name": "Burak Yigit Kaya",
"author_login": "BYK",
"committed_at": "2026-01-13T23:01:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57eb19e1c946ad487800311b0d8626250555eccf",
"body": null,
"is_bot": false,
"headline": "Remove changelog-preview workflow per review feedback",
"author_name": "Burak Yigit Kaya",
"author_login": "BYK",
"committed_at": "2026-01-13T22:58:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58af2113bedafdde5a4edecd0d884cca745c0850",
"body": null,
"is_bot": false,
"headline": "Update Craft SHA to 1c58bfd57bfd6a967b6f3fc92bead2c42ee698ce",
"author_name": "Burak Yigit Kaya",
"author_login": "BYK",
"committed_at": "2026-01-13T22:43:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f038107125a669bb68ca352994cd4cf68184892",
"body": null,
"is_bot": false,
"headline": "fix: Clean up action version comments",
"author_name": "Burak Yigit Kaya",
"author_login": "BYK",
"committed_at": "2026-01-12T12:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56d6f59d30957fb88ce0fa747f3ecf32047ac2e7",
"body": null,
"is_bot": false,
"headline": "fix: Use correct action version SHAs (restore original versions)",
"author_name": "Burak Yigit Kaya",
"author_login": "BYK",
"committed_at": "2026-01-10T02:03:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af3549a5ee64b4fe11efe2e89400fa5893538c70",
"body": null,
"is_bot": false,
"headline": "fix: Use correct action version SHAs (restore original versions)",
"author_name": "Burak Yigit Kaya",
"author_login": "BYK",
"committed_at": "2026-01-10T01:34:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afdd05eac21d427d018d7359243b60c66fdb4e8c",
"body": null,
"is_bot": false,
"headline": "fix: Pin actions to SHA and add permissions blocks",
"author_name": "Burak Yigit Kaya",
"author_login": "BYK",
"committed_at": "2026-01-10T00:28:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "534b7f44e25d2e3ca159562f0a4d1eeef98d10c5",
"body": "The previous migration incorrectly removed the GitHub App token\nauthentication step. This commit restores it by switching to the\ncomposite action pattern which preserves the auth flow.",
"is_bot": false,
"headline": "ci(release): Restore GitHub App token authentication",
"author_name": "Burak Yigit Kaya",
"author_login": "BYK",
"committed_at": "2026-01-09T23:02:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b65475a181f77b4679e56aa2663701fb971d659e",
"body": "This PR migrates from the deprecated action-prepare-release to the new\nCraft GitHub Actions (reusable workflow or composite action).\n\nChanges:\n- Migrate .github/workflows/release.yml to Craft reusable workflow",
"is_bot": false,
"headline": "ci(release): Switch from action-prepare-release to Craft",
"author_name": "Burak Yigit Kaya",
"author_login": "BYK",
"committed_at": "2026-01-09T17:57:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "703cb153cb35d8c5ba5f3cac8499f4b0aa5900a7",
"body": null,
"is_bot": false,
"headline": "Merge branch 'release/9.0.4'",
"author_name": "getsentry-bot",
"author_login": null,
"committed_at": "2025-11-12T14:29:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d59f7866f474115aa7847e6771f09c255bdb0f6b",
"body": null,
"is_bot": false,
"headline": "release: 9.0.4",
"author_name": "getsentry-bot",
"author_login": "getsentry-bot",
"committed_at": "2025-11-12T14:24:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "132978fc99d55bf44d65fd44ca618d939b256fb3",
"body": "feat/icons/fastmcp perforce",
"is_bot": false,
"headline": "Merge pull request #221 from getsentry/feat/icons/fastmcp-perforce",
"author_name": "Jesse Box",
"author_login": "Jesse-Box",
"committed_at": "2025-11-12T14:22:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "263d702a9cfa5e0a517bef4c1b2f96a5c7662635",
"body": null,
"is_bot": false,
"headline": "Added: Icon 'fastmcp'",
"author_name": "Jesse Box",
"author_login": "Jesse-Box",
"committed_at": "2025-11-12T14:01:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e02e6947cb6023fb2d6ed512ddafcb4a73f087c",
"body": null,
"is_bot": false,
"headline": "Added: Icon 'perforce'",
"author_name": "Jesse Box",
"author_login": "Jesse-Box",
"committed_at": "2025-11-12T13:59:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f7ec4a16fc89ef7863513da01925cda1eba9248",
"body": "feat/icons/bazzite steamos",
"is_bot": false,
"headline": "Merge pull request #220 from getsentry/feat/icons/bazzite-steamos",
"author_name": "Jesse Box",
"author_login": "Jesse-Box",
"committed_at": "2025-10-29T09:36:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4537ed9a8bf0a2d90a39511ba10654839f93e21",
"body": null,
"is_bot": false,
"headline": "Added: Icon 'vercel'",
"author_name": "Jesse Box",
"author_login": "Jesse-Box",
"committed_at": "2025-10-29T09:30:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eccb91c68f0fec2f069b8ca59feb7c1c7961a6e4",
"body": null,
"is_bot": false,
"headline": "Added: Icon 'steamos'",
"author_name": "Jesse Box",
"author_login": "Jesse-Box",
"committed_at": "2025-10-29T09:16:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfea9ce4778b3c9eb43e706151b8eb2b9ce042f2",
"body": null,
"is_bot": false,
"headline": "Added: Icon 'bazzite'",
"author_name": "Jesse Box",
"author_login": "Jesse-Box",
"committed_at": "2025-10-29T09:14:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c802dcf082c48ff4016d6210e85371aa12dfce9",
"body": null,
"is_bot": false,
"headline": "Merge branch 'release/9.0.2'",
"author_name": "getsentry-bot",
"author_login": null,
"committed_at": "2025-10-17T08:07:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1115cc410be51667ffc97ef891b1165d91497a9b",
"body": null,
"is_bot": false,
"headline": "release: 9.0.2",
"author_name": "getsentry-bot",
"author_login": "getsentry-bot",
"committed_at": "2025-10-17T08:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55c13b06ce02e37b27b293dfa84110e868e7548f",
"body": "…nticAI\n\nfeat/icons/liteLLM mantra pydanticAI",
"is_bot": false,
"headline": "Merge pull request #219 from getsentry/feat/icons/liteLLM-mantra-pyda…",
"author_name": "Jesse Box",
"author_login": "Jesse-Box",
"committed_at": "2025-10-17T08:01:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68f5b47030b9a7470092cc68b4f746b34826d781",
"body": null,
"is_bot": false,
"headline": "Added: Icon \"mcp\"",
"author_name": "Jesse Box",
"author_login": "Jesse-Box",
"committed_at": "2025-10-17T08:00:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00e94fbcdbad3533fe38010a47d21b2607ff3e92",
"body": null,
"is_bot": false,
"headline": "Fixed: Spelling Mistake \"Mantra\"",
"author_name": "Jesse Box",
"author_login": "Jesse-Box",
"committed_at": "2025-10-17T07:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2800398c0256ac28e0480691f23ab1bd729de342",
"body": null,
"is_bot": false,
"headline": "Added: Icon \"pydantic-ai\"",
"author_name": "Jesse Box",
"author_login": "Jesse-Box",
"committed_at": "2025-10-17T07:39:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "078becbbf18e0824817d10c6b91b40f4cadeff64",
"body": null,
"is_bot": false,
"headline": "Added: Icon \"mantra\"",
"author_name": "Jesse Box",
"author_login": "Jesse-Box",
"committed_at": "2025-10-17T07:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a017074e83062d77bd4b9a2059b798c0a32f2fff",
"body": null,
"is_bot": false,
"headline": "Added: Icon \"litellm\"",
"author_name": "Jesse Box",
"author_login": "Jesse-Box",
"committed_at": "2025-10-17T07:35:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cbf42bf71b49ec2a6d9eed766a4fca716956ca7",
"body": null,
"is_bot": false,
"headline": "Merge branch 'release/9.0.1'",
"author_name": "getsentry-bot",
"author_login": null,
"committed_at": "2025-10-01T09:36:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d195a76a964c76d5b6dd23a685ec62f32eb9d864",
"body": null,
"is_bot": false,
"headline": "release: 9.0.1",
"author_name": "getsentry-bot",
"author_login": "getsentry-bot",
"committed_at": "2025-10-01T09:09:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "404bc7a5f113fadcca4160d5ff2f8e2a41c1a596",
"body": "…aph-python\n\nfeat/icons/android deno langgraph python",
"is_bot": false,
"headline": "Merge pull request #218 from getsentry/feat/icons/android-deno-langgr…",
"author_name": "Jesse Box",
"author_login": "Jesse-Box",
"committed_at": "2025-10-01T09:07:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15ecb1be908a207ae0a33751ba30d9c9862e618c",
"body": null,
"is_bot": false,
"headline": "Modified: Android svg art",
"author_name": "Jesse Box",
"author_login": "Jesse-Box",
"committed_at": "2025-10-01T08:33:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7d6e5a28e3659c4bc308578931105dcc9315b81",
"body": null,
"is_bot": false,
"headline": "Added: Langgraph icon",
"author_name": "Jesse Box",
"author_login": "Jesse-Box",
"committed_at": "2025-10-01T08:31:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf781ea64e02291c956db2e78b2583cb9481f297",
"body": null,
"is_bot": false,
"headline": "Modifed: Python svg art",
"author_name": "Jesse Box",
"author_login": "Jesse-Box",
"committed_at": "2025-10-01T08:29:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2b9bd8f2d9b247c2f3d1526be8438d919e083b9",
"body": null,
"is_bot": false,
"headline": "Modified: Deno svg art",
"author_name": "Jesse Box",
"author_login": "Jesse-Box",
"committed_at": "2025-10-01T08:28:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8485bfaffeaeb721b43a46712d54dc31f5ab9042",
"body": null,
"is_bot": false,
"headline": "Modified: Android svg art",
"author_name": "Jesse Box",
"author_login": "Jesse-Box",
"committed_at": "2025-10-01T08:27:27Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 100,
"latest_release_at": "2026-07-25T15:08:24Z",
"latest_release_tag": "9.6.0",
"releases_from_tags": false,
"days_since_last_push": 11,
"active_weeks_last_year": 21,
"days_since_latest_release": 11,
"mean_days_between_releases": 26
},
"artifacts": {
"collected": true,
"structure": [],
"declarations": [
{
"name": "platformicons",
"path": "package.json",
"tokens": [
"npm.entry",
"npm.peer_dependencies"
],
"ecosystem": "npm"
}
]
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [],
"total": 0,
"header": 0,
"collected": true,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "platformicons",
"exists": true,
"license": "OFL-1.1",
"keywords": [
"web",
"framework",
"icons"
],
"ecosystem": "npm",
"categories": [],
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/platformicons",
"declared_type": null,
"is_deprecated": false,
"latest_version": "9.6.0",
"repository_url": "https://github.com/getsentry/platformicons",
"versions_count": 124,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 4,
"monthly_downloads": 39011,
"first_published_at": "2015-06-08T23:49:39.239000Z",
"latest_published_at": "2026-07-25T15:08:26.704000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 11
}
]
},
"popularity": {
"forks": 22,
"stars": 43,
"watchers": 47,
"fork_history": {
"days": [
{
"date": "2016-07-26",
"count": 2
},
{
"date": "2018-06-05",
"count": 1
},
{
"date": "2019-01-01",
"count": 1
},
{
"date": "2019-03-08",
"count": 1
},
{
"date": "2019-05-24",
"count": 1
},
{
"date": "2019-06-25",
"count": 1
},
{
"date": "2019-11-13",
"count": 1
},
{
"date": "2019-11-17",
"count": 1
},
{
"date": "2020-10-14",
"count": 1
},
{
"date": "2021-01-06",
"count": 1
},
{
"date": "2021-06-14",
"count": 1
},
{
"date": "2021-08-14",
"count": 1
},
{
"date": "2022-05-07",
"count": 1
},
{
"date": "2022-07-06",
"count": 1
},
{
"date": "2023-05-11",
"count": 1
},
{
"date": "2023-12-13",
"count": 1
},
{
"date": "2023-12-22",
"count": 1
},
{
"date": "2024-03-25",
"count": 1
},
{
"date": "2026-02-23",
"count": 1
},
{
"date": "2026-05-21",
"count": 1
}
],
"complete": true,
"collected": 21,
"total_forks": 22
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 31377,
"source_files_sampled": 6,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 4,
"malicious_count": 0,
"assessed_package": "npm:platformicons@9.6.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@types/node",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "*"
},
{
"name": "@types/react",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "*"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@types/node",
"direct": true,
"version": "22.7.4",
"ecosystem": "npm"
},
{
"name": "@types/react",
"direct": true,
"version": "18.3.10",
"ecosystem": "npm"
},
{
"name": "@types/prop-types",
"direct": false,
"version": "15.7.13",
"ecosystem": "npm"
},
{
"name": "csstype",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "loose-envify",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "react",
"direct": false,
"version": "18.3.1",
"ecosystem": "npm"
},
{
"name": "react-dom",
"direct": false,
"version": "18.3.1",
"ecosystem": "npm"
},
{
"name": "scheduler",
"direct": false,
"version": "0.23.2",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.6.2",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "6.19.8",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 11,
"direct_count": 2,
"indirect_count": 9
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 176,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 42,
"closed_unmerged_prs": 18
},
"bus_factor": 3,
"bot_contributors": 3,
"top_contributors": [
{
"type": "User",
"login": "Jesse-Box",
"commits": 208,
"avatar_url": "https://avatars.githubusercontent.com/u/6508377?v=4"
},
{
"type": "User",
"login": "getsentry-bot",
"commits": 68,
"avatar_url": "https://avatars.githubusercontent.com/u/10587625?v=4"
},
{
"type": "User",
"login": "ckj",
"commits": 64,
"avatar_url": "https://avatars.githubusercontent.com/u/30713?v=4"
},
{
"type": "User",
"login": "doralchan",
"commits": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/4830259?v=4"
},
{
"type": "User",
"login": "antonpirker",
"commits": 32,
"avatar_url": "https://avatars.githubusercontent.com/u/202325?v=4"
},
{
"type": "User",
"login": "bruno-garcia",
"commits": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/1633368?v=4"
},
{
"type": "User",
"login": "HazAT",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/363802?v=4"
},
{
"type": "User",
"login": "sergical",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/3760543?v=4"
},
{
"type": "User",
"login": "robinrendle",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/1900676?v=4"
},
{
"type": "User",
"login": "priscilawebdev",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/29228205?v=4"
}
],
"contributors_sampled": 49,
"top_contributor_share": 0.322
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"codeql-analysis.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"yarn.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"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": "8 out of 8 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": 3,
"reason": "Found 6/17 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 21 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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "13 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": 10,
"reason": "all dependencies are pinned",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ea9f57031b415d89ef1f762018ef35d2b58ceb43",
"ran_at": "2026-08-05T19:27:10Z",
"aggregate_score": 6.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 0,
"authors_30d": 0,
"decided_30d": 0,
"sample_size": 60,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 0,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": "2026-08-02T02:02:59Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-05-28T14:03:39Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/getsentry/platformicons",
"host": "github.com",
"name": "platformicons",
"owner": "getsentry"
},
"metrics": {
"overall": {
"key": "overall",
"band": "excellent",
"name": "Overall health",
"note": "The weighted overall 70 is calibrated to 83 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 70,
"calibrated": 83,
"calibration": "2026-08-02"
}
}
],
"value": 83,
"inputs": {
"security": 74,
"vitality": 79,
"community": 65,
"governance": 84,
"calibration": "2026-08-02",
"engineering": 46,
"ai_readiness": 49,
"weighted_overall_raw": 70
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 79,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"commits_last_year": 100,
"human_commit_share": 0.94,
"days_since_last_push": 11,
"active_weeks_last_year": 21
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 11 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "21/52 weeks with commits",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 21
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "100 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 100
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "13 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": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 6,
"latest_release_tag": "9.6.0",
"releases_from_tags": false,
"days_since_latest_release": 11,
"mean_days_between_releases": 26
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 11 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~26 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 26
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": 11,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 11 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 11
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 65,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"forks": 22,
"stars": 43,
"watchers": 47,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "43 stars",
"points": 26.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 43
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "22 forks",
"points": 11,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 22
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "47 watchers",
"points": 9.2,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 47
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 0,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"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": 76,
"inputs": {
"packages": [
"platformicons"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 39011
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "39,011 downloads/month across npm",
"points": 61.2,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 39011,
"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": 84,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 49,
"top_contributor_share": 0.322
},
"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 32% of commits",
"points": 15.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 32
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "49 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 49
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 21 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): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 85,
"inputs": {
"merged_prs": 176,
"open_issues": 0,
"closed_issues": 42,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 0,
"prs_decided_30d": 0,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 18,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "176/194 decided PRs merged",
"points": 27.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 176,
"decided": 194
}
}
],
"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": "Found 6/17 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "excellent",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 3139,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "getsentry",
"public_repos": 791,
"account_age_days": 5299
},
"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": "3,139 followers of getsentry",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3139,
"login": "getsentry"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "791 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 791
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"platformicons"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 11
},
"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 11 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 11
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "124 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 124
}
}
],
"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": "weak",
"name": "Engineering Quality",
"value": 46,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "weak",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"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": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"tag-production"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": 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": "1 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 1
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 74,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 67,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 6.7
},
"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": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 6/17 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 21 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": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "13 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": "all dependencies are pinned",
"points": 5,
"status": "met",
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "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): No advisories left outstanding. Remaining weights renormalized. Matched the npm:platformicons@9.6.0 runtime dependency closure — what installing the published package pulls in — 4 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:platformicons@9.6.0",
"assessed": 4
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 4,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "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": 4,
"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": 16
},
"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": 49,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.638,
"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": "60 of 94 human commits state their intent (structured subject or explanatory body)",
"points": 34,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 60,
"sampled": 94
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"yarn.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.11,
"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": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "11 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 11,
"sampled": 100
}
}
],
"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": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 31377,
"source_files_sampled": 6,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/6 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 6,
"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": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 21
},
"primary": "library",
"evidence": [
{
"tier": "declared",
"label": "library",
"source": "npm.entry",
"weight": 8
},
{
"tier": "distribution",
"label": "library",
"source": "registry:npm",
"weight": 6
},
{
"tier": "declared",
"label": "library",
"source": "npm.peer_dependencies",
"weight": 3
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
},
{
"tier": "tags",
"label": "library",
"source": "tag:framework",
"weight": 2
}
],
"artifacts": [
{
"path": "package.json",
"labels": [
"library"
],
"ecosystem": "npm"
}
],
"confidence": "high",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-05T19:27:38.375847Z",
"schema_version": "0.31.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/getsentry/platformicons.svg",
"full_name": "getsentry/platformicons",
"license_state": "custom",
"license_spdx": null
}