Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"app-clip",
"app-extension",
"apple-watch",
"expo",
"keyboard-extension",
"live-activity",
"network-extension",
"safari-extension",
"screen-time",
"siri",
"swiftui",
"watchos",
"widget",
"widgetkit"
],
"is_fork": false,
"size_kb": 21869,
"has_wiki": false,
"homepage": null,
"languages": {
"C": 408,
"CSS": 434,
"HTML": 898,
"Ruby": 15755,
"Swift": 146788,
"JavaScript": 1035720,
"TypeScript": 203928
},
"pushed_at": "2026-07-17T20:18:32Z",
"created_at": "2023-06-08T22:21:38Z",
"owner_type": "User",
"updated_at": "2026-07-23T00:52:48Z",
"description": "Config Plugin to setup Apple targets",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript",
"TypeScript",
"Swift"
]
},
"owner": {
"blog": "http://evanbacon.dev/",
"name": "Evan Bacon",
"type": "User",
"login": "EvanBacon",
"company": null,
"location": "San Francisco",
"followers": 6180,
"avatar_url": "https://avatars.githubusercontent.com/u/9664363?v=4",
"created_at": "2014-11-10T22:01:21Z",
"is_verified": null,
"public_repos": 343,
"account_age_days": 4272
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "8aa4c95d2bee7117c7dae93f20e3e7c50ea5f8b9",
"body": null,
"is_bot": false,
"headline": "+ @bacons/apple-targets@5.0.0",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2026-07-17T19:36:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "538b661d252ac3b7f99b996c277d8442ed6bda0b",
"body": "… (#192)\n\n* feat(targets): write generated.entitlements to ios/ instead of source\n\nWhen the user defines `entitlements` in `expo-target.config`, the\n`generated.entitlements` file is now written to\n`ios/<productName>/generated.entitlements` instead of the target's\nsource directory. `CODE_SIGN_ENTITLE\n[…]\n------\n\nCo-authored-by: lars-deploy-bot <lars-deploy-bot@users.noreply.github.com>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\nCo-authored-by: Evan Bacon <baconbrix@gmail.com>",
"is_bot": false,
"headline": "feat(targets): write generated.entitlements to ios/ instead of source…",
"author_name": "lars-deploy-bot",
"author_login": "lars-deploy-bot",
"committed_at": "2026-06-04T02:11:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "504761c5fb0e086be60bf2405fcd5634a20690b7",
"body": "@expo/prebuild-config is imported at runtime in src/with-widget.ts,\nsrc/icon/with-ios-icon.ts, src/icon/with-image-asset.ts and\nsrc/colorset/with-ios-colorset.ts, but it was only listed under\ndevDependencies. It previously resolved by being hoisted from the\nconsumer's expo install. As of Expo SDK 56\n[…]\ngins/icons/AssetContents')`\nthrows 'Cannot find module' and breaks `expo config`/prebuild for any\nproject using @bacons/apple-targets.\n\nMoving it to dependencies makes the plugin self-contained again.",
"is_bot": false,
"headline": "fix: declare @expo/prebuild-config as a runtime dependency (#198)",
"author_name": "Nikolay Kopylov",
"author_login": "nkopylov",
"committed_at": "2026-06-04T02:10:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0e432a87744cc8abad9e5111b68571dc1aa9ef79",
"body": "* Add docs for account auth, smart card, and spam report extensions\n\nIntroduced three new documentation files: account-auth.md (Account Authentication Modification Extension), smart-card.md (CryptoTokenKit-based smart card extension), and unwanted-communication.md (IdentityLookup-based unwanted comm\n[…]\nmd with frontmatter and install instructions. Update packages/apple-targets/README.md to mention the AI agent skill and include install/usage notes, and add a reference to docs/skills.md in CLAUDE.md.",
"is_bot": false,
"headline": "feat: Add agent skills (#197)",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2026-05-28T19:56:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f788d902802093891428184eaceba20a9fb70a51",
"body": "… (#195)\n\nCo-authored-by: lars-deploy-bot <lars-deploy-bot@users.noreply.github.com>\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(targets): bump ExtensionStorage podspec to iOS 16.4 for Expo 56…",
"author_name": "lars-deploy-bot",
"author_login": "lars-deploy-bot",
"committed_at": "2026-05-28T19:55:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "da0db5223d8ee3bc290a2aa6ea7435217eb94d74",
"body": null,
"is_bot": false,
"headline": "+ create-target@3.0.5",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-05-13T19:02:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c0bc0a98d7c268052a97f4300e024743aeed7c3",
"body": "…IDs from registry (#193)\n\n- Derive PROJECT_KNOWN_IDS from KNOWN_EXTENSION_POINT_IDENTIFIERS so the diff\n stays in sync with TARGET_REGISTRY automatically.\n- Walk Application and macOS System Extension template folders in addition\n to Application Extension; group printed output by platform → categ\n[…]\nover (Accessory Setup, App Migration, Capture, Contact\nProvider, Hotspot Auth, Live Caller ID Lookup, Translation Provider, etc.).\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(scripts): broaden scan-xcode-targets coverage and derive known …",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2026-05-13T18:57:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "920f1880ee961bb018e77067fd27e850e422f352",
"body": "…et`, `wallet-ui`) (#1) (#188)\n\n* feat(targets): add Apple Wallet In-App Provisioning extensions\n\nAdds two new target types for implementing Apple Wallet In-App\nProvisioning Extensions, which let users add an issuer's payment\npasses to Apple Wallet directly from Wallet's '+' menu:\n\n- 'wallet' — N\n[…]\nen wallet target descriptions to fit table width\n\n\n\n---------\n\nCo-authored-by: Cursor Agent <cursoragent@cursor.com>\nCo-authored-by: Konstantin Liakhovskii <kliakhovskii-brex@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(targets): add Apple Wallet In-App Provisioning extensions (`wall…",
"author_name": "Konstantin Liakhovskii",
"author_login": "kliakhovskii-brex",
"committed_at": "2026-05-13T18:57:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2c5d86013aa2e3ef714624da61bcb62d6a3c0b48",
"body": "Saves macOS minutes on the e2e workflow when PRs are force-pushed\nor rapidly updated. Main branch pushes are exempt so back-to-back\nmerges don't cancel each other.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: cancel in-progress workflow runs on PR pushes",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2026-04-27T02:52:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c83345e0b564d96fba869f047a44807b68e67acf",
"body": "* Upgrade Expo/RN to v55/0.83 and adjust configs\n\nBump Expo and React/React Native versions across demo apps (app-clip-demo, kitchen, live-activities-demo, widget-demo) to expo ^55, expo-splash-screen ~55.0.17, react 19.2.0 and react-native 0.83.4. Remove legacy newArchEnabled flags from several app\n[…]\nh assets, PrivacyInfo.xcprivacy) across apps and targets.\n\nThese changes align native iOS build config with newer RN/Expo releases and streamline build-time options (ccache, prebuilt RN core, Hermes).",
"is_bot": false,
"headline": "chore: upgrade to Expo SDK 55 (#185)",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2026-04-10T05:19:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "913a0f1d72e25a9e77926e2fa8d3d52db1e07750",
"body": null,
"is_bot": false,
"headline": "remove fs-extra",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-04-09T21:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f320e4149d85e1483c094539fd49ea80f2b95c9",
"body": "Replace @UIApplicationMain with @main and change Expo import to internal in the clip AppDelegate; remove public access modifiers on the class and override methods and drop the bindReactNativeFactory(factory) call. These changes are applied to both the demo target and the create-target template to align with modern Swift entry-point and tighter module access control, and to keep the template and demo consistent.",
"is_bot": false,
"headline": "Use @main and internal import in AppDelegate",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-04-09T21:41:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5086266bfad531133ad4f53fda980b8fcb044d9a",
"body": "…(#181)\n\n* Set REGISTER_APP_GROUPS when entitlements include app groups\n\nUpdate docs and Xcode target changes to ensure extension targets get the REGISTER_APP_GROUPS build setting when their entitlements declare app groups.\n\n- docs: Add build-setting references to xcode-target-discovery.md (macOSNat\n[…]\n readability. Keeps existing behavior of setting/removing CODE_SIGN_ENTITLEMENTS when entitlements are present or absent. Includes comments explaining why REGISTER_APP_GROUPS is needed for extensions.",
"is_bot": false,
"headline": "fix(targets): set REGISTER_APP_GROUPS for extensions with app groups …",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2026-04-09T16:37:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ffaff29608a6844aa6a60022a6d9d69df2589f87",
"body": "* add support for sf symbols\n\n* Update with-widget.ts\n\n* update example\n\n* Update README.md",
"is_bot": false,
"headline": "feat(targets): auto-detect SF Symbol SVGs in images config (#184)",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2026-03-23T19:04:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6054ab12e2a15030626988e567dfc1e1f122217",
"body": null,
"is_bot": false,
"headline": "Update package.json",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-03-03T00:04:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad214053c95223014422cfb13d368904b00395e5",
"body": null,
"is_bot": false,
"headline": "+ @bacons/apple-targets@4.0.6",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-02-28T17:49:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4148b718c9e184a134bc2eaef33d20e513634ad",
"body": "Apple requires watch apps to be embedded in a \"Watch\" subdirectory\nwithin the main app bundle. Without this, App Store validation fails:\n\n\"Invalid directory. The bundle ... is not contained in a correctly\nnamed directory. It should be under Watch.\"\n\nThe fix is in @bacons/xcode@1.0.0-alpha.32:\n- isWa\n[…]\n- getCopyBuildPhaseForTarget() ensures correct dstPath on existing phases\n\nAlso adds an e2e test to verify the correct embedding configuration.\n\nCo-authored-by: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(watch): embed watch app in Watch/ subdirectory for App Store (#179)",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2026-02-28T17:47:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0b11449b94f368221a53f64e2c991093420862c7",
"body": null,
"is_bot": false,
"headline": "Update package.json",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-02-28T16:48:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0520ccb988246b2237cb365d142cd4f39a6487bf",
"body": "Watch apps were being treated as extensions, causing:\n- Self-embedding (watch.app inside watch.app/PlugIns recursively)\n- Self-dependency (watch target depending on itself)\n- Wrong file type (wrapper.app-extension instead of wrapper.application)\n\nChanges:\n- Update @bacons/xcode to 1.0.0-alpha.31 wit\n[…]\n use wrapper.application for apps\n- Make ASSETCATALOG_COMPILER_APPICON_NAME conditional on icon config for watch\n- Enable watch target e2e test\n\nCo-authored-by: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: prevent watch app from embedding itself recursively (#178)",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2026-02-28T05:17:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "589f942a237b899b6b9c8137747bd871485d8a0c",
"body": null,
"is_bot": false,
"headline": "+ @bacons/apple-targets@4.0.4",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-02-26T23:44:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ff417f21e34227e2b1c86e1bdc3f94ebade3bf1",
"body": "Instead of crashing with \"Cannot read properties of undefined (reading\n'bundleIdentifier')\", the plugin now falls back to com.example.<slug>\nand warns the user to add ios.bundleIdentifier for production builds.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: use fallback bundleIdentifier when ios config is missing",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-02-25T21:17:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9151d62caa58ea97e9610da69e41b1849e7485cd",
"body": null,
"is_bot": false,
"headline": "+ @bacons/apple-targets@4.0.3",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-02-14T22:05:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c86e1d76d7622f85b2b06917def34217c2d4796",
"body": null,
"is_bot": false,
"headline": "fix missing device-activity-monitor info plist value",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-02-14T18:32:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56ff56b188d3e006785b886241f7381b6cc1fffd",
"body": null,
"is_bot": false,
"headline": "remove experimental warnings",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-02-14T18:27:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b08e78c9fd85d8c028175cc225ee27f511ed87f",
"body": null,
"is_bot": false,
"headline": "Update package.json",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-02-11T00:29:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abbeb171edf6e706ad14105a6eb31dc05778f3ac",
"body": "* fix: embed watch-widget extensions in watchOS app target\n\nwatch-widget extensions were always embedded in the main iOS app target\n(via mainAppTarget.getCopyBuildPhaseForTarget and\nmainAppTarget.addDependency). This caused the .appex to end up in\nWave.app/PlugIns/ instead of WaveWatch.app/PlugIns/,\n[…]\nnsion types without code changes.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: evanbacon <bacon@expo.io>\nCo-authored-by: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: embed watch-widget extensions in watchOS app target (#169)",
"author_name": "Josh Mohrer",
"author_login": "joshmohrer",
"committed_at": "2026-02-11T00:22:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "058ca88e0e21a828b7f0fc6a4e16f4f3084790ff",
"body": null,
"is_bot": false,
"headline": "Update bun.lock",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-02-10T20:30:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09b01e8c83685d794fce7265fe97ae59f4751521",
"body": "- Add @expo/npm-proofread as devDependency\n- Call proofread directly instead of via expo-module wrapper\n- Fixes \"could not determine executable\" error in npm workspaces\n\nThe expo-module prepublishOnly wrapper uses npx which fails in workspace\ncontexts. Calling proofread directly resolves the issue.\n\nCo-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(apple-targets): fix prepublishOnly script",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-02-10T20:24:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ff81b32e0b27150b93e61f06959889e9fb1c7d6c",
"body": "- @bacons/apple-targets: 4.0.0 → 4.0.1\n- create-target: 3.0.3 → 3.0.4\n\nCo-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump versions to 4.0.1 and 3.0.4",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-02-10T20:18:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9b20770319e6039b42bf8055814618035d93b56f",
"body": "* feat(targets): add watch-widget type for watch face complications\n\nAdd support for watchOS complications using WidgetKit as a new\n\"watch-widget\" target type. This includes:\n\n- TARGET_REGISTRY entry with WidgetKit/SwiftUI frameworks\n- watchOS-specific build settings (SDKROOT: watchos, device family\n[…]\ns table)\n - Step 10: Run tests to verify\n- Fix function name reference in CLAUDE.md\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(targets): add watch-widget type for watch face complications (#168)",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2026-02-10T19:33:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "669d0496323e560b7e46b43bad7931ea9281be09",
"body": "…le (#167)\n\nAdd device-activity-monitor, keyboard, and matter to the supported types\ntable which were present in TARGET_REGISTRY but missing from the README.\n\nhttps://claude.ai/code/session_01MRyTGXnrgZEfMAcematACT\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(targets): add missing target types to README supported types tab…",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2026-02-01T22:29:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3404702676353f7ce6db6b6364c2eb6445015aa1",
"body": null,
"is_bot": false,
"headline": "Update package.json",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-01-31T18:57:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc52b42c4ea807a3076f1b532ecf3f0ddbe3f0a3",
"body": "Updated package version to 3.0.3 and added 'templates' directory to the published files for create-target.",
"is_bot": false,
"headline": "Bump version and include templates in package",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-01-31T18:54:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c34780a3caf5eb433e29dd24a45fdb9aa48a431b",
"body": "Updated the create-target package version from 3.0.0 to 3.0.2 and changed the @bacons/apple-targets devDependency from 'workspace:*' to '*'.",
"is_bot": false,
"headline": "Bump create-target to v3.0.2 and update devDependency",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-01-31T18:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b2b29af44a1d9e086ceaeeab2e3f8ddf72504a5",
"body": "Updated @bacons/apple-targets to v4.0.0 and create-target to v3.0.0. Added expo-module-scripts as a devDependency in both packages to support Expo module development.",
"is_bot": false,
"headline": "Bump versions and add expo-module-scripts devDependency",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-01-31T18:04:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5abe5d6d96481368f9c83de67b66f08fafe61bc7",
"body": "…; rename config list fn (#166)\n\nAdd three new Apple extension target types with full registry entries,\nInfo.plist generation, build settings, Swift templates, e2e fixtures,\nand updated documentation.\n\nAlso rename createNotificationContentConfigurationList to\ncreateDefaultConfigurationList since it's used as the default for most\nextension types.\n\nCo-authored-by: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(targets): add print-service, smart-card, authentication-services…",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2026-01-31T07:21:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0eb61b45dd6de1c2a9dc193268f2e8b1d097de28",
"body": "…ference, shield-action, shield-config (#165)\n\nAdd five new Apple extension target types with full registry entries,\nInfo.plist generation, build settings, Swift templates, e2e fixtures,\nand updated documentation.\n\nCo-authored-by: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(targets): add quicklook-preview, spotlight-delegate, virtual-con…",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2026-01-31T07:14:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5f91dbb5a0066edc63934d4858c368002a0ae069",
"body": "…text, unwanted-communication, photo-editing (#164)\n\n* feat(targets): add file-provider-ui, broadcast-setup-ui, classkit-context, unwanted-communication, photo-editing\n\nAdd five new Apple extension target types with full registry entries,\nInfo.plist generation, build settings, Swift templates, e2e f\n[…]\nationUIExtensionViewController is\n in IdentityLookupUI, not IdentityLookup\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(targets): add file-provider-ui, broadcast-setup-ui, classkit-con…",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2026-01-31T07:06:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b9e104db0b558c77e6d945a7855e42c1d674b044",
"body": "…essage-filter (#163)\n\nAdd four new Apple extension target types with full registry entries,\nInfo.plist generation, build settings, Swift templates, e2e fixtures,\nand updated documentation.\n\nCo-authored-by: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(targets): add file-provider, broadcast-upload, call-directory, m…",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2026-01-31T06:55:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e316f2ab9f02540ede8c14308ed5828b9ad32808",
"body": "* Add Xcode target discovery docs and scanner script\n\nAdded documentation on how to enumerate Apple target/extension types from Xcode in docs/xcode-target-discovery.md. Introduced scripts/scan-xcode-targets.ts, a Bun script to scan Xcode for product types and extension templates, with options for JS\n[…]\n CI runs Jest via expo-module-scripts, which expects `// Jest Snapshot v1`.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add content-blocker (#162)",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2026-01-31T06:41:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4257a7728b902f06efc9359863060fc81b9a51a9",
"body": "* feat(apple-targets): add e2e xcodebuild tests for all 24 target types\n\nRun expo prebuild with a fixture project containing all target types,\nthen xcodebuild each target individually for clear failure isolation.\n\n- Registry-driven test: one it() per target, meta-test for completeness\n- Fixture with\n[…]\n from test.yml: install with --ignore-scripts,\nthen run prepare explicitly.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add e2e xcodebuild tests for all target types (#161)",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2026-01-30T23:39:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b872e0f33a474668210053b1a06e433e53eee044",
"body": "* Migrate from Yarn/Lerna to Bun and update docs\n\nReplaces Yarn and Lerna with Bun for dependency management and scripts. Adds a Bun-based GitHub Actions test workflow, updates documentation to reference Bun commands, removes lerna.json and yarn.lock, and adds bun.lock. Updates package.json files to\n[…]\nendencies in package.json and bun.lock to newer versions, adding and upgrading Expo-related packages. Improved Apple targets source files and tests to support new configuration and widget integration.",
"is_bot": false,
"headline": "Migrate monorepo from Yarn/Lerna to Bun (#160)",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2026-01-30T23:10:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1717bf69ed4ecf2eb5ee37dc4e71d4a7a27503e7",
"body": null,
"is_bot": false,
"headline": "Create CLAUDE.md",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-01-30T22:46:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08d8aadae3a70f5b38020876d5c96a62460cce1e",
"body": "Wrap icon and image asset generation in try/catch so that invalid\nsources (e.g. URLs returning HTML) warn and skip instead of crashing\nthe entire prebuild.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Gracefully handle invalid icons in config plugins",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-01-30T22:43:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b8ffedaa387607b7d19ab06f89d838d5df1e3380",
"body": "…etting\n\nfix(widget): add ASSETCATALOG_COMPILER_APPICON_NAME when icon is provided",
"is_bot": false,
"headline": "Merge pull request #157 from fredrikburmester/fix/widget-icon-build-s…",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2026-01-30T22:38:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a76277f5a66e62a0852b9d622711289c383e633",
"body": null,
"is_bot": false,
"headline": "publish with app clip versioning fix for fresh prebuilds",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-01-10T21:44:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f534fb8150a7e8e4a1933b3aee48af82fbd0bf1",
"body": "…ate mainVersion assignment in applyXcodeChanges",
"is_bot": false,
"headline": "Refactor: Comment out unused getMainMarketingVersion function and upd…",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2026-01-10T21:41:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e57846a1cca552eac2608b54b8aa8adfd7175d4a",
"body": "…ided\n\nThe createWidgetConfigurationList function accepts an icon parameter but\ndoesn't use it to set ASSETCATALOG_COMPILER_APPICON_NAME. This causes\nwidget targets to inherit the main app's icon setting (e.g. liquid glass\nicons on iOS 26), resulting in build errors like:\n\n None of the input catalo\n[…]\ns fix adds the ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon setting\nto both debug and release configurations when an icon is provided,\nfollowing the same pattern used in createActionConfigurationList.",
"is_bot": false,
"headline": "fix(widget): add ASSETCATALOG_COMPILER_APPICON_NAME when icon is prov…",
"author_name": "Fredrik Burmester",
"author_login": "fredrikburmester",
"committed_at": "2026-01-05T16:06:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9d36efda62f9a08669790c4ad7ef1bb98dd506dd",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2025-12-14T18:30:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "904e482b590653237d7564fb3c0d662f43c84f05",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2025-12-14T18:19:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf5958f7ab77236f626d6de2c37515bf7a51cfa5",
"body": "+ create-target@2.0.1",
"is_bot": false,
"headline": "+ @bacons/apple-targets@3.0.6",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-12-09T22:12:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52cfca4df0d573175031812d6e535aa16d733c5c",
"body": "Revert broken icon change from 0b86c5f4aa0c5da175926a41f830becef312d77b",
"is_bot": false,
"headline": "Merge pull request #153 from EvanBacon/@evanbacon/revert-icon-change",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2025-12-09T22:09:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87d93473d186a5b3873b833ff865f785dce5cccf",
"body": "Icon change was corrupting the root project as well as orphaning the references across asset files.",
"is_bot": false,
"headline": "Revert broken icon change from 0b86c5f4aa0c5da175926a41f830becef312d77b",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-12-09T22:08:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c749e2d30b26d267b3631895e1772ed80002b3c",
"body": "chore: refactor and clean up new targets",
"is_bot": false,
"headline": "Merge pull request #152 from EvanBacon/@evanbacon/refactor",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2025-12-09T21:49:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "006830d5a42fdb35b3c6be92223579bb6c843590",
"body": null,
"is_bot": false,
"headline": "update widget demo",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-12-09T21:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb5cc566a8c3b789403b746f53696a8af8344cbf",
"body": null,
"is_bot": false,
"headline": "update and rebuild",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-12-09T21:42:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04855ce5a4d5fba77b36abbfdfee09fe63b188cc",
"body": null,
"is_bot": false,
"headline": "Update App.js",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-12-09T21:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "835095e1c4f09e71fee33aa8287b262344592a7a",
"body": null,
"is_bot": false,
"headline": "refactor to standard names",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-12-09T21:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6441d667481ed30f294e930f228958a22e4a9a30",
"body": null,
"is_bot": false,
"headline": "clean up",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-12-09T21:34:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7838d604174a733a615ad9d732753329763b83d3",
"body": null,
"is_bot": false,
"headline": "split files",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-12-09T19:37:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51c17944dd56cca26e1b65b374827a517ca2592d",
"body": null,
"is_bot": false,
"headline": "Update withXcodeChanges.ts",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-12-09T18:13:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2febb00c43f44887748d461f7ba63af93ca1f887",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into @evanbacon/refactor",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-12-09T18:05:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02333cbb840de1fd9a0c1bc0dc2fc3e7e2447e01",
"body": null,
"is_bot": false,
"headline": "delete template config and reduce boilerplate",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-12-09T18:03:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f72921303281360b279ea54975c914cda2b07817",
"body": null,
"is_bot": false,
"headline": "clean up",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-12-09T17:49:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6119b42df93fdffc8a7af99ea70c48a95d74ee31",
"body": "Network extensions",
"is_bot": false,
"headline": "Merge pull request #140 from antoinedesp/network-extensions",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2025-12-09T17:43:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b386887d1355ebb80b3522712d27fd66eeb74f51",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into pr/140",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-12-09T17:42:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5e76a3ed5696cb9c7c9ea5c8f7e5a6b451c69a6",
"body": "Support iOS 26 icon format",
"is_bot": false,
"headline": "Merge pull request #151 from betomoedano/support-ios-26-icon-format",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2025-12-09T17:31:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c86049d2b15645ab39e0b431d51d1f30f40b581",
"body": null,
"is_bot": false,
"headline": "Add icon path to widget demo configuration in app.json",
"author_name": "betomoedano",
"author_login": "betomoedano",
"committed_at": "2025-12-02T21:15:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3e41f480178b5dabd155229296c43814cc0e38f",
"body": "…nfiguration JSON",
"is_bot": false,
"headline": "Add new icon assets for widget demo: SVG and PNG files, along with co…",
"author_name": "betomoedano",
"author_login": "betomoedano",
"committed_at": "2025-12-02T19:58:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b86c5f4aa0c5da175926a41f830becef312d77b",
"body": "…s, and add handling for liquid glass icons. Update icon path resolution in widget configuration and Xcode build settings accordingly.",
"is_bot": false,
"headline": "Enhance icon configuration to support light, dark, and tinted variant…",
"author_name": "betomoedano",
"author_login": "betomoedano",
"committed_at": "2025-12-02T19:58:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66eac50ae64be010738f647e6dc7e0ffd30c20f5",
"body": null,
"is_bot": false,
"headline": "Update dependencies to Expo 54",
"author_name": "betomoedano",
"author_login": "betomoedano",
"committed_at": "2025-12-02T17:01:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce4489a89c6752dafcdaf50bde028933e885f3b4",
"body": "feat: keyboard target support",
"is_bot": false,
"headline": "Merge pull request #146 from EvanBacon/@evanbacon/keyboard",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2025-11-04T22:56:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4e1d74e4f02c85840395883442837f2f77cd012",
"body": null,
"is_bot": false,
"headline": "custom keyboard plugin",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-10-26T05:01:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f975ddb4492f994cc841ca2d1bd6c03765db6ee",
"body": null,
"is_bot": false,
"headline": "+ @bacons/apple-targets@3.0.5",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-10-02T22:58:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed44e4b0321a9d16da1fa53ecef053e5203cc2a1",
"body": "…code settings",
"is_bot": false,
"headline": "Add displayName property to configuration types and update usage in X…",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-10-02T22:58:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99cae22232aeeed9566a73c026395736c04b3ad0",
"body": null,
"is_bot": false,
"headline": "+ @bacons/apple-targets@3.0.4",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-10-02T22:12:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ab51814ffb5ec45a45a1881364e2f1a6c1f9b54",
"body": null,
"is_bot": false,
"headline": "Add iPad orientation support to App Clip configuration",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-10-02T22:11:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcf3741ca6d5cefe521c787a0d6a6b79bbf9deb8",
"body": "…unction",
"is_bot": false,
"headline": "Update orientation settings for iPad in getOrientationBuildSettings f…",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-10-02T20:16:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e805e5dbad97b019218cde0da99ca3580eadf52",
"body": null,
"is_bot": false,
"headline": "Improve App Clip support with EAS Build",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-10-02T18:28:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "485bb3f6242b61c8d3a5ec23ee660294b660bb4f",
"body": null,
"is_bot": false,
"headline": "+ @bacons/apple-targets@3.0.3",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-10-02T18:12:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c6b434e18331990a655155265cbfbc00b647d96",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-10-02T18:11:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a5ffa1fb393f08da79e672c3de0c08ffed67d88",
"body": "Global Shared Directory for all Targets",
"is_bot": false,
"headline": "Merge pull request #126 from mpiannucci/shared-code-srcond-attempt",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2025-10-02T18:09:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc5d12dbaeca3cfbe0972d3b165b4f964623625f",
"body": null,
"is_bot": false,
"headline": "bump apple targets",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-10-01T23:59:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a96cb8d30e80f42f71241840a61bacb6f2bb8154",
"body": "Add newly supported extensions to readme",
"is_bot": false,
"headline": "Update README.md",
"author_name": "antoinedesp",
"author_login": "antoinedesp",
"committed_at": "2025-10-01T11:59:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c67101105bb5445c4b58c6851d3fdd84a1f3702a",
"body": null,
"is_bot": false,
"headline": "templates: add NE Packet Tunnel support",
"author_name": "antoinedesp",
"author_login": "antoinedesp",
"committed_at": "2025-09-06T18:07:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c010cceab110b33b2ef9ad1544a5096be0bd918",
"body": null,
"is_bot": false,
"headline": "templates: add NE Filter Data support",
"author_name": "antoinedesp",
"author_login": "antoinedesp",
"committed_at": "2025-09-06T18:07:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcf3b2f727116cc226553a325d5d99441b4ff748",
"body": null,
"is_bot": false,
"headline": "templates: add NE DNS Proxy support",
"author_name": "antoinedesp",
"author_login": "antoinedesp",
"committed_at": "2025-09-06T18:06:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12acdf287476503f6bcbc596fa17d013f4dbbc27",
"body": null,
"is_bot": false,
"headline": "templates: add NE App Proxy support",
"author_name": "antoinedesp",
"author_login": "antoinedesp",
"committed_at": "2025-09-06T18:06:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb62f2e67c009952c982d80ab8c3427b085a41be",
"body": null,
"is_bot": false,
"headline": "promptTarget: add network extensions support",
"author_name": "antoinedesp",
"author_login": "antoinedesp",
"committed_at": "2025-09-06T18:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "083082bb01453f19cbbf3ad1680f151d220086f0",
"body": null,
"is_bot": false,
"headline": "target: add network extensions support",
"author_name": "antoinedesp",
"author_login": "antoinedesp",
"committed_at": "2025-09-06T18:05:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dd48f6d7c4b1526721b915d38bd4c1de35ea583",
"body": "… ExtensionType",
"is_bot": false,
"headline": "apple-targets/src/target: add supported network extensions subtype to…",
"author_name": "antoinedesp",
"author_login": "antoinedesp",
"committed_at": "2025-09-06T15:58:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ace9ee6cd83a87daaf9dd057f5c87d8da4df248",
"body": null,
"is_bot": false,
"headline": "Cleanup",
"author_name": "Matthew Iannucci",
"author_login": "mpiannucci",
"committed_at": "2025-06-22T17:55:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efabb338dbfa16fc00d590866e771aa46cc0e01b",
"body": null,
"is_bot": false,
"headline": "Working for all targets now",
"author_name": "Matthew Iannucci",
"author_login": "mpiannucci",
"committed_at": "2025-06-22T17:45:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81bf2ca9aa938fedf0eae30501e6d2df6d23fe48",
"body": null,
"is_bot": false,
"headline": "It works!",
"author_name": "Matthew Iannucci",
"author_login": "mpiannucci",
"committed_at": "2025-06-22T16:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3890190992e4e67c2c2d998e8a24222b184d1577",
"body": null,
"is_bot": false,
"headline": "First attempt",
"author_name": "Matthew Iannucci",
"author_login": "mpiannucci",
"committed_at": "2025-06-22T16:15:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c6655c6b841d1fa521dcb4069240957b0c76111",
"body": null,
"is_bot": false,
"headline": "+ @bacons/apple-targets@3.0.2",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-05-13T17:29:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9268faeefdbb6f5c2c302c8a013172bca98e29f5",
"body": "feat: Request reloading controls from an app",
"is_bot": false,
"headline": "Merge pull request #104 from akshayjadhav4/reload-controls",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2025-05-13T17:28:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37771368e66f328f03f56e0c6c866a8e2513c0cc",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into reload-controls",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2025-05-13T17:28:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5722071ef5aa74c5fadb345b8f2a3c4a005b19a",
"body": null,
"is_bot": false,
"headline": "+ @bacons/apple-targets@3.0.1",
"author_name": "evanbacon",
"author_login": "EvanBacon",
"committed_at": "2025-05-13T17:25:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e24c0b6b9b92751c514472bf86fbc91faae35877",
"body": "feat: Add get and remove methods to extension storage",
"is_bot": false,
"headline": "Merge pull request #100 from evarouss/extension-sorage-get-and-remove",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2025-05-13T17:23:42Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 91,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 22,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "@bacons/apple-targets",
"exists": true,
"license": "MIT",
"keywords": [
"expo",
"expo-plugin",
"config-plugin",
"react-native",
"ios",
"apple",
"xcode",
"swift",
"swiftui",
"apple-targets",
"app-extension",
"widget",
"widgetkit",
"home-screen-widget",
"live-activity",
"app-clip",
"appclip",
"instant-app",
"share-extension",
"share-sheet",
"watch",
"watchos",
"apple-watch",
"watch-widget",
"watch-complication",
"notification-service",
"notification-content",
"push-notification",
"rich-notification",
"safari-extension",
"web-extension",
"content-blocker",
"ad-blocker",
"keyboard-extension",
"custom-keyboard",
"siri",
"sirikit",
"intent",
"app-intent",
"shortcut",
"network-extension",
"vpn",
"packet-tunnel",
"dns-proxy",
"app-proxy",
"content-filter",
"screen-time",
"device-activity",
"shield-action",
"family-controls",
"file-provider",
"files-app",
"spotlight",
"core-spotlight",
"quicklook",
"quick-look",
"thumbnail",
"preview",
"broadcast",
"replaykit",
"screen-recording",
"call-directory",
"caller-id",
"call-blocking",
"message-filter",
"sms-filter",
"imessage",
"sticker-pack",
"photo-editing",
"photos-extension",
"matter",
"homekit",
"smart-home",
"credentials-provider",
"password-manager",
"autofill",
"authentication",
"sso",
"single-sign-on",
"classkit",
"education",
"location-push",
"background-download",
"smart-card",
"cryptotoken"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@bacons/apple-targets",
"is_deprecated": false,
"latest_version": "5.0.0",
"repository_url": "https://github.com/evanbacon/expo-apple-targets",
"versions_count": 50,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 1168037,
"first_published_at": "2023-12-04T05:31:36.364000Z",
"latest_published_at": "2026-07-17T19:36:08.092000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
},
{
"name": "create-target",
"exists": true,
"license": "ISC",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/create-target",
"is_deprecated": false,
"latest_version": "3.0.5",
"repository_url": "https://github.com/evanbacon/expo-apple-targets",
"versions_count": 18,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 1335,
"first_published_at": "2024-12-11T00:22:58.485000Z",
"latest_published_at": "2026-05-13T19:01:54.668000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 70
}
]
},
"popularity": {
"forks": 108,
"stars": 1357,
"watchers": 13,
"fork_history": {
"days": [
{
"date": "2023-07-02",
"count": 1
},
{
"date": "2023-07-08",
"count": 1
},
{
"date": "2023-11-11",
"count": 1
},
{
"date": "2023-12-12",
"count": 1
},
{
"date": "2023-12-20",
"count": 1
},
{
"date": "2024-01-13",
"count": 1
},
{
"date": "2024-01-31",
"count": 1
},
{
"date": "2024-02-06",
"count": 1
},
{
"date": "2024-02-09",
"count": 1
},
{
"date": "2024-03-13",
"count": 1
},
{
"date": "2024-03-21",
"count": 1
},
{
"date": "2024-04-03",
"count": 1
},
{
"date": "2024-04-13",
"count": 1
},
{
"date": "2024-05-12",
"count": 1
},
{
"date": "2024-05-23",
"count": 1
},
{
"date": "2024-07-10",
"count": 1
},
{
"date": "2024-08-05",
"count": 1
},
{
"date": "2024-08-14",
"count": 1
},
{
"date": "2024-08-20",
"count": 1
},
{
"date": "2024-08-22",
"count": 1
},
{
"date": "2024-09-04",
"count": 1
},
{
"date": "2024-09-05",
"count": 1
},
{
"date": "2024-10-11",
"count": 1
},
{
"date": "2024-10-12",
"count": 1
},
{
"date": "2024-11-03",
"count": 1
},
{
"date": "2024-11-14",
"count": 1
},
{
"date": "2024-11-18",
"count": 1
},
{
"date": "2024-11-19",
"count": 1
},
{
"date": "2024-12-14",
"count": 1
},
{
"date": "2024-12-16",
"count": 1
},
{
"date": "2024-12-20",
"count": 1
},
{
"date": "2024-12-22",
"count": 1
},
{
"date": "2025-01-14",
"count": 1
},
{
"date": "2025-01-18",
"count": 1
},
{
"date": "2025-01-23",
"count": 1
},
{
"date": "2025-01-24",
"count": 3
},
{
"date": "2025-01-26",
"count": 1
},
{
"date": "2025-02-11",
"count": 1
},
{
"date": "2025-02-23",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-03-09",
"count": 1
},
{
"date": "2025-03-17",
"count": 1
},
{
"date": "2025-04-14",
"count": 1
},
{
"date": "2025-04-15",
"count": 1
},
{
"date": "2025-04-16",
"count": 1
},
{
"date": "2025-04-29",
"count": 1
},
{
"date": "2025-05-01",
"count": 1
},
{
"date": "2025-05-03",
"count": 1
},
{
"date": "2025-05-06",
"count": 1
},
{
"date": "2025-05-23",
"count": 1
},
{
"date": "2025-06-08",
"count": 1
},
{
"date": "2025-06-19",
"count": 1
},
{
"date": "2025-06-20",
"count": 1
},
{
"date": "2025-07-17",
"count": 1
},
{
"date": "2025-07-25",
"count": 1
},
{
"date": "2025-08-01",
"count": 1
},
{
"date": "2025-08-13",
"count": 1
},
{
"date": "2025-08-15",
"count": 1
},
{
"date": "2025-09-04",
"count": 1
},
{
"date": "2025-09-06",
"count": 1
},
{
"date": "2025-09-08",
"count": 1
},
{
"date": "2025-09-21",
"count": 1
},
{
"date": "2025-10-10",
"count": 1
},
{
"date": "2025-10-14",
"count": 1
},
{
"date": "2025-10-19",
"count": 1
},
{
"date": "2025-10-27",
"count": 1
},
{
"date": "2025-11-17",
"count": 1
},
{
"date": "2025-11-23",
"count": 1
},
{
"date": "2025-12-02",
"count": 1
},
{
"date": "2025-12-06",
"count": 1
},
{
"date": "2025-12-09",
"count": 1
},
{
"date": "2025-12-20",
"count": 1
},
{
"date": "2025-12-24",
"count": 1
},
{
"date": "2026-01-05",
"count": 1
},
{
"date": "2026-01-07",
"count": 1
},
{
"date": "2026-01-15",
"count": 2
},
{
"date": "2026-02-05",
"count": 1
},
{
"date": "2026-02-10",
"count": 1
},
{
"date": "2026-02-17",
"count": 1
},
{
"date": "2026-02-18",
"count": 2
},
{
"date": "2026-03-01",
"count": 1
},
{
"date": "2026-03-04",
"count": 1
},
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-03-12",
"count": 1
},
{
"date": "2026-03-20",
"count": 1
},
{
"date": "2026-03-24",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
},
{
"date": "2026-05-08",
"count": 1
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-15",
"count": 2
},
{
"date": "2026-05-18",
"count": 1
},
{
"date": "2026-05-21",
"count": 1
},
{
"date": "2026-05-29",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-07-10",
"count": 1
},
{
"date": "2026-07-12",
"count": 1
},
{
"date": "2026-07-17",
"count": 1
}
],
"complete": true,
"collected": 102,
"total_forks": 108
},
"star_history": null,
"open_issues_and_prs": 67
},
"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": [
"apps/live-activities-demo/tsconfig.json",
"apps/widget-demo/tsconfig.json",
"packages/apple-targets/tsconfig.json",
"packages/create-target/tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 1017618,
"source_files_sampled": 170,
"oversized_source_files": 1,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 7905
},
"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": 5,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 39,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@bacons/apple-targets",
"manifest": "apps/app-clip-demo/package.json",
"ecosystem": "npm",
"version_constraint": "*"
},
{
"name": "expo",
"manifest": "apps/app-clip-demo/package.json",
"ecosystem": "npm",
"version_constraint": "^55"
},
{
"name": "expo-splash-screen",
"manifest": "apps/app-clip-demo/package.json",
"ecosystem": "npm",
"version_constraint": "~55.0.17"
},
{
"name": "react",
"manifest": "apps/app-clip-demo/package.json",
"ecosystem": "npm",
"version_constraint": "19.2.0"
},
{
"name": "react-native",
"manifest": "apps/app-clip-demo/package.json",
"ecosystem": "npm",
"version_constraint": "0.83.4"
},
{
"name": "@bacons/apple-targets",
"manifest": "apps/kitchen/package.json",
"ecosystem": "npm",
"version_constraint": "*"
},
{
"name": "expo",
"manifest": "apps/kitchen/package.json",
"ecosystem": "npm",
"version_constraint": "^55"
},
{
"name": "expo-splash-screen",
"manifest": "apps/kitchen/package.json",
"ecosystem": "npm",
"version_constraint": "~55.0.17"
},
{
"name": "react",
"manifest": "apps/kitchen/package.json",
"ecosystem": "npm",
"version_constraint": "19.2.0"
},
{
"name": "react-native",
"manifest": "apps/kitchen/package.json",
"ecosystem": "npm",
"version_constraint": "0.83.4"
},
{
"name": "@bacons/apple-targets",
"manifest": "apps/live-activities-demo/package.json",
"ecosystem": "npm",
"version_constraint": "*"
},
{
"name": "expo",
"manifest": "apps/live-activities-demo/package.json",
"ecosystem": "npm",
"version_constraint": "^55"
},
{
"name": "expo-splash-screen",
"manifest": "apps/live-activities-demo/package.json",
"ecosystem": "npm",
"version_constraint": "~55.0.17"
},
{
"name": "react",
"manifest": "apps/live-activities-demo/package.json",
"ecosystem": "npm",
"version_constraint": "19.2.0"
},
{
"name": "react-native",
"manifest": "apps/live-activities-demo/package.json",
"ecosystem": "npm",
"version_constraint": "0.83.4"
},
{
"name": "@bacons/apple-targets",
"manifest": "apps/widget-demo/package.json",
"ecosystem": "npm",
"version_constraint": "*"
},
{
"name": "expo",
"manifest": "apps/widget-demo/package.json",
"ecosystem": "npm",
"version_constraint": "^55"
},
{
"name": "expo-splash-screen",
"manifest": "apps/widget-demo/package.json",
"ecosystem": "npm",
"version_constraint": "~55.0.17"
},
{
"name": "react",
"manifest": "apps/widget-demo/package.json",
"ecosystem": "npm",
"version_constraint": "19.2.0"
},
{
"name": "react-native",
"manifest": "apps/widget-demo/package.json",
"ecosystem": "npm",
"version_constraint": "0.83.4"
},
{
"name": "@bacons/xcode",
"manifest": "packages/apple-targets/package.json",
"ecosystem": "npm",
"version_constraint": "1.0.0-alpha.32"
},
{
"name": "@expo/prebuild-config",
"manifest": "packages/apple-targets/package.json",
"ecosystem": "npm",
"version_constraint": "~55.0.6"
},
{
"name": "@react-native/normalize-colors",
"manifest": "packages/apple-targets/package.json",
"ecosystem": "npm",
"version_constraint": "^0.79.2"
},
{
"name": "glob",
"manifest": "packages/apple-targets/package.json",
"ecosystem": "npm",
"version_constraint": "^10.4.2"
},
{
"name": "debug",
"manifest": "packages/apple-targets/package.json",
"ecosystem": "npm",
"version_constraint": "^4.3.4"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@bacons/apple-targets",
"direct": true,
"version": "*",
"ecosystem": "npm"
},
{
"name": "@bacons/xcode",
"direct": true,
"version": "1.0.0-alpha.32",
"ecosystem": "npm"
},
{
"name": "@expo/prebuild-config",
"direct": true,
"version": "~55.0.6",
"ecosystem": "npm"
},
{
"name": "@react-native/normalize-colors",
"direct": true,
"version": "^0.79.2",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": true,
"version": "^4.3.4",
"ecosystem": "npm"
},
{
"name": "expo",
"direct": true,
"version": "^55",
"ecosystem": "npm"
},
{
"name": "expo",
"direct": true,
"version": "~55.0.0",
"ecosystem": "npm"
},
{
"name": "expo-splash-screen",
"direct": true,
"version": "~55.0.17",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": true,
"version": "^10.4.2",
"ecosystem": "npm"
},
{
"name": "react",
"direct": true,
"version": "19.2.0",
"ecosystem": "npm"
},
{
"name": "react-native",
"direct": true,
"version": "0.83.4",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "^7.24.0",
"ecosystem": "npm"
},
{
"name": "@expo/babel-preset-cli",
"direct": false,
"version": "^0.3.1",
"ecosystem": "npm"
},
{
"name": "@expo/config",
"direct": false,
"version": "^12.0.13",
"ecosystem": "npm"
},
{
"name": "@expo/config-plugins",
"direct": false,
"version": "^54.0.4",
"ecosystem": "npm"
},
{
"name": "@expo/config-plugins",
"direct": false,
"version": "~55.0.5",
"ecosystem": "npm"
},
{
"name": "@expo/image-utils",
"direct": false,
"version": "^0.8.8",
"ecosystem": "npm"
},
{
"name": "@expo/npm-proofread",
"direct": false,
"version": "^1.0.1",
"ecosystem": "npm"
},
{
"name": "@expo/plist",
"direct": false,
"version": "^0.4.8",
"ecosystem": "npm"
},
{
"name": "@expo/spawn-async",
"direct": false,
"version": "^1.7.2",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node18",
"direct": false,
"version": "^18.2.2",
"ecosystem": "npm"
},
{
"name": "@types/debug",
"direct": false,
"version": "^4.1.7",
"ecosystem": "npm"
},
{
"name": "@types/getenv",
"direct": false,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "@types/glob",
"direct": false,
"version": "^8.1.0",
"ecosystem": "npm"
},
{
"name": "@types/jest",
"direct": false,
"version": "^26",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "^18.19.34",
"ecosystem": "npm"
},
{
"name": "@types/prompts",
"direct": false,
"version": "2.0.14",
"ecosystem": "npm"
},
{
"name": "@types/react",
"direct": false,
"version": "~19.2.10",
"ecosystem": "npm"
},
{
"name": "@vercel/ncc",
"direct": false,
"version": "^0.38.1",
"ecosystem": "npm"
},
{
"name": "arg",
"direct": false,
"version": "^5.0.2",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "^4.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "^9.26.0",
"ecosystem": "npm"
},
{
"name": "expo-module-scripts",
"direct": false,
"version": "^4.1.7",
"ecosystem": "npm"
},
{
"name": "getenv",
"direct": false,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "jest",
"direct": false,
"version": "^26.6.3",
"ecosystem": "npm"
},
{
"name": "jest-environment-node",
"direct": false,
"version": "^26",
"ecosystem": "npm"
},
{
"name": "jest-watch-typeahead",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "^2.2.1",
"ecosystem": "npm"
},
{
"name": "prompts",
"direct": false,
"version": "^2.4.2",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "^5.0.0",
"ecosystem": "npm"
},
{
"name": "ts-jest",
"direct": false,
"version": "~29.0.4",
"ecosystem": "npm"
},
{
"name": "ts-node",
"direct": false,
"version": "^10.0.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "~5.3.3",
"ecosystem": "npm"
},
{
"name": "update-check",
"direct": false,
"version": "^1.5.4",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 44,
"direct_count": 11,
"indirect_count": 33
}
},
"maintainership": {
"issues": {
"open_prs": 20,
"merged_prs": 56,
"open_issues": 47,
"closed_ratio": 0.52,
"closed_issues": 51,
"closed_unmerged_prs": 30
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "EvanBacon",
"commits": 388,
"avatar_url": "https://avatars.githubusercontent.com/u/9664363?v=4"
},
{
"type": "User",
"login": "antoinedesp",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/114112600?v=4"
},
{
"type": "User",
"login": "akshayjadhav4",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/34000732?v=4"
},
{
"type": "User",
"login": "mpiannucci",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1832671?v=4"
},
{
"type": "User",
"login": "betomoedano",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/43630417?v=4"
},
{
"type": "User",
"login": "evarouss",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/365969?v=4"
},
{
"type": "User",
"login": "lars-deploy-bot",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/240072303?v=4"
},
{
"type": "User",
"login": "nandorojo",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/13172299?v=4"
},
{
"type": "User",
"login": "fredrikburmester",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/26228321?v=4"
},
{
"type": "User",
"login": "hannojg",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/16821682?v=4"
}
],
"contributors_sampled": 19,
"top_contributor_share": 0.913
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"e2e.yml",
"test.yml"
],
"has_docs_dir": true,
"linter_configs": [
".eslintrc.js"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 9,
"reason": "12 out of 13 merged PRs checked by a CI test -- score normalized to 9",
"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": 1,
"reason": "Found 5/30 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 7,
"reason": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "38 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "8aa4c95d2bee7117c7dae93f20e3e7c50ea5f8b9",
"ran_at": "2026-07-23T02:02:36Z",
"aggregate_score": 2.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T19:39:24Z",
"oldest_open_prs": [
{
"number": 14,
"created_at": "2023-12-22T08:01:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 16,
"created_at": "2023-12-22T10:35:52Z",
"last_comment_at": "2024-09-16T04:29:52Z",
"last_comment_author": "bwees"
},
{
"number": 17,
"created_at": "2023-12-22T13:39:24Z",
"last_comment_at": "2024-05-27T08:12:13Z",
"last_comment_author": "EvanBacon"
},
{
"number": 21,
"created_at": "2024-02-06T20:11:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 44,
"created_at": "2024-09-24T16:03:41Z",
"last_comment_at": "2025-12-09T22:16:43Z",
"last_comment_author": "EvanBacon"
},
{
"number": 59,
"created_at": "2024-12-08T12:58:16Z",
"last_comment_at": "2026-01-31T09:48:14Z",
"last_comment_author": "benaor"
},
{
"number": 136,
"created_at": "2025-09-18T06:11:28Z",
"last_comment_at": "2026-05-08T11:45:20Z",
"last_comment_author": "Bram-dc"
},
{
"number": 141,
"created_at": "2025-10-10T11:10:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 148,
"created_at": "2025-10-27T23:33:16Z",
"last_comment_at": "2026-03-13T18:20:24Z",
"last_comment_author": "ds8k"
},
{
"number": 149,
"created_at": "2025-11-17T19:38:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 150,
"created_at": "2025-12-02T04:26:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 177,
"created_at": "2026-02-25T00:07:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 180,
"created_at": "2026-03-01T15:29:15Z",
"last_comment_at": "2026-03-17T21:58:13Z",
"last_comment_author": "JustJoostNL"
},
{
"number": 183,
"created_at": "2026-03-21T00:49:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 187,
"created_at": "2026-04-10T14:28:26Z",
"last_comment_at": "2026-04-12T19:42:50Z",
"last_comment_author": "magrinj"
},
{
"number": 189,
"created_at": "2026-05-08T11:44:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 190,
"created_at": "2026-05-08T11:57:31Z",
"last_comment_at": "2026-05-08T11:58:55Z",
"last_comment_author": "Bram-dc"
},
{
"number": 199,
"created_at": "2026-06-04T11:21:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 203,
"created_at": "2026-07-12T20:47:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 204,
"created_at": "2026-07-17T20:15:58Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-06-04T02:11:09Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 6,
"created_at": "2023-08-09T03:15:10Z",
"last_comment_at": "2025-07-17T14:58:16Z",
"last_comment_author": "cip123"
},
{
"number": 37,
"created_at": "2024-08-07T22:53:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 68,
"created_at": "2024-12-16T03:05:21Z",
"last_comment_at": "2024-12-16T07:02:32Z",
"last_comment_author": "export-mike"
},
{
"number": 70,
"created_at": "2024-12-20T10:50:23Z",
"last_comment_at": "2025-01-27T00:32:21Z",
"last_comment_author": "EvanBacon"
},
{
"number": 80,
"created_at": "2025-01-05T03:21:15Z",
"last_comment_at": "2025-01-06T04:13:02Z",
"last_comment_author": "pmmmwh"
},
{
"number": 91,
"created_at": "2025-01-26T19:41:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 93,
"created_at": "2025-01-28T00:24:38Z",
"last_comment_at": "2025-11-17T08:56:10Z",
"last_comment_author": "anastely"
},
{
"number": 95,
"created_at": "2025-01-31T05:54:07Z",
"last_comment_at": "2025-02-17T19:31:04Z",
"last_comment_author": "billyjacoby"
},
{
"number": 97,
"created_at": "2025-02-04T21:45:44Z",
"last_comment_at": "2025-11-22T11:01:09Z",
"last_comment_author": "skylineagle"
},
{
"number": 99,
"created_at": "2025-02-13T23:07:33Z",
"last_comment_at": "2025-09-11T03:55:10Z",
"last_comment_author": "zoltlabs"
},
{
"number": 101,
"created_at": "2025-02-17T21:28:36Z",
"last_comment_at": "2025-03-02T01:57:11Z",
"last_comment_author": "billyjacoby"
},
{
"number": 102,
"created_at": "2025-02-27T08:48:37Z",
"last_comment_at": "2025-08-04T15:15:53Z",
"last_comment_author": "sravis02"
},
{
"number": 103,
"created_at": "2025-03-01T01:45:31Z",
"last_comment_at": "2025-09-14T07:41:35Z",
"last_comment_author": "tsmusty"
},
{
"number": 105,
"created_at": "2025-03-12T12:53:24Z",
"last_comment_at": "2025-09-10T14:58:45Z",
"last_comment_author": "Jidbo"
},
{
"number": 107,
"created_at": "2025-03-27T11:03:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 108,
"created_at": "2025-03-31T13:00:55Z",
"last_comment_at": "2025-05-23T19:04:41Z",
"last_comment_author": "billdybas"
},
{
"number": 111,
"created_at": "2025-04-30T07:51:05Z",
"last_comment_at": "2025-05-15T01:09:17Z",
"last_comment_author": "freeslugs"
},
{
"number": 112,
"created_at": "2025-04-30T14:37:54Z",
"last_comment_at": "2025-05-23T18:50:35Z",
"last_comment_author": "billdybas"
},
{
"number": 114,
"created_at": "2025-05-08T00:36:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 117,
"created_at": "2025-05-14T00:56:41Z",
"last_comment_at": "2025-09-07T01:07:55Z",
"last_comment_author": "jnsdrssn"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/EvanBacon/expo-apple-targets",
"host": "github.com",
"name": "expo-apple-targets",
"owner": "EvanBacon"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"security": 43,
"vitality": 46,
"community": 73,
"governance": 60,
"engineering": 79
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 46,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"commits_last_year": 91,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 22
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "22/52 weeks with commits",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 22
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "91 commits in the last year",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 91
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 7,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "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": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 73,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"forks": 108,
"stars": 1357,
"watchers": 13,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,357 stars",
"points": 50.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1357
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "108 forks",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 108
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "13 watchers",
"points": 6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 13
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"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": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 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": 100,
"inputs": {
"packages": [
"@bacons/apple-targets",
"create-target"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 1169372
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,169,372 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1169372,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 19,
"top_contributor_share": 0.913
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 91% of commits",
"points": 2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 91
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "19 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 19
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"merged_prs": 56,
"open_issues": 47,
"closed_issues": 51,
"issue_closed_ratio": 0.52,
"closed_unmerged_prs": 30
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "52% of issues closed",
"points": 24.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 52
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "56/86 decided PRs merged",
"points": 24.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 56,
"decided": 86
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/30 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 75,
"inputs": {
"followers": 6180,
"owner_type": "User",
"is_verified": null,
"owner_login": "EvanBacon",
"public_repos": 343,
"account_age_days": 4272
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "6,180 followers of EvanBacon",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 6180,
"login": "EvanBacon"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "343 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 343
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@bacons/apple-targets",
"create-target"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "50 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 50
}
}
],
"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": 79,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".eslintrc.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.js"
}
}
],
"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": "12 out of 13 merged PRs checked by a CI test -- score normalized to 9",
"points": 18,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"app-clip",
"app-extension",
"apple-watch",
"expo",
"keyboard-extension",
"live-activity",
"network-extension",
"safari-extension",
"screen-time",
"siri",
"swiftui",
"watchos",
"widget",
"widgetkit"
],
"has_wiki": false,
"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": "14 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 14
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 43,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 29,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 2.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "12 out of 13 merged PRs checked by a CI test -- score normalized to 9",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 5/30 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no 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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "38 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 5 resolved dependencies against OSV; 39 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). 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": 5
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 39
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 5,
"unassessed_packages": 39,
"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": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 5,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 11
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 65,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.47,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 7905
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"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": "47 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 25.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 47,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"apps/live-activities-demo/tsconfig.json",
"apps/widget-demo/tsconfig.json",
"packages/apple-targets/tsconfig.json",
"packages/create-target/tsconfig.json"
],
"agent_commit_share": 0.2,
"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": ".eslintrc.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.js"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "apps/live-activities-demo/tsconfig.json, apps/widget-demo/tsconfig.json, packages/apple-targets/tsconfig.json, packages/create-target/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "apps/live-activities-demo/tsconfig.json, apps/widget-demo/tsconfig.json, packages/apple-targets/tsconfig.json, packages/create-target/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "20 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 20,
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 1017618,
"source_files_sampled": 170,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript with type-check config (apps/live-activities-demo/tsconfig.json, apps/widget-demo/tsconfig.json, packages/apple-targets/tsconfig.json, packages/create-target/tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "apps/live-activities-demo/tsconfig.json, apps/widget-demo/tsconfig.json, packages/apple-targets/tsconfig.json, packages/create-target/tsconfig.json",
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/170 source files over 60KB",
"points": 54.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 170,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index npm:@bacons/apple-targets@5.0.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-23T02:02:55.714642Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/EvanBacon/expo-apple-targets.svg",
"full_name": "EvanBacon/expo-apple-targets",
"license_state": "absent",
"license_spdx": null
}