Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1152,
"has_wiki": true,
"homepage": null,
"languages": {
"Shell": 1746,
"Python": 532511,
"Makefile": 24665,
"Jupyter Notebook": 5048
},
"pushed_at": "2026-07-24T11:33:35Z",
"created_at": "2025-12-17T13:21:45Z",
"owner_type": "User",
"updated_at": "2026-07-24T11:20:38Z",
"description": "Python Bibliothek und CLI zur Abfrage von Stufe2 UID Prüfungen über Finanz Online",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "https://www.rotek.at",
"name": "Robert Nowotny",
"type": "User",
"login": "bitranox",
"company": "@RotekHandelsGmbH",
"location": "Vienna, Austria",
"followers": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/8355239?v=4",
"created_at": "2014-08-04T19:19:38Z",
"is_verified": null,
"public_repos": 80,
"account_age_days": 4374
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.7.8",
"kind": "patch",
"published_at": "2026-07-24T11:33:37Z"
},
{
"tag": "v2.7.7",
"kind": "patch",
"published_at": "2026-07-20T09:56:24Z"
},
{
"tag": "v2.7.6",
"kind": "patch",
"published_at": "2026-07-19T12:59:18Z"
},
{
"tag": "v2.7.5",
"kind": "patch",
"published_at": "2026-06-14T21:06:28Z"
},
{
"tag": "v2.7.4",
"kind": "patch",
"published_at": "2026-05-04T12:32:51Z"
},
{
"tag": "v2.7.3",
"kind": "patch",
"published_at": "2026-05-04T11:45:10Z"
},
{
"tag": "v2.7.2",
"kind": "patch",
"published_at": "2026-05-04T10:40:13Z"
},
{
"tag": "v2.7.1",
"kind": "patch",
"published_at": "2026-04-26T13:05:40Z"
},
{
"tag": "v2.7.0",
"kind": "minor",
"published_at": "2026-04-01T14:06:58Z"
},
{
"tag": "v2.6.1",
"kind": "patch",
"published_at": "2026-03-30T09:25:44Z"
},
{
"tag": "v2.6.0",
"kind": "minor",
"published_at": "2026-03-27T15:08:22Z"
},
{
"tag": "v2.5.7",
"kind": "patch",
"published_at": "2026-02-13T18:17:38Z"
},
{
"tag": "v2.5.6",
"kind": "patch",
"published_at": "2026-02-01T14:04:12Z"
},
{
"tag": "v2.5.5",
"kind": "patch",
"published_at": "2026-01-29T09:38:35Z"
},
{
"tag": "v2.5.4",
"kind": "patch",
"published_at": "2026-01-01T14:06:38Z"
},
{
"tag": "v2.5.3",
"kind": "patch",
"published_at": "2025-12-29T14:43:26Z"
},
{
"tag": "v2.5.2",
"kind": "patch",
"published_at": "2025-12-28T22:36:37Z"
},
{
"tag": "v2.5.1",
"kind": "patch",
"published_at": "2025-12-28T18:59:37Z"
},
{
"tag": "v2.5.0",
"kind": "minor",
"published_at": "2025-12-28T18:35:58Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2025-12-28T14:24:44Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2025-12-23T03:17:48Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2025-12-23T02:22:16Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2025-12-20T19:41:44Z"
}
],
"recent_commits": [
{
"oid": "add071c592cb2ad5dc89767d05713d8a581feb22",
"body": "…root, not via ignore\n\nClear 62 stray executable bits from the softdev mount (EXE002), replace two\nfragile bare `raise` re-raises with an explicit `raise exc` (PLE0704), fix a\npyright regression a PIE807 autofix introduced in EmailConfig.default_recipients,\nand document 11 intentional broad excepts at resilience boundaries with a\nnoqa + reason (BLE001). Remaining findings (I001, UP035/37, RUF022, PLC0206,\nG201, RET501, PLR1711, RUF100, SIM117) were mechanical autofixes.",
"is_bot": false,
"headline": "2026-07-24 13:19:57 - fix(ci): resolve latest-ruff regression at the …",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-24T11:19:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50ff364f58200cb399e120aeba55c5bf72d46293",
"body": "… the ignores\n\nReplace the `# pyright: ignore[reportUnknownMemberType]` carve-outs in\ntyped_click.py with a module-cast Protocol that gives the option/argument/\nversion_option wrappers complete types. The wrappers keep their exact public\nsignatures and forward to rich_click at runtime, so RichOption rendering, call\nsites, and behavior are unchanged - the strict type checker now passes with no\nrule silenced.",
"is_bot": false,
"headline": "refactor(cli): type rich_click decorators via a Protocol facade, drop…",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-21T15:41:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db8b1a9767713c469fa259a03c9ef092b94729fd",
"body": null,
"is_bot": false,
"headline": "ci: bump actions/setup-python to v7",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-21T08:35:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ec0a2dbd75c96b2244d8ca9bf1b5b8679c05d99",
"body": "bmk release pushes the v* tag and then creates the GitHub release, so\n\"release: published\" and \"push: tags\" both fired about a second apart and\nproduced two concurrent Release runs racing the same PyPI upload. The loser\nlogged \"Skipping ... already exists\", which reads like a failed publish even\ntho\n[…]\ntly, whenever gh is missing or fails.\n\nAdd a concurrency group on the tag so a workflow_dispatch re-run cannot\noverlap the run the tag push started.\n\nDistributed from the default_cicd_public template.",
"is_bot": false,
"headline": "Trigger the release workflow on the tag push only",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-20T11:09:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "11398cd41004b379cc984b25cda3c1baa2c6c02d",
"body": "….5.0 (2.7.7)\n\nbtx_lib_mail 1.5.0 replaced its send_message call with a streaming transport\nthat drives raw SMTP verbs (MAIL FROM / RCPT TO / BDAT) and unpacks (code, resp)\nreplies. Seven tests and one doctest stubbed delivery with patch(smtplib.SMTP),\nand a MagicMock cannot satisfy that protocol: u\n[…]\nath tests using the same pattern were converted too; they\npassed only because their exceptions fired before the unpack.\n\nFloors: btx_lib_mail >=1.5.0 (first release with transport), filelock >=3.31.1.",
"is_bot": false,
"headline": "2026-07-20 11:50:46 - fix(mail): restore tests against btx_lib_mail 1…",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-20T09:50:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b92ace127c40fbd5723b1e181c77322ad84419da",
"body": "…r password (2.7.6)\n\n- Bump btx_lib_mail floor to >=1.4.0.\n- Wrap smtp_password in pydantic.SecretStr at the ConfMail construction site.\n- Declare pydantic, now imported directly by the mail adapter.",
"is_bot": false,
"headline": "2026-07-19 14:56:16 - fix(mail): adapt to btx_lib_mail 1.4.0 SecretSt…",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-19T12:56:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1e845b426763d558632998182f84e0ac9c1243d",
"body": "…usion)\n\nThe test job now reads its marker expression from PYTEST_MARKER_EXPR, built by\nextract-metadata from [tool.ci].pytest-exclude-markers. This project declares no\nexclusions, so the expression stays \"not local_only\" and the run is unchanged.",
"is_bot": false,
"headline": "ci: pick up the distributed template (configurable pytest marker excl…",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-17T09:23:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d41ec34f1293071fad7d5b719c6fc0ef6bcb8a9e",
"body": "This notebook was a template scaffold whose package name was never substituted.\nIt installed git+https://github.com/bitranox/check_zpool_status.git and then ran\n`check_zpool_status ...`, but that name is 404 on both GitHub and PyPI: the clone\nfailed, nothing was installed, and every command was not \n[…]\nipt just installed rather than whatever shares its\nname on the ambient PATH.\n\nVerified by executing the notebook in a fresh venv kernel and asserting on the\ncell OUTPUT, not merely that the cells ran.",
"is_bot": false,
"headline": "docs(notebooks): make the Quickstart document finanzonline_uid",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-17T09:23:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ec6421d423a8111c9b4e93418ec18c9e8f6408f2",
"body": "The bootstrap has to make the package importable in a FRESH kernel: CI's\nnotebooks job installs only the notebook runner, then executes the notebook with\nallow_errors=False.\n\nuv is installed through pip -m first, because a bare `!uv` needs uv on PATH,\nwhich holds on a CI runner but not for a reader \n[…]\nError (--system has the same defect). The pip and setuptools\nupgrade lines are dropped, since uv needs neither.\n\nVerified by executing the notebook against a fresh venv kernel with the project\nabsent.",
"is_bot": false,
"headline": "docs(notebooks): install the Quickstart package with uv",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-17T08:49:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4c17239765f2f7eb2d178e5df62199c7bbaf5790",
"body": "Tool churn produced by bmk's own pipeline, committed as-is:\n- Makefile regenerated from the template bmk 3.9.0 ships.\n- pyproject.toml dependency floors raised to the current release.\n- .gitignore gained the venv names bmk provisions.\n\nThe floors are not cosmetic: bmk's deps stage fails `make push` when a floor is\nbehind the latest PyPI release, so leaving these uncommitted leaves a red push.",
"is_bot": false,
"headline": "chore: adopt the current bmk Makefile and refresh dependency floors",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-15T21:32:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1af78a7acc0fdf17761ca08ab4e40fa08c49e1f2",
"body": null,
"is_bot": false,
"headline": "chores",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-15T15:56:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d46107c1ef8516f2c2db86ef60bf7434fad3dfb0",
"body": null,
"is_bot": false,
"headline": "ci: filter direct-URL deps out of the pip-audit input",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-14T21:27:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a587e985caa2290386e1412544e4a85f8aeb3e7d",
"body": null,
"is_bot": false,
"headline": "ci: scope pip-audit to the project dep tree, actions/cache v6",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-14T20:57:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56d03d76b68d14d027ca7ffc1af90a140f0b80fa",
"body": "…E-2026-7246",
"is_bot": false,
"headline": "2026-07-14 12:44:44 - disable codecov-cli, pin click 8.3.3, clears CV…",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-14T10:44:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d39a7554598560d586907faeb7016510661d85a4",
"body": null,
"is_bot": false,
"headline": "chore: pin LF line endings via .gitattributes",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-08T14:51:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "508d4eb2c3270b4386e493523bf7741278c7c5f6",
"body": null,
"is_bot": false,
"headline": "actions/cacheV6 update",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-03T07:58:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f48abed583ef8cbfc9e6f8219e66d6c257780dd3",
"body": "…tted)",
"is_bot": false,
"headline": "chore: ignore *.local.json (per-developer local settings, never commi…",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-06-26T17:51:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87cf1c8195612e0e8c46f5b66214e1eea0a5b4f7",
"body": null,
"is_bot": false,
"headline": "docs: update bitranox skill references to current names",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-06-25T16:17:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c74d3b0641f98ee0a9709c7bc01ba6a023812a04",
"body": "…scripts and clear it on docs, data, config and interpreter-run source (core.fileMode now false)",
"is_bot": false,
"headline": "chore: normalize file modes - set the executable bit only on shebang …",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-06-23T16:38:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c89ba0b69de5b0ed4448f35e6bf1245a058f967",
"body": null,
"is_bot": false,
"headline": "chores",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-06-23T16:38:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "548fef95fd43f3fb1dd3dfb04b63053942842935",
"body": null,
"is_bot": false,
"headline": "ci: bump actions/checkout from v6 to v7",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-06-19T08:48:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75003863392a2014ec6a5419fcc666f2ef020c82",
"body": null,
"is_bot": false,
"headline": "release 2.7.5 add typed_click facade and bump internal dependency floors",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-06-14T21:04:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3888638c3ce2aa63d67b9f9476fec268485cb22",
"body": null,
"is_bot": false,
"headline": "bump codecov-actionv7",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-06-10T14:34:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92158718e844e8660494eeae66b95ae83c86dd46",
"body": "… failure emails - empty section was silently dropped",
"is_bot": false,
"headline": "2026-05-04 14:30:07 - v2.7.4: Always include a raw-response marker in…",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-05-04T12:30:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e319c6e395532457de5b61c7d317ea7d7b0826a4",
"body": "…agnostics for investigation",
"is_bot": false,
"headline": "2026-05-04 13:42:41 - v2.7.3: Capture raw SOAP response in failure di…",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-05-04T11:42:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7a2de8d10e75e7b158b8db966ede49aa78a5b9b",
"body": "…errors - zeep name cannot be None",
"is_bot": false,
"headline": "2026-05-04 12:37:43 - v2.7.2: Auto-retry transient cross-border VIES …",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-05-04T10:37:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c0018563b821e4311100cbdff7d71e3c2f373cd",
"body": "…re PowerShell linter, refresh CVE exclusions",
"is_bot": false,
"headline": "2026-04-26 15:02:57 - v2.7.1: Fix macOS CI JSON test failure, configu…",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-04-26T13:02:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01a9db204b0e08c73f38a3fd64532d62db8b366b",
"body": null,
"is_bot": false,
"headline": "remove snyk badge",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-04-24T09:48:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbdba129af708e5cb84f8ea39e80939a7ab1d504",
"body": "…report as retryable Service Maintenance error instead of cryptic XML parsing error",
"is_bot": false,
"headline": "2026-04-01 16:04:29 - v2.7.0: Detect FinanzOnline maintenance pages, …",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-04-01T14:04:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f470c74d726b0afd04644f834b81e1ec29d737a1",
"body": null,
"is_bot": false,
"headline": "update cicd matrix",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-03-30T22:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b88ee772b1683dd845b13f52170f63a6ffa79e15",
"body": null,
"is_bot": false,
"headline": "update cicd matrix",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-03-30T21:27:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81f278b4534aba23e77687b13eb066471e4b6569",
"body": null,
"is_bot": false,
"headline": "bump codecov action to V6",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-03-30T20:13:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7002aa019aa2956da185aa7931ef997c3c90357",
"body": "…ies, clean up resolved CVE exclusions",
"is_bot": false,
"headline": "2026-03-30 11:21:33 - v2.6.1: Fix rate limit not counting failed retr…",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-03-30T09:21:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f15af86791e0763c954aa49e36df9c9217533c6f",
"body": null,
"is_bot": false,
"headline": "pip-audit : warning only, too much noise",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-03-29T09:16:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "971b5934dc2e4db2a1058142b4d5533ecb0a67a1",
"body": "…ows CI Python 3.10 and 3.11",
"is_bot": false,
"headline": "2026-03-27 16:05:57 - fix: restore setuptools CVE exclusions for Wind…",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-03-27T15:05:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7aad6b253499b5e892f46f534f9c15444661072",
"body": "…imited retry warnings and updated CVE exclusions",
"is_bot": false,
"headline": "2026-03-27 16:01:33 - v2.6.0: Add clear retry mode messaging with unl…",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-03-27T15:01:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7fb118930a2e96f6768f419095aa682fdc704eb",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-03-25T23:54:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8d4118b5195e61707f6bfaab693c8bc20a8fa50",
"body": null,
"is_bot": false,
"headline": "update cicd and cve exclusions",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-03-25T11:20:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcd3eba2423d741e80caa3780bbf6b02246fa26a",
"body": null,
"is_bot": false,
"headline": "update gitignore",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-03-10T21:00:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d1fa60719d803c61018edfa4dd07b41b8edf3b3",
"body": null,
"is_bot": false,
"headline": "update download artifact",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-03-03T08:34:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "109a9a79cd0a4c93e23333062ad9405f2bb1c3bf",
"body": null,
"is_bot": false,
"headline": "update upload action",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-26T19:57:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2be119249757a76285194136f9edb30b8eb5a8ed",
"body": null,
"is_bot": false,
"headline": "update cicd runner",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-23T17:03:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44f33ade542b3e8671cff74cbdc950553ccf8b23",
"body": null,
"is_bot": false,
"headline": "fix cicd runner",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-19T22:08:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e11632b07f8be36d9ffe2c79110665034f369c69",
"body": null,
"is_bot": false,
"headline": "update cicd",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-18T14:26:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32ce39d379faa73780fb5ef550bb6c246ed72389",
"body": null,
"is_bot": false,
"headline": "bandit should read pyproject.toml",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-17T20:15:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0590631595cc7c5c477b823de9f77714b2b434d4",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-13T23:26:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ba4993b4a79a952815371ff6ada9e3b1dff336f",
"body": null,
"is_bot": false,
"headline": "2026-02-13 19:15:52 - fix makescripts",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-13T18:15:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82d21249f893347c7ff907ef31a5b5ae7032fe1f",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ignore CVE-2026-26007 cryptography 46.0.3 (fix in 46.0.5)",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-13T18:06:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "aa5af2194b8d534624df7636e1dc99b71d217b21",
"body": null,
"is_bot": false,
"headline": "update cicd",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-13T16:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8df53d62f8a9a5d39d9b5732f0e6c7514aaed1a3",
"body": null,
"is_bot": false,
"headline": "add bash 4+ for macos",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-13T15:53:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2782c0be7479f9acf963d226350d8ac3e237e26c",
"body": null,
"is_bot": false,
"headline": "cleanup",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-12T11:06:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d7397bf1baec8fd201c7582c7d58d9196d0a8f7",
"body": null,
"is_bot": false,
"headline": "skill updates",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-11T16:40:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b32c5c5b5b542f6c683a2a3198db18a60ddf3f4b",
"body": null,
"is_bot": false,
"headline": "ignore CVE-2026-1703",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-03T09:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9e769da1446b06b8a567490be4748f7637c703d",
"body": null,
"is_bot": false,
"headline": "update cicd",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-02T00:37:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44161b40407ad97415aa32e9b4faf082e44020f9",
"body": null,
"is_bot": false,
"headline": "update cicd",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-01T16:43:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d25ff91fea67b9a51b78a27a2a806de30a66b45",
"body": null,
"is_bot": false,
"headline": "pre-v2.5.6",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-01T14:01:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36d2df264b1d4207f479992865a762b4c45b950c",
"body": null,
"is_bot": false,
"headline": "update deps",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-01T13:58:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cc1aa8d6fd6f7782e1aecdbf6bb303a8f60c9a2",
"body": null,
"is_bot": false,
"headline": "update deps",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-01T13:54:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e0196e48941219d93bbdf6ed9dd8dcd87036720",
"body": null,
"is_bot": false,
"headline": "update deps",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-01T13:51:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "258ee9880889f26f0b50b0fc0469a123207edd53",
"body": null,
"is_bot": false,
"headline": "pre-v2.5.5",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-01-29T09:33:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57cff49f95b3a1366d5f7f601a412f0c65a0af41",
"body": null,
"is_bot": false,
"headline": " change deps \"pyright\" to \"pyright[nodejs]\"",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-01-26T18:46:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffaf52a9b9f385921a34389499d9921ede3d04b5",
"body": null,
"is_bot": false,
"headline": "pre-v2.5.4",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-01-01T14:02:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e762f682e83a4ee45ee291eaef55b84c5a50b221",
"body": null,
"is_bot": false,
"headline": "pre-v2.5.3",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-29T14:39:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c24c90f0136a504f4435db1ecfc45270682d1878",
"body": null,
"is_bot": false,
"headline": "pre-v2.5.2",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-28T22:31:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d6a704c904392348d54077b3e037738acfa4064",
"body": null,
"is_bot": false,
"headline": "pre-v2.5.1",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-28T18:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e28c0ebf8d0d482fc61ed07f74c88f6bfdd6f54",
"body": null,
"is_bot": false,
"headline": "pre-v2.5.0",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-28T18:32:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba200e53889fc07d960551752e4b9a7dbff55e55",
"body": null,
"is_bot": false,
"headline": "pre-v2.5.0",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-28T18:25:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "929b726dcce075c8967c7282fe860aa2a9939716",
"body": null,
"is_bot": false,
"headline": "pre-2.3.0",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-28T13:54:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b93b48ebab24d045a7bd8766ea1e04822b304a1",
"body": null,
"is_bot": false,
"headline": "pre-v2.2.0",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-28T12:16:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cefe44941f1ed6ee6fb589f3af00bc8a696facb7",
"body": null,
"is_bot": false,
"headline": "pre-v2.0.1",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-23T02:43:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5de48cd6a3d1a7dbd244a4ca5cb4c4a67b8f824",
"body": null,
"is_bot": false,
"headline": "pre201",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-23T02:19:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9167694a7bbaa24eddf1aa6131cef4d9b2dda93d",
"body": null,
"is_bot": false,
"headline": "pre-v2.0.0",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-20T19:24:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59e689fa817c0ac9a6a69aef0adc1a8bbc87f34b",
"body": null,
"is_bot": false,
"headline": "pre100",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-18T23:53:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec2f24a79a525873fd5c143c6639df98a6cc585d",
"body": null,
"is_bot": false,
"headline": "pre100",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-18T23:26:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88efac6970d796a7fc2bac28baee01bfdf26263f",
"body": null,
"is_bot": false,
"headline": "pre100",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-18T23:16:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5a9387a1ca5dc7a48cf4aa8b3e0b0b6017ea4ff",
"body": null,
"is_bot": false,
"headline": "pre100",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-18T23:10:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "968060db8ce7ec634242058c6508476f51ef27d7",
"body": null,
"is_bot": false,
"headline": "pre100",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-18T23:03:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10d8c6cb9f0330ef5ef9acc392ea8c80939aecf1",
"body": null,
"is_bot": false,
"headline": "Remove .idea and add to .gitignore",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-17T13:25:01Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 23,
"commits_last_year": 78,
"latest_release_at": "2026-07-24T11:33:37Z",
"latest_release_tag": "v2.7.8",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 21,
"days_since_latest_release": 2,
"mean_days_between_releases": 12.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "finanzonline_uid",
"exists": true,
"license": "MIT",
"keywords": [
"austria",
"cli",
"finanzonline",
"tax",
"uid",
"vat",
"verification",
"Environment :: Console",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Typing :: Typed"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/finanzonline_uid/",
"is_deprecated": false,
"latest_version": "2.7.8",
"repository_url": "https://github.com/bitranox/finanzonline_uid.git",
"versions_count": 23,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2025-12-20T19:42:07.160476Z",
"latest_published_at": "2026-07-24T11:34:14.495594Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"notebooks"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": true,
"typecheck_configs": [
"src/finanzonline_uid/py.typed"
],
"toolchain_manifests": [],
"largest_source_bytes": 54616,
"source_files_sampled": 62,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 10677
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 31,
"malicious_count": 0,
"assessed_package": "pypi:finanzonline_uid@2.7.8",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "rich-click",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.9.8"
},
{
"name": "lib_cli_exit_tools",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.3.2"
},
{
"name": "lib_log_rich",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=6.3.5"
},
{
"name": "lib_layered_config",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=5.6.0"
},
{
"name": "btx_lib_mail",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.5.0"
},
{
"name": "pydantic",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.13.4"
},
{
"name": "zeep",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=4.3.3"
},
{
"name": "filelock",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=3.32.0"
},
{
"name": "orjson",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=3.11.9"
}
],
"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": 0,
"open_issues": 3,
"closed_ratio": 0.25,
"closed_issues": 1,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "bitranox",
"commits": 78,
"avatar_url": "https://avatars.githubusercontent.com/u/8355239?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"codeql.yml",
"default_cicd_public.yml",
"default_release_public.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"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 0/30 approved changesets -- score normalized to 0",
"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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "26 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow 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": 10,
"reason": "SAST tool detected: CodeQL",
"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": "add071c592cb2ad5dc89767d05713d8a581feb22",
"ran_at": "2026-07-27T09:56:16Z",
"aggregate_score": 5.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T09:13:49Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 1,
"created_at": "2025-12-22T01:10:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 3,
"created_at": "2025-12-29T09:42:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 4,
"created_at": "2025-12-29T10:32:48Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/bitranox/finanzonline_uid",
"host": "github.com",
"name": "finanzonline_uid",
"owner": "bitranox"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 65,
"vitality": 87,
"community": 33,
"governance": 40,
"engineering": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 87,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"commits_last_year": 78,
"human_commit_share": 1,
"days_since_last_push": 2,
"active_weeks_last_year": 21
},
"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": "21/52 weeks with commits",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 21
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "78 commits in the last year",
"points": 17,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 78
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "26 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "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": 100,
"inputs": {
"releases_count": 23,
"latest_release_tag": "v2.7.8",
"releases_from_tags": false,
"days_since_latest_release": 2,
"mean_days_between_releases": 12.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "23 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 23
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~12.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 12.9
}
}
],
"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": 2,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 2 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 2
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 33,
"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": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 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": "at_risk",
"name": "Sustainability & Governance",
"value": 40,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"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": "critical",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"merged_prs": 0,
"open_issues": 3,
"closed_issues": 1,
"issue_closed_ratio": 0.25,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "25% of issues closed",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 25
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "0/1 decided PRs merged",
"points": 0,
"status": "missed",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 0,
"decided": 1
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 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": 54,
"inputs": {
"followers": 13,
"owner_type": "User",
"is_verified": null,
"owner_login": "bitranox",
"public_repos": 80,
"account_age_days": 4374
},
"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": "13 followers of bitranox",
"points": 8.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 13,
"login": "bitranox"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "80 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 80
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"finanzonline_uid"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 2
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 2 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "23 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 23
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 66,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"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": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "moderate",
"name": "Security",
"value": 65,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.6
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "26 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"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 detected: CodeQL",
"points": 5,
"status": "met",
"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
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:finanzonline_uid@2.7.8 runtime dependency closure — what installing the published package pulls in — 31 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:finanzonline_uid@2.7.8",
"assessed": 31
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 31,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 31,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 63,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.231,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 10677
},
"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": "18 of 78 human commits state their intent (structured subject or explanatory body)",
"points": 12.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 18,
"sampled": 78
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": true,
"has_linter_config": false,
"typecheck_configs": [
"src/finanzonline_uid/py.typed"
],
"agent_commit_share": 0.013,
"toolchain_manifests": [],
"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": "src/finanzonline_uid/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "src/finanzonline_uid/py.typed"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "devcontainer",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "devcontainer"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 78 commits agent-authored or agent-credited",
"points": 2.6,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 78
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 54616,
"source_files_sampled": 62,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (src/finanzonline_uid/py.typed)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "src/finanzonline_uid/py.typed",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/62 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 62,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"notebooks"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "notebooks",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "notebooks"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T09:56:21.099481Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/bitranox/finanzonline_uid.svg",
"full_name": "bitranox/finanzonline_uid",
"license_state": "standard",
"license_spdx": "MIT"
}