Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 546,
"has_wiki": true,
"homepage": null,
"languages": {
"Python": 520552,
"PLpgSQL": 19163
},
"pushed_at": "2026-03-24T15:03:38Z",
"created_at": "2026-01-27T20:00:15Z",
"owner_type": "User",
"updated_at": "2026-03-24T17:19:37Z",
"description": "PostgreSQL database scanner for pgEdge Spock 5 multi-master replication readiness",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": null,
"name": "Antony Pegg",
"type": "User",
"login": "AntTheLimey",
"company": "@pgEdge ",
"location": null,
"followers": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/333243?v=4",
"created_at": "2010-07-15T17:34:14Z",
"is_verified": null,
"public_repos": 19,
"account_age_days": 5856
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-03-24T14:54:16Z"
}
],
"recent_commits": [
{
"oid": "d8a067ba981b12a20a67d85c7e8a590d492dbd31",
"body": "Bring mm-ready to pgEdge org standards",
"is_bot": false,
"headline": "Merge pull request #8 from AntTheLimey/org-readiness",
"author_name": "Antony Pegg",
"author_login": "AntTheLimey",
"committed_at": "2026-03-24T14:54:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2e2dd19097f3f8e616155c8f507d85877a1ee55",
"body": "…ll checks",
"is_bot": false,
"headline": "fix: use PG* env vars in integration tests and add explicit mode to a…",
"author_name": "Antony Pegg",
"author_login": "AntTheLimey",
"committed_at": "2026-03-19T23:34:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15813f2700fa5b218a92b91e03990eff46cd2c5c",
"body": "…JSON reporter",
"is_bot": false,
"headline": "fix: add explicit mode attributes to checks and fix stale version in …",
"author_name": "Antony Pegg",
"author_login": "AntTheLimey",
"committed_at": "2026-03-19T23:33:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4411825a82fb9336949c2f126a0977fc73eba0aa",
"body": null,
"is_bot": false,
"headline": "ci: move coverage check to integration job where all tests can run",
"author_name": "Antony Pegg",
"author_login": "AntTheLimey",
"committed_at": "2026-03-19T23:27:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9950c71585de51b69905f162c85dc4a6ff45aa01",
"body": "…ests",
"is_bot": false,
"headline": "fix: lower CI coverage threshold to account for skipped integration t…",
"author_name": "Antony Pegg",
"author_login": "AntTheLimey",
"committed_at": "2026-03-19T23:17:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31cfeae9fdfecbcada706e1d68459bb24b5a631e",
"body": null,
"is_bot": false,
"headline": "chore: add GitHub issue/PR templates and CODEOWNERS",
"author_name": "Antony Pegg",
"author_login": "AntTheLimey",
"committed_at": "2026-03-19T23:09:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53e789bc58f4a1b98ac7c2f0def942e0fccc39b7",
"body": null,
"is_bot": false,
"headline": "chore: add CodeRabbit and Codacy configuration",
"author_name": "Antony Pegg",
"author_login": "AntTheLimey",
"committed_at": "2026-03-19T23:09:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0103c427e77345d6676220f5fb6a92d4c3ac0f67",
"body": null,
"is_bot": false,
"headline": "ci: add coverage threshold, docstring coverage, and strict type checking",
"author_name": "Antony Pegg",
"author_login": "AntTheLimey",
"committed_at": "2026-03-19T23:09:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef11092c0b2917a2a33e52ef3a5744cd5733dd11",
"body": null,
"is_bot": false,
"headline": "chore: add pre-commit hooks for ruff, whitespace, and gitleaks",
"author_name": "Antony Pegg",
"author_login": "AntTheLimey",
"committed_at": "2026-03-19T23:09:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "960b5a5433b7e25d4025a92f69082717d2b14626",
"body": null,
"is_bot": false,
"headline": "docs: add tutorial, update install instructions, fix feature counts",
"author_name": "Antony Pegg",
"author_login": "AntTheLimey",
"committed_at": "2026-03-19T23:07:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f1cf963f5dfdbcb73dcda8855b19e5603dd41b4",
"body": "Enable ruff D rules (pydocstyle) with Google convention and add\ndocstrings to all public classes, methods, and functions across\n78 files. Existing multi-line docstrings reformatted to match\nGoogle convention (D212 auto-fixed). Add interrogate config with\n80% threshold; actual coverage is 96.9%.\n\nCha\n[…]\ns: descriptive class docstrings\n- Monitor dataclasses: descriptive class docstrings\n- All test classes and methods: concise docstrings\n- Magic methods (__lt__, __repr__, __init_subclass__): docstrings",
"is_bot": false,
"headline": "chore: add Google-convention docstrings across entire codebase",
"author_name": "Antony Pegg",
"author_login": "AntTheLimey",
"committed_at": "2026-03-19T22:02:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d6d490e1c0a3c3363c0b559f883ab039ad60d3c2",
"body": "Switch pyright from basic mode (excluding tests) to strict mode\n(including tests). Fix all 1646 type errors:\n\n- Add connection type annotation to BaseCheck.run() and all 57 check\n subclass run() methods (psycopg2.extensions.connection)\n- Add explicit list[Finding] type annotations to findings varia\n[…]\nmented\n- Add type annotations to conftest.make_finding **kwargs\n- Suppress reportPrivateUsage for test imports of _make_output_path\n- Suppress reportUnnecessaryComparison for intentional None sentinel",
"is_bot": false,
"headline": "chore: enable pyright strict mode and fix all type errors",
"author_name": "Antony Pegg",
"author_login": "AntTheLimey",
"committed_at": "2026-03-19T21:45:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "05ea92f348fe5798b153c351c1f680ec4c496ecc",
"body": null,
"is_bot": false,
"headline": "chore: add from __future__ import annotations to all modules",
"author_name": "Antony Pegg",
"author_login": "AntTheLimey",
"committed_at": "2026-03-19T21:27:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5573e431aaf07abbf1d3827115bcb60a0393d62c",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.1.2 and add package metadata",
"author_name": "Antony Pegg",
"author_login": "AntTheLimey",
"committed_at": "2026-03-19T21:25:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3f7f345cb4caeee68d0b1ede0949a0ccafd3dbd",
"body": null,
"is_bot": false,
"headline": "chore: clean up gitignore and remove demo script from tracking",
"author_name": "Antony Pegg",
"author_login": "AntTheLimey",
"committed_at": "2026-03-19T21:14:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70ffbda32988e8055f7733e082a2f797da3f4c03",
"body": null,
"is_bot": false,
"headline": "fix: correct licence to PostgreSQL License with pgEdge copyright",
"author_name": "Antony Pegg",
"author_login": "AntTheLimey",
"committed_at": "2026-03-19T21:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd3a615ee663c99d785eeccb3b3e78a49ae18d4d",
"body": "* Add SSL and PG* environment variable support for connections\n\nAdd --sslmode, --sslcert, --sslkey, and --sslrootcert CLI flags to\nenable certificate-based authentication. Unify environment variable\nhandling so all standard PG* vars (PGHOST, PGPORT, PGDATABASE, PGUSER,\nPGPASSWORD, PGSSL*) are respec\n[…]\nllback for all connection parameters\n- Precedence order: CLI args > env vars > DSN components > libpq defaults\n- DSN + CLI override behaviour\n\n---------\nCo-authored-by: Antony Pegg <antony@pgedge.com>",
"is_bot": false,
"headline": "Add SSL and PG* environment variable support for connections (#6)",
"author_name": "Paul Rothrock",
"author_login": "paul-pgedge",
"committed_at": "2026-03-11T19:56:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "66d7da5760ac8f7eefe72590bd489af9f580a53e",
"body": "The schema parser's identity regex required ALWAYS or BY DEFAULT before\nAS IDENTITY, but pg_dump sometimes emits bare ADD GENERATED AS IDENTITY.\nMade the keyword optional, defaulting to ALWAYS (PostgreSQL's default).\n\nThe analyzer's check_sequence_pks flagged snowflake.nextval() columns as\nneeding m\n[…]\n skips\ncolumns where the default contains snowflake.nextval.\n\nAdded integration test cases (mmr_alter_pk, mmr_snowflake_pk) to the\ntest schema to exercise both patterns against the live test database.",
"is_bot": false,
"headline": "Fix identity regex and skip snowflake sequences in analyzer (#7)",
"author_name": "Antony Pegg",
"author_login": "AntTheLimey",
"committed_at": "2026-03-11T19:13:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "468a99dde22820abe0a7ff5ed0e9bf6c376def89",
"body": "Top-level `import yaml` crashed the tool when PyYAML wasn't installed,\neven when no config file was being used. Move the import into\nload_config() so it only triggers when actually parsing a YAML file.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Make PyYAML import lazy in config module",
"author_name": "Antony Pegg",
"author_login": null,
"committed_at": "2026-02-23T18:21:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "413b06441e9b2fdec38776d115f0ae43e6be8983",
"body": "* Fix UnicodeDecodeError in monitor mode pg_stat_statements collection\n\npsycopg2 inherits client encoding from the OS locale, which can be\nASCII on macOS. Non-ASCII characters in captured query text (smart\nquotes, em-dashes) cause a UnicodeDecodeError on fetchall(). Force\nUTF-8 client encoding on al\n[…]\nlient by default)\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Antony Pegg <apegg@PGEDGE-ML-APegg.local>\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix UnicodeDecodeError in monitor mode (#5)",
"author_name": "Antony Pegg",
"author_login": "AntTheLimey",
"committed_at": "2026-02-12T21:55:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "499e709618c2df1bc76b9f43f428ed6385864d2d",
"body": "Not using Codecov, and the missing secret was triggering a VS Code\ndiagnostic warning. Coverage still runs and prints to terminal on 3.12.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove unused Codecov upload step from CI",
"author_name": "Antony Pegg",
"author_login": null,
"committed_at": "2026-02-12T16:16:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b52d549e3adb6d2f6d2de1ce77ade6079104cfcf",
"body": "* Add check configuration and To Do list improvements\n\nFeatures:\n- YAML config file support (mm-ready.yaml) for persistent settings\n- CLI flags: --exclude, --include-only, --config, --no-config\n- Mode-specific check filtering (scan, audit, analyze, monitor)\n- To Do list improvements: --no-todo, --to\n[…]\n should now pass.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Antony Pegg <apegg@PGEDGE-ML-APegg.local>\nCo-authored-by: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add check configuration and To Do list improvements (#4)",
"author_name": "Antony Pegg",
"author_login": "AntTheLimey",
"committed_at": "2026-02-11T19:17:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b0027da8204dc68546d74695afc0651afdb15952",
"body": "* Add ruff and pyright linting with Claude Code auto-format hooks\n\n- Add ruff (linter + formatter) and pyright (type checker) as dev dependencies\n- Configure ruff: target Python 3.10, select E/W/F/I/UP/B/SIM/RUF rules\n- Configure pyright: basic mode, Python 3.10\n- Add Claude Code PostToolUse hook to\n[…]\n-authored-by: Antony Pegg <apegg@PGEDGE-ML-APegg.local>\nCo-authored-by: Claude Opus 4.5 <noreply@anthropic.com>\nCo-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "Add ruff and pyright linting with auto-format hooks (#2)",
"author_name": "Antony Pegg",
"author_login": "AntTheLimey",
"committed_at": "2026-02-06T14:28:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "773b67e8819d0235fc3b84a26f8b0395a4e72f3a",
"body": "Show clean error messages with helpful hints instead of raw Python\ntracebacks when database connection fails:\n\n- No password supplied → suggests --password or PGPASSWORD\n- Database doesn't exist → suggests checking database name\n- Connection refused → suggests checking PostgreSQL is running\n\nApplies to both scan/audit and monitor commands.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Handle database connection errors gracefully",
"author_name": "Antony Pegg",
"author_login": null,
"committed_at": "2026-01-29T14:20:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bd0d1cd14b17b72ccb664891374b176f313d8bce",
"body": "checks_total property now returns only checks that actually ran, excluding\nskipped checks. This makes analyze mode report \"19 checks run\" instead\nof \"56 checks\" (which included 37 skipped checks).\n\nAdded checks_skipped property for reporting skipped count separately.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix checks_total to exclude skipped checks from count",
"author_name": "Antony Pegg",
"author_login": null,
"committed_at": "2026-01-29T06:42:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "71852d7241fde5e6d9486c69e97a58471b6dcec9",
"body": "Add analyze subcommand for offline schema dump analysis",
"is_bot": false,
"headline": "Merge pull request #1 from AntTheLimey/feature/analyze-schema-dump",
"author_name": "AntTheLimey",
"author_login": "AntTheLimey",
"committed_at": "2026-01-28T14:34:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7f9409afde61ccd00ffe5842374a3cd21d658c6",
"body": "New feature for Customer Success: analyze pg_dump --schema-only SQL files\nwithout a database connection.\n\nNew files:\n- schema_parser.py: Regex-based SQL dump parser producing ParsedSchema model\n (tables, columns, constraints, indexes, sequences, extensions, enums, rules)\n- analyzer.py: 19 static ch\n[…]\nanged severity from WARNING to CONSIDER\n- CLAUDE.md: Documented analyze mode and new architecture\n\nTests: 87 new tests (166 total), all passing\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add analyze subcommand for offline schema dump analysis",
"author_name": "Antony Pegg",
"author_login": null,
"committed_at": "2026-01-28T11:59:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "622041d15707ef958e0e3d6fa3e659958225d1ea",
"body": "Switch from external Northwind DB dependency to a purpose-built test\nschema (mmr_ prefixed tables) that exercises every scan-mode check.\nUpdate Docker instructions, integration tests, and reporter tests to\nuse the new mmready database. Fix regex syntax in 3 check files\n(remove unnecessary E prefix on escape strings).\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Replace Northwind test fixtures with self-contained mmr_ test schema",
"author_name": "Antony Pegg",
"author_login": null,
"committed_at": "2026-01-28T05:58:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7778dd74f37bf2354599d526a71aa4c7c4b954c0",
"body": "…readiness\n\nPython CLI tool that scans a PostgreSQL database and generates a compatibility\nreport for pgEdge Spock 5 multi-master replication. Includes 56 checks across\n7 categories (schema, replication, config, extensions, functions, sequences,\nsql_patterns), HTML/JSON/Markdown reporters, and a pytest test suite.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Initial commit: mm-ready PostgreSQL scanner for Spock 5 multi-master …",
"author_name": "Antony Pegg",
"author_login": null,
"committed_at": "2026-01-27T19:59:27Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 1,
"commits_last_year": 29,
"latest_release_at": "2026-03-24T14:54:16Z",
"latest_release_tag": "v0.1.2",
"releases_from_tags": true,
"days_since_last_push": 125,
"active_weeks_last_year": 7,
"days_since_latest_release": 125,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 61669,
"source_files_sampled": 93,
"oversized_source_files": 1,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 7698
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"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": [
"pypi"
],
"dependencies": [
{
"name": "psycopg2-binary",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.9"
},
{
"name": "pyyaml",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=6.0"
}
],
"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": 8,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "AntTheLimey",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/333243?v=4"
},
{
"type": "User",
"login": "paul-pgedge",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/190633240?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.955
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 5,
"reason": "4 out of 7 merged PRs checked by a CI test -- score normalized to 5",
"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": 0,
"reason": "Found 1/13 approved changesets -- score normalized to 0",
"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": 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": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d8a067ba981b12a20a67d85c7e8a590d492dbd31",
"ran_at": "2026-07-28T00:30:11Z",
"aggregate_score": 3.2,
"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-03-24T14:55:17Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-03-24T14:54:16Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/AntTheLimey/mm-ready",
"host": "github.com",
"name": "mm-ready",
"owner": "AntTheLimey"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"security": 32,
"vitality": 42,
"community": 24,
"governance": 45,
"engineering": 80
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 42,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"commits_last_year": 29,
"human_commit_share": 1,
"days_since_last_push": 125,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 125 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 125
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "29 commits in the last year",
"points": 13.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 29
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 62,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.1.2",
"releases_from_tags": true,
"days_since_latest_release": 125,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 125 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 125
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 125,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 125 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 125
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"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": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 45,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.955
},
"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 96% of commits",
"points": 1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 96
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"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": "good",
"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": 72,
"inputs": {
"merged_prs": 8,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"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/8 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 8,
"decided": 8
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"followers": 16,
"owner_type": "User",
"is_verified": null,
"owner_login": "AntTheLimey",
"public_repos": 19,
"account_age_days": 5856
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "16 followers of AntTheLimey",
"points": 8.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 16,
"login": "AntTheLimey"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "19 public repos, account ~16 yr old",
"points": 21.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 19
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 80,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": 16,
"status": "met",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"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": "4 out of 7 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 32,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "4 out of 7 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.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 1/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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 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.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 60,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 7698
},
"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": "29 of 29 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 29,
"sampled": 29
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.379,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 11,
"status": "met",
"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": "11 of the last 29 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 11,
"sampled": 29
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 61669,
"source_files_sampled": 93,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/93 source files over 60KB",
"points": 54.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 93,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch pypi package 'mm-ready' from its registry",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-28T00:30:24.092817Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/AntTheLimey/mm-ready.svg",
"full_name": "AntTheLimey/mm-ready",
"license_state": "custom",
"license_spdx": null
}