Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 149,
"has_wiki": true,
"homepage": null,
"languages": {
"Java": 4065,
"Ruby": 795,
"Starlark": 1639,
"JavaScript": 5378,
"Objective-C": 12366
},
"pushed_at": "2026-05-06T08:51:57Z",
"created_at": "2019-07-04T01:31:41Z",
"owner_type": "Organization",
"updated_at": "2026-05-06T08:49:24Z",
"description": "Screenshot detection in React Native (iOS only)",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Objective-C",
"significant_languages": [
"Objective-C",
"JavaScript",
"Java"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "ExodusForks",
"company": null,
"location": null,
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/256547377?v=4",
"created_at": "2026-01-22T11:02:17Z",
"is_verified": null,
"public_repos": 207,
"account_age_days": 181
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.2.7",
"kind": "patch",
"published_at": "2026-05-06T08:49:19Z"
},
{
"tag": "v1.2.5",
"kind": "patch",
"published_at": "2025-07-15T12:13:21Z"
},
{
"tag": "v1.2.4",
"kind": "patch",
"published_at": "2025-07-12T02:42:40Z"
},
{
"tag": "v1.2.3",
"kind": "patch",
"published_at": "2025-07-11T08:43:30Z"
},
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2025-06-27T05:15:44Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2025-06-27T04:54:12Z"
}
],
"recent_commits": [
{
"oid": "c1234b00e9c936fc4f68b7c35cf6b35441a667ac",
"body": null,
"is_bot": false,
"headline": "fix(android): fail-closed when native module is missing (#10)",
"author_name": "Jee",
"author_login": "exodus-jee",
"committed_at": "2026-05-06T08:49:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e897c9e6baad308545b9d7b99b1bce32625886c9",
"body": "* fix(android): guard undefined native module to prevent TypeError\n\n* 1.2.6",
"is_bot": false,
"headline": "fix(android): guard undefined native module to prevent TypeError (#9)",
"author_name": "Jee",
"author_login": "exodus-jee",
"committed_at": "2026-05-01T04:57:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b1bc5beb279a1837453b477cb5e36dc3b0de1fc",
"body": null,
"is_bot": false,
"headline": "1.2.5",
"author_name": "Jeeyoung HAN",
"author_login": "hancandice",
"committed_at": "2025-07-15T12:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d201f7e604333642df74657334d01fbf7cf9231e",
"body": "…passcode screen (#7)\n\n* fix: prevent black screen issue by avoiding duplicate screenshot protection calls on iOS\n\n* fix: improve the logic",
"is_bot": false,
"headline": "fix(iOS): resolve black screen issue on returning from background to …",
"author_name": "hancandice",
"author_login": "hancandice",
"committed_at": "2025-07-15T12:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38ae09541a9bc07ca8a2aa6daec384ea5587b174",
"body": null,
"is_bot": false,
"headline": "1.2.4",
"author_name": "Jeeyoung HAN",
"author_login": "hancandice",
"committed_at": "2025-07-12T02:42:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53d1a24bcebe0af8a75fab08d9ace9357fb7243b",
"body": "…r language change with passcode enabled (#6)",
"is_bot": false,
"headline": "fix(ios): restore window layer hierarchy to prevent black screen afte…",
"author_name": "hancandice",
"author_login": "hancandice",
"committed_at": "2025-07-11T19:19:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9f7f740bfbd7a067c9d819fbcd2c1473c50181c",
"body": null,
"is_bot": false,
"headline": "1.2.3",
"author_name": "Jeeyoung HAN",
"author_login": "hancandice",
"committed_at": "2025-07-11T08:43:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3748f43ec8125ad7eadaa0371243d2ec8214065",
"body": "…oid (#5)",
"is_bot": false,
"headline": "fix: prevent NPE when activity is null in screenshot detector on Andr…",
"author_name": "hancandice",
"author_login": "hancandice",
"committed_at": "2025-07-11T08:40:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6de15ae33496075c8b9783ec0f84dbec2e2c05e",
"body": null,
"is_bot": false,
"headline": "fix: remove logging for testing (#4)",
"author_name": "hancandice",
"author_login": "hancandice",
"committed_at": "2025-06-27T05:15:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31f42c42b666d1e631fdc67203285e17b93c2ddf",
"body": "* fix: address all audit feedback code quality issues\n\n- Fix subscribe method to call native observers\n- Remove unused UIView *securityOverlay variable\n- Add observer duplicate registration prevention\n- Remove deprecated iOS 13.0+ fallback code\n- Improve error handling and null checks\n\n* add console logging\n\n* 1.2.1",
"is_bot": false,
"headline": "fix: clean up screenshot observer logic and improve reliability (#3)",
"author_name": "hancandice",
"author_login": "hancandice",
"committed_at": "2025-06-27T04:59:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b2fc6f7e3d3a5e70f1488b94e599df5ef8f5abc",
"body": "…erlay (#2)\n\n* feat: add iOS screen recording detection and security overlay\n\n* feat: add screenshot prevention using secure text field\n\n* refactor: remove redundant sublayer addition in enableTrueScreenshotPrevention\n\n* feature: use subtle dark blur for screen recording instead of black overlay\n\n* \n[…]\nScreenshotDetector.m\n\n* refactor: remove iOS version checks for screen recording and key window access\n\n* refactor: clarify async usage and simplify promise return style\n\n* feat: bump version to 1.2.0",
"is_bot": false,
"headline": "feat: add iOS screen recording / screenshot detection and security ov…",
"author_name": "hancandice",
"author_login": "hancandice",
"committed_at": "2025-06-18T08:36:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "71b19bd47acf93dfb118c4afdb84f3e3a77ecd15",
"body": null,
"is_bot": false,
"headline": "refactor: compile > implementation",
"author_name": "Alexander Pataridze",
"author_login": "alexandrius",
"committed_at": "2023-01-05T11:41:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75dd04b931c94496052962f1c233b2c58700e95c",
"body": null,
"is_bot": false,
"headline": "1.1.1",
"author_name": "andrejborstnik",
"author_login": "andrejborstnik",
"committed_at": "2021-04-14T12:59:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e279a5e3b35451be086de29a8dd1fd4c31c9a03f",
"body": null,
"is_bot": false,
"headline": "fix: podspec",
"author_name": "andrejborstnik",
"author_login": "andrejborstnik",
"committed_at": "2021-04-14T12:59:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d985d983c16d8d8d06fbf375ed60abde15969954",
"body": null,
"is_bot": false,
"headline": "1.1.0",
"author_name": "andrejborstnik",
"author_login": "andrejborstnik",
"committed_at": "2021-04-13T09:29:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d65411f59df3e243d3fb8f79363aa3924a5901e2",
"body": null,
"is_bot": false,
"headline": "feat: add a podspec",
"author_name": "andrejborstnik",
"author_login": "andrejborstnik",
"committed_at": "2021-04-13T09:29:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0719045050d9ff430066c143d3020c2222faf0c0",
"body": null,
"is_bot": false,
"headline": "1.0.1",
"author_name": "Mark Vayngrib",
"author_login": "mvayngrib",
"committed_at": "2019-07-11T13:35:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0617071bf6cfb8e4c2eb1f082cb3d9fe508755eb",
"body": null,
"is_bot": false,
"headline": "add .npmignore (ignore Example/)",
"author_name": "Mark Vayngrib",
"author_login": "mvayngrib",
"committed_at": "2019-07-11T13:34:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0e05df99cb45717aadd9fd7747277dcd6018a72",
"body": null,
"is_bot": false,
"headline": "docs",
"author_name": "Mark Vayngrib",
"author_login": "mvayngrib",
"committed_at": "2019-07-04T14:29:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43bc0025bc6185dbd4d915caa57ab4139e7af849",
"body": null,
"is_bot": false,
"headline": "rename, give credit",
"author_name": "Mark Vayngrib",
"author_login": "mvayngrib",
"committed_at": "2019-07-04T14:11:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e0d7318314b1837dde2e014691351dafb9c15b6",
"body": null,
"is_bot": false,
"headline": "fix stupid",
"author_name": "Mark Vayngrib",
"author_login": "mvayngrib",
"committed_at": "2019-07-04T14:05:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce7c124929b88677028590a9d1eb2c5f24d5e42c",
"body": null,
"is_bot": false,
"headline": "docs",
"author_name": "Mark Vayngrib",
"author_login": "mvayngrib",
"committed_at": "2019-07-04T13:56:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6bc9eccb7af54960cb94cbb2ad1b720e7d25ec5",
"body": null,
"is_bot": false,
"headline": "add enableScreenshots, disableScreenshots on android",
"author_name": "Mark Vayngrib",
"author_login": "mvayngrib",
"committed_at": "2019-07-04T13:49:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54029eb242f2408667fb85a5e33be3822ee2b25f",
"body": null,
"is_bot": false,
"headline": "fix 'main' in package.json",
"author_name": "Mark Vayngrib",
"author_login": "mvayngrib",
"committed_at": "2019-07-04T13:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad00f315ab6aa5fc2b060e1f3ca2ec7258deb12b",
"body": null,
"is_bot": false,
"headline": "add dummy android implementation",
"author_name": "Mark Vayngrib",
"author_login": "mvayngrib",
"committed_at": "2019-07-04T01:39:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cae4756e97d6718c75979995361b7ab3b0e65fbc",
"body": null,
"is_bot": false,
"headline": "get it working",
"author_name": "Mark Vayngrib",
"author_login": "mvayngrib",
"committed_at": "2019-07-04T01:32:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e8d932709284d15f8ba68d8b93f9191c614d001",
"body": null,
"is_bot": false,
"headline": "update package.json with repo info",
"author_name": "graham",
"author_login": null,
"committed_at": "2017-06-26T18:13:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbf3d13a5ccb8459f010f9821f8992e1b01d7b0c",
"body": null,
"is_bot": false,
"headline": "typo",
"author_name": "graham",
"author_login": null,
"committed_at": "2017-03-22T22:10:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83ab4f462eb8c8ae3d9d31a0977e3b283ea0062d",
"body": null,
"is_bot": false,
"headline": "readme updates",
"author_name": "graham",
"author_login": null,
"committed_at": "2017-03-22T22:10:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e320763414f21c9dbac85eb57172a2b16cadd452",
"body": null,
"is_bot": false,
"headline": "add space to readme",
"author_name": "graham",
"author_login": null,
"committed_at": "2017-03-22T22:08:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aadc61cd2f7a3f866320c3f7bbddc3378517331b",
"body": null,
"is_bot": false,
"headline": "update README",
"author_name": "graham",
"author_login": null,
"committed_at": "2017-03-22T22:04:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c91fcc1bf69349ac0eaf9e38c130c5f360bb0126",
"body": null,
"is_bot": false,
"headline": "add example project",
"author_name": "graham",
"author_login": null,
"committed_at": "2017-03-22T21:57:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f6ff0fa18eda2e5abb9bab4896e5bc6af43548b",
"body": null,
"is_bot": false,
"headline": "add project header",
"author_name": "graham",
"author_login": null,
"committed_at": "2017-03-22T21:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01775c2e79c0b8f1cf9f11df540103d339758e07",
"body": null,
"is_bot": false,
"headline": "trying with copy",
"author_name": "graham",
"author_login": null,
"committed_at": "2017-03-22T20:13:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74baa6c40d1249c197bb01160bc01a200326bf55",
"body": null,
"is_bot": false,
"headline": "trying out a new file structure",
"author_name": "graham",
"author_login": null,
"committed_at": "2017-03-22T20:01:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44b43f473ca281e000956cd4fa80b315075f780c",
"body": null,
"is_bot": false,
"headline": "rm peer dep for now",
"author_name": "graham",
"author_login": null,
"committed_at": "2017-03-22T18:39:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11ed96e2132d32f5d454b050f057744d65c4f129",
"body": null,
"is_bot": false,
"headline": "update package and readme",
"author_name": "graham",
"author_login": null,
"committed_at": "2017-03-22T18:37:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbf328cfcb1cdf74f11da61cd31e76577f4460cb",
"body": null,
"is_bot": false,
"headline": "fix import mistake",
"author_name": "Graham Carling",
"author_login": "gcarling",
"committed_at": "2017-01-24T00:55:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88f1f8b5da379f88df7ec4f9e6bf769f6342db06",
"body": null,
"is_bot": false,
"headline": "update import pattern",
"author_name": "Graham Carling",
"author_login": "gcarling",
"committed_at": "2017-01-24T00:54:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7ca235dbafce5ecf67c6d3a555bb498ca28b664",
"body": null,
"is_bot": false,
"headline": "added ts index file",
"author_name": "Graham Carling",
"author_login": "gcarling",
"committed_at": "2017-01-17T03:07:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1647ada624cf431eb925059474d8a31937ca2f0",
"body": null,
"is_bot": false,
"headline": "package.json updates",
"author_name": "Graham Carling",
"author_login": "gcarling",
"committed_at": "2017-01-17T01:58:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5c211f639cdd64c528cf6302afee978de652f08",
"body": null,
"is_bot": false,
"headline": "remove sending notification as body",
"author_name": "Graham Carling",
"author_login": "gcarling",
"committed_at": "2017-01-12T22:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3acdfd794d293c5cae1516878c3b0412fb03668a",
"body": null,
"is_bot": false,
"headline": "added index.js code",
"author_name": "Graham Carling",
"author_login": "gcarling",
"committed_at": "2017-01-12T22:54:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "921279648ed9560f00a2354bc58b54200a47fe77",
"body": "This reverts commit 8f606b89822dc3934c2348970d9762dc0ddd4957.",
"is_bot": false,
"headline": "Revert \"fix file structure\"",
"author_name": "Graham Carling",
"author_login": "gcarling",
"committed_at": "2017-01-12T22:50:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f606b89822dc3934c2348970d9762dc0ddd4957",
"body": null,
"is_bot": false,
"headline": "fix file structure",
"author_name": "Graham Carling",
"author_login": "gcarling",
"committed_at": "2017-01-12T22:46:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67572c8a9db445172d1d6813877dc9667e857bc0",
"body": null,
"is_bot": false,
"headline": "rm android and windows",
"author_name": "Graham Carling",
"author_login": "gcarling",
"committed_at": "2017-01-12T22:39:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e14f822dfa7c502a6f21df4e8913a74a50e5a6e6",
"body": null,
"is_bot": false,
"headline": "added objective-c code",
"author_name": "Graham Carling",
"author_login": "gcarling",
"committed_at": "2017-01-12T22:39:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd521007db7c7e6927e4e67e389ca73fa073950d",
"body": null,
"is_bot": false,
"headline": "added search path so lib can build locally",
"author_name": "Graham Carling",
"author_login": "gcarling",
"committed_at": "2017-01-12T22:36:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "795a0560dd6fb1416cdb8a56405f91b429bcdbd1",
"body": null,
"is_bot": false,
"headline": "react-native-create-library initial commit",
"author_name": "Graham Carling",
"author_login": "gcarling",
"committed_at": "2017-01-12T20:45:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "092e286c39e5f4fd54a218f8ccacb8918be6db24",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Graham Carling",
"author_login": null,
"committed_at": "2017-01-12T20:43:50Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 2,
"latest_release_at": "2026-05-06T08:49:19Z",
"latest_release_tag": "v1.2.7",
"releases_from_tags": true,
"days_since_last_push": 77,
"active_weeks_last_year": 2,
"days_since_latest_release": 77,
"mean_days_between_releases": 62.6
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@exodus/react-native-screenshot-detector",
"exists": true,
"license": "MIT",
"keywords": [
"react-native"
],
"ecosystem": "npm",
"matches_repo": false,
"registry_url": "https://www.npmjs.com/package/@exodus/react-native-screenshot-detector",
"is_deprecated": false,
"latest_version": "1.2.7",
"repository_url": "https://github.com/ExodusMovement/react-native-screenshot-detector",
"versions_count": 14,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 73,
"monthly_downloads": 19589,
"first_published_at": "2019-07-04T14:31:21.471000Z",
"latest_published_at": "2026-05-06T08:52:28.595000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 77
}
]
},
"popularity": {
"forks": 0,
"stars": 5,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Example/android/app/build.gradle",
"Example/android/build.gradle",
"android/build.gradle"
],
"largest_source_bytes": 7244,
"source_files_sampled": 17,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Example/package.json",
"android/build.gradle",
"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": 6,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"maven",
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "babel-jest",
"direct": false,
"version": "19.0.0",
"ecosystem": "npm"
},
{
"name": "babel-preset-react-native",
"direct": false,
"version": "1.9.1",
"ecosystem": "npm"
},
{
"name": "jest",
"direct": false,
"version": "19.0.2",
"ecosystem": "npm"
},
{
"name": "react",
"direct": false,
"version": "15.4.2",
"ecosystem": "npm"
},
{
"name": "react-native",
"direct": false,
"version": "0.42.3",
"ecosystem": "npm"
},
{
"name": "react-test-renderer",
"direct": false,
"version": "15.4.2",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 0,
"indirect_count": 6
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 8,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "gcarling",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/766785?v=4"
},
{
"type": "User",
"login": "mvayngrib",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/83948?v=4"
},
{
"type": "User",
"login": "hancandice",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/64334381?v=4"
},
{
"type": "User",
"login": "andrejborstnik",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/5684380?v=4"
},
{
"type": "User",
"login": "exodus-jee",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/248577002?v=4"
},
{
"type": "User",
"login": "alexandrius",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5978212?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.316
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 9,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 1,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 2,
"reason": "2 out of 8 merged PRs checked by a CI test -- score normalized to 2",
"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": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"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": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 2,
"reason": "SAST tool is not run on all commits -- score normalized to 2",
"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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c1234b00e9c936fc4f68b7c35cf6b35441a667ac",
"ran_at": "2026-07-22T20:17:10Z",
"aggregate_score": 3.1,
"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-17T05:38:16Z",
"oldest_open_prs": [
{
"number": 8,
"created_at": "2026-04-27T14:50:30Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-05-06T08:49:20Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ExodusForks/react-native-screenshot-detector",
"host": "github.com",
"name": "react-native-screenshot-detector",
"owner": "ExodusForks"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"security": 46,
"vitality": 47,
"community": 17,
"governance": 56,
"engineering": 21
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 47,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"commits_last_year": 2,
"human_commit_share": 1,
"days_since_last_push": 77,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 77 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 77
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "2 commits in the last year",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 2
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 80,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v1.2.7",
"releases_from_tags": true,
"days_since_latest_release": 77,
"mean_days_between_releases": 62.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 77 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 77
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~62.6 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 62.6
}
}
],
"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": 77,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 77 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 77
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 17,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"forks": 0,
"stars": 5,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "5 stars",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 5
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 56,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 6,
"top_contributor_share": 0.316
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 32% of commits",
"points": 15.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 32
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "6 contributors",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 6
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 67,
"inputs": {
"merged_prs": 8,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "8/9 decided PRs merged",
"points": 34,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 8,
"decided": 9
}
}
],
"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": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"followers": 1,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "ExodusForks",
"public_repos": 207,
"account_age_days": 181
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1 followers of ExodusForks",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "ExodusForks"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "207 public repos, account ~0 yr old",
"points": 14,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 207
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 21,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 8 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 8 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 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 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 2",
"points": 1,
"status": "partial",
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "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 6 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 6
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 6,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "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": 6,
"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": 6
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 33,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.22,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "11 of 50 human commits state their intent (structured subject or explanatory body)",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 11,
"sampled": 50
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Example/android/app/build.gradle",
"Example/android/build.gradle",
"android/build.gradle"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Example/android/app/build.gradle, Example/android/build.gradle, android/build.gradle (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Example/android/app/build.gradle, Example/android/build.gradle, android/build.gradle"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 50",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 50
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Objective-C",
"largest_source_bytes": 7244,
"source_files_sampled": 17,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Objective-C without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Objective-C"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/17 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 17,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Community profile unavailable",
"npm package '@exodus/react-native-screenshot-detector' points at a different repository (https://github.com/ExodusMovement/react-native-screenshot-detector); excluded from ecosystem scoring"
],
"report_type": "repository",
"generated_at": "2026-07-22T20:17:21.812214Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/ExodusForks/react-native-screenshot-detector.svg",
"full_name": "ExodusForks/react-native-screenshot-detector",
"license_state": "standard",
"license_spdx": "MIT"
}