原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 2822,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 192269,
"Shell": 3331,
"Swift": 99781,
"Makefile": 436
},
"pushed_at": "2026-07-29T14:27:16Z",
"created_at": "2026-07-20T15:55:18Z",
"owner_type": "Organization",
"updated_at": "2026-07-31T20:02:24Z",
"description": "Run more iOS simulators on one Mac by disabling background daemons a simulator doesn't need",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go",
"Swift"
]
},
"owner": {
"blog": null,
"name": "MobAI App.",
"type": "Organization",
"login": "MobAI-App",
"company": null,
"location": null,
"followers": 117,
"avatar_url": "https://avatars.githubusercontent.com/u/262997908?v=4",
"created_at": "2026-02-21T12:52:50Z",
"is_verified": null,
"public_repos": 20,
"account_age_days": 160
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-07-24T13:03:29Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-24T07:28:25Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-22T21:25:32Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-21T10:15:10Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-20T16:12:43Z"
}
],
"recent_commits": [
{
"oid": "1741f9467889d8da4ff886cbe6c41ddea7d1889d",
"body": "Co-authored-by: pi <pi@m2.local>",
"is_bot": false,
"headline": "docs: add missing relative pronoun 'that' in README.md (#19)",
"author_name": "lunar-me",
"author_login": "lunar-me",
"committed_at": "2026-07-29T14:27:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dc787ebd5885323b8478096c66d74a4c6334932",
"body": "A clone of a slim simulator boots stock. Verified three ways on macOS 26.5\nwith an iOS 27.0 runtime: raw simctl clone of a slimmed device, a raw\nlaunchctl disable plus a 30 second settle before cloning, and simslim's own\non/shutdown/clone path. All three produced a clone with 0/170 daemons\ndisabled.\n[…]\ng the device directory (tar or filesystem snapshot) does\nkeep the disables, which is what makes slimming usable in CI images. The\nGUI clone sheet repeated the same wrong claim, so it is corrected too.",
"is_bot": false,
"headline": "docs: correct the claim that simslim clone preserves slimming (#18)",
"author_name": "Interlap",
"author_login": "Interlap01",
"committed_at": "2026-07-24T21:22:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "26cd20254dc4e43aafef9ad55cf96ad459573979",
"body": "… (#17)\n\nA top(1) for the simulator fleet: every booted simulator with its OS,\nslim state, process count, CPU, RAM, and disk, refreshing live. Enter a\nrow (or pass a UDID) to drill into that simulator's per-daemon footprint.\nColumns sort via n/o/s/p/c/m/d with a version-aware OS comparator; the\nname\n[…]\ny UDID across live re-sorts, keeps the last snapshot on\ntransient refresh errors, and guards disk sweeps against overlap.\n\nAlso adds `simslim list --booted` to filter the listing to booted\nsimulators.",
"is_bot": false,
"headline": "feat: add simslim top — live fleet monitor with per-daemon drill-down…",
"author_name": "Interlap",
"author_login": "Interlap01",
"committed_at": "2026-07-24T10:20:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ed35f10813efd1af7467fec17e6276c15e4a1cf7",
"body": "`simslim on` boots, disables ~170 daemons one launchctl call at a time,\nthen reboots, all under a single BootTimeout deadline. On slow shared CI\nrunners the per-daemon transitions can exhaust that budget mid-reconfigure,\nfailing with `context deadline exceeded` (issue #13).\n\nMake BootTimeout a packa\n[…]\nt raised 6m -> 10m) overridable via a\nglobal `--boot-timeout` flag and the SIMSLIM_BOOT_TIMEOUT env var. Every\nexisting context.WithTimeout(ctx, simslim.BootTimeout) call site picks it up.\n\nCloses #13",
"is_bot": false,
"headline": "feat: make boot timeout configurable for slow CI runners (#15)",
"author_name": "Interlap",
"author_login": "Interlap01",
"committed_at": "2026-07-23T11:37:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ffd3a13d341522d14bf3d80325845e3316ca8e3d",
"body": "The repo root becomes `package simslim`, an importable library holding every\npiece of slimming logic; the CLI moves to `cmd/simslim`. Previously everything\nwas `package main`, so nothing here could be imported at all.\n\nThe library carries no external dependencies — urfave/cli stays on the CLI side,\n\n[…]\nn, on, off, on --except, on --profile, clone,\nrename, delete and the interactive wizard all behave identically to the previous\nbuild. JSON output, human output, help text and exit codes are unchanged.",
"is_bot": false,
"headline": "refactor: split into an importable library and a cmd/simslim CLI (#14)",
"author_name": "Interlap",
"author_login": "Interlap01",
"committed_at": "2026-07-23T10:39:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8e8b8aad8d51dd0a2503880cd73162dc2113b091",
"body": "…#12)\n\n`simslim doctor <udid> --requires push,storekit,universal-links` checks a\nbooted simulator against a list of required feature IDs and exits non-zero if\nslimming has disabled any of their backing daemons — a fast CI preflight that\naborts before a suite runs against a simulator slimmed too aggr\n[…]\nn.\n- doctor supports --json and --list (enumerate every checkable feature).\n- features_test.go asserts every feature label is slimmable, so the catalog\n stays in sync with Categories.\n\nImplements #4.",
"is_bot": false,
"headline": "feat: add doctor command to verify required features after slimming (…",
"author_name": "Interlap",
"author_login": "Interlap01",
"committed_at": "2026-07-22T20:41:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b0b2d48191fbed691970092bc4fdaef125000e4a",
"body": "…(#11)\n\nAdd named, committable slim configurations so a repo can carry e.g. a\nci.json and a dev.json and apply whichever a run needs.\n\nApply a profile:\n simslim on <udid> --profile ci.json\n\nThe file's \"except\"/\"keep\" arrays mirror the flags of the same name;\n\"name\"/\"description\" are for humans. Loa\n[…]\nport scrolling, keeping the project's single-dependency footprint.\nLoading, validation, filename derivation, and the full keystroke-driven\nwizard flow (including drill-in and pruning) are unit-tested.",
"is_bot": false,
"headline": "feat: add slim profiles — --profile files and an interactive builder …",
"author_name": "Interlap",
"author_login": "Interlap01",
"committed_at": "2026-07-22T18:33:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b976111b96b6c4168a3a06f02368a9906f2fd843",
"body": "Replace the hand-rolled argument handling with the urfave/cli/v3 command\ntree (the project's only dependency; no runtime transitive deps). This\nremoves the manual command switch, parseInterspersedFlags, jsonOption, and\nextractDeviceSets in favor of the library's dispatch and flag parsing.\n\nThe comma\n[…]\n Action is a\ncmd* function in main.go reading flags via cmd.Bool/String and positionals\nvia cmd.Args(). Unit tests for the removed helpers are replaced by\napp_test.go, which drives newApp through Run.",
"is_bot": false,
"headline": "refactor: parse CLI with urfave/cli/v3 (#10)",
"author_name": "Interlap",
"author_login": "Interlap01",
"committed_at": "2026-07-22T11:18:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8afc0f61f5970d2f37702faa6135ec9e8e2ea406",
"body": "simslim only ever talked to the default CoreSimulator device set, so\nXcode parallel-testing clones — which live in a separate set — were\ninvisible to `list` and any command against a clone UDID failed with\n\"Invalid device or device pair\".\n\nsimctl cannot enumerate device sets, so simslim now probes t\n[…]\nfor a device set at a custom path.\n- Disk commands take the on-disk data directory straight from the\n dataPath simctl already reports, dropping the hand-rolled set-to-path\n reconstruction.\n\nFixes #6",
"is_bot": false,
"headline": "feat: auto-discover simulator device sets (parallel-testing clones) (#9)",
"author_name": "Interlap",
"author_login": "Interlap01",
"committed_at": "2026-07-22T10:27:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1035998b53aa4863e4550b43db168be08425d581",
"body": "* profiles: accept a category ID to list its daemons\n\n`simslim profiles` still prints the category summary; passing a\ncategory ID (e.g. `simslim profiles siri`) now prints that category's\ndescription, footprint, downside, and the full list of launchd daemon\nlabels it disables. `--json` on a single category emits just that\nCategory object. Unknown or extra arguments are rejected with a message\npointing back to `simslim profiles`.",
"is_bot": false,
"headline": "profiles: accept a category ID to list its daemons (#8)",
"author_name": "Interlap",
"author_login": "Interlap01",
"committed_at": "2026-07-21T16:33:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e814cd6cca56670ed204ef1b20a6387b2c276089",
"body": null,
"is_bot": false,
"headline": "feat: add per-service slimming controls (#7)",
"author_name": "jpancotti",
"author_login": "jpancotti",
"committed_at": "2026-07-21T16:07:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5af051c904ac2aa39d3d46da1a9eb293a7368a6c",
"body": null,
"is_bot": false,
"headline": "fix: update Go version specification to use go.mod file",
"author_name": "Interlap",
"author_login": "Interlap01",
"committed_at": "2026-07-21T11:03:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dec56a08f7523ac839e5cdf985d5dc800fd8c996",
"body": "…imslim clone`",
"is_bot": false,
"headline": "docs: clarify per-simulator state and behavior of `simslim on` and `s…",
"author_name": "Interlap",
"author_login": "Interlap01",
"committed_at": "2026-07-21T09:59:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45b8b453214558ec9c81abf69dcb7c239990d105",
"body": null,
"is_bot": false,
"headline": "status: add --dropped flag to list disabled daemons by category",
"author_name": "Interlap",
"author_login": "Interlap01",
"committed_at": "2026-07-21T08:58:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff398251a5af7c506381ef5bcdc32ff100f7a603",
"body": null,
"is_bot": false,
"headline": "Update Go version to 1.26 and add CLI target to Makefile",
"author_name": "Interlap",
"author_login": "Interlap01",
"committed_at": "2026-07-21T08:41:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7791f24740074f16d4605f6d993831f488a3d27c",
"body": "boot/shutdown a simulator from the CLI (`simslim boot|shutdown <udid>`,\nwith --json and idempotent already-booted/already-shutdown handling), and\nfrom a contextual Power section in the app's per-simulator menu (Boot when\nshut down, Shut Down when booted). Both resolve the exact device first so a\nsimctl alias like \"all\" can never enter the path. Progress is suppressed\nunder --json so machine consumers reading a combined stream get clean JSON.",
"is_bot": false,
"headline": "add boot and shutdown commands to CLI and GUI",
"author_name": "Interlap",
"author_login": "Interlap01",
"committed_at": "2026-07-21T08:18:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "212dc966317b4e46070675449abc282d1b7d52c9",
"body": "on/off ran a boot, ~171 launchctl calls, and a reboot behind a single\nline, so a multi-minute run looked hung. Report each phase plus a periodic\ncount to stderr, and warn up front that the simulator reboots.",
"is_bot": false,
"headline": "on/off: report progress during the reconfigure",
"author_name": "Interlap",
"author_login": "Interlap01",
"committed_at": "2026-07-21T07:59:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d566c616dc3fe0f5831a57859c691e4000d7895b",
"body": "* Expand simulator management and disk tooling\n\n* Add the SimSlim macOS app\n\n* Document and verify the macOS workflow",
"is_bot": false,
"headline": "Add the SimSlim macOS app and simulator management tools (#2)",
"author_name": "jpancotti",
"author_login": "jpancotti",
"committed_at": "2026-07-21T07:28:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba7342c22c432b22f33b6a9da2d7155cfc3536fa",
"body": null,
"is_bot": false,
"headline": "Publish Homebrew bottles for release installs (#1)",
"author_name": "jpancotti",
"author_login": "jpancotti",
"committed_at": "2026-07-20T20:24:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb38af4d688b55cb9762171ff7a8a36abd7058a0",
"body": "Disables the background launchd daemons an iOS simulator does not need\n(Siri, Spotlight, photo analysis, posters, iCloud sync, and more) and\nreboots it slim, cutting per-simulator memory roughly 4x so many more fit\non one machine. Disabling is persistent and reversible, and scoped to an\nallowlist that leaves out daemons known to wedge a simulator when disabled.\n\nCommands: list, profiles, on, off, status, measure.",
"is_bot": false,
"headline": "simslim: run more iOS simulators per Mac",
"author_name": "Interlap",
"author_login": "Interlap01",
"committed_at": "2026-07-20T16:41:17Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 20,
"latest_release_at": "2026-07-24T13:03:29Z",
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 2,
"days_since_latest_release": 7,
"mean_days_between_releases": 1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/mobai-app/simslim",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/mobai-app/simslim",
"is_deprecated": false,
"latest_version": "v0.5.0",
"repository_url": "https://github.com/mobai-app/simslim",
"versions_count": 5,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-24T10:20:02Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"popularity": {
"forks": 10,
"stars": 260,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2026-07-20",
"count": 1
},
{
"date": "2026-07-22",
"count": 3
},
{
"date": "2026-07-23",
"count": 4
},
{
"date": "2026-07-24",
"count": 1
},
{
"date": "2026-07-25",
"count": 1
}
],
"complete": true,
"collected": 10,
"total_forks": 10
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 46520,
"source_files_sampled": 36,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 8334
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/charmbracelet/bubbletea",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.10"
},
{
"name": "github.com/charmbracelet/lipgloss",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/mattn/go-isatty",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.20"
},
{
"name": "github.com/urfave/cli/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.10.1"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 13,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 6,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Interlap01",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/253323700?v=4"
},
{
"type": "User",
"login": "jpancotti",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/53161060?v=4"
},
{
"type": "User",
"login": "lunar-me",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/275556969?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.8
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 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": 2,
"reason": "Found 4/20 approved changesets -- score normalized to 2",
"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": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1741f9467889d8da4ff886cbe6c41ddea7d1889d",
"ran_at": "2026-07-31T21:06:03Z",
"aggregate_score": 3.3,
"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-29T14:28:28Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-29T14:27:16Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/MobAI-App/simslim",
"host": "github.com",
"name": "simslim",
"owner": "MobAI-App"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 57 is calibrated to 60 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 57,
"calibrated": 60,
"calibration": "2026-08-02"
}
}
],
"value": 60,
"inputs": {
"security": 33,
"vitality": 65,
"community": 49,
"governance": 62,
"calibration": "2026-08-02",
"engineering": 66,
"ai_readiness": 76,
"weighted_overall_raw": 57
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 65,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"commits_last_year": 20,
"human_commit_share": 1,
"days_since_last_push": 2,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"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": "20 commits in the last year",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 20
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 49,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"forks": 10,
"stars": 260,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "260 stars",
"points": 39.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 260
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "10 forks",
"points": 8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 10
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "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": 62,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.8
},
"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 80% of commits",
"points": 4.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 80
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"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": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 86,
"inputs": {
"merged_prs": 13,
"open_issues": 0,
"closed_issues": 6,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "13/13 decided PRs merged",
"points": 30,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 13,
"decided": 13
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/20 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"followers": 117,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "MobAI-App",
"public_repos": 20,
"account_age_days": 160
},
"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": "117 followers of MobAI-App",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 117,
"login": "MobAI-App"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "20 public repos, account ~0 yr old",
"points": 10.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 20
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/mobai-app/simslim"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 7
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 7 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 7
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "5 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 5
}
}
],
"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": 66,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "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": 65,
"inputs": {
"topics": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "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 4/20 approved changesets -- score normalized to 2",
"points": 1.5,
"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 detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 1
},
"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": "good",
"name": "AI Readiness",
"value": 76,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.95,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 8334
},
"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": "19 of 20 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 19,
"sampled": 20
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"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": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 20",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 20
}
}
],
"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": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 46520,
"source_files_sampled": 36,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/36 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 36,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"metrics_version": "2.1.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-31T21:06:14.443897Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/MobAI-App/simslim.svg",
"full_name": "MobAI-App/simslim",
"license_state": "standard",
"license_spdx": "MIT"
}