Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1344,
"has_wiki": true,
"homepage": null,
"languages": {
"Shell": 1748,
"Python": 532732,
"Makefile": 24665,
"Jupyter Notebook": 5132
},
"pushed_at": "2026-07-24T12:09:30Z",
"created_at": "2025-12-22T16:04:02Z",
"owner_type": "User",
"updated_at": "2026-07-24T12:07:20Z",
"description": "download results from FinanzOnline Databox",
"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": "v1.2.20",
"kind": "patch",
"published_at": "2026-07-24T12:09:32Z"
},
{
"tag": "v1.2.19",
"kind": "patch",
"published_at": "2026-07-20T09:53:38Z"
},
{
"tag": "v1.2.18",
"kind": "patch",
"published_at": "2026-07-19T12:51:00Z"
},
{
"tag": "v1.2.17",
"kind": "patch",
"published_at": "2026-06-14T21:03:03Z"
},
{
"tag": "v1.2.16",
"kind": "patch",
"published_at": "2026-03-26T10:22:09Z"
},
{
"tag": "v1.2.15",
"kind": "patch",
"published_at": "2026-03-09T10:11:22Z"
},
{
"tag": "v1.2.14",
"kind": "patch",
"published_at": "2026-03-09T09:24:45Z"
},
{
"tag": "v1.2.13",
"kind": "patch",
"published_at": "2026-02-13T18:30:46Z"
},
{
"tag": "v1.2.12",
"kind": "patch",
"published_at": "2026-02-01T14:23:34Z"
},
{
"tag": "v1.2.11",
"kind": "patch",
"published_at": "2026-01-29T09:23:27Z"
},
{
"tag": "v1.2.10",
"kind": "patch",
"published_at": "2026-01-07T21:10:33Z"
},
{
"tag": "v1.2.9",
"kind": "patch",
"published_at": "2026-01-07T20:26:53Z"
},
{
"tag": "v1.2.8",
"kind": "patch",
"published_at": "2026-01-07T19:04:00Z"
},
{
"tag": "v1.2.7",
"kind": "patch",
"published_at": "2026-01-07T18:42:55Z"
},
{
"tag": "v1.2.6",
"kind": "patch",
"published_at": "2026-01-07T18:18:57Z"
},
{
"tag": "v1.2.5",
"kind": "patch",
"published_at": "2026-01-07T17:16:41Z"
},
{
"tag": "v1.2.4",
"kind": "patch",
"published_at": "2026-01-07T16:37:42Z"
},
{
"tag": "v1.2.3",
"kind": "patch",
"published_at": "2026-01-07T16:14:49Z"
},
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2025-12-28T22:36:30Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2025-12-28T18:56:29Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2025-12-28T18:20:52Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2025-12-28T00:25:51Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2025-12-27T22:18:57Z"
}
],
"recent_commits": [
{
"oid": "f692486b5383bf22c24a9fce220bc372178f8dac",
"body": "…t-ruff violations at root\n\nruff 0.16.0 widened its own default rule set from ~213 to ~920 rules whenever\na project has no explicit [tool.ruff.lint].select, which this repo never had -\nthat regression, not a code regression, is what turned CI red. Add the\ncurated select used by the bitranox py-cli t\n[…]\nattribute in the error-notification HTML email, a\ndoctest NameError left behind by an automated TC003 import move, an A002\nformat/builtin shadow rename, and a PLW0603 global-state refactor in i18n.py.",
"is_bot": false,
"headline": "2026-07-24 14:06:42 - fix(ci): pin the ruff lint policy and fix lates…",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-24T12:06:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4dc33c6a6d40f0381bd394ce9a54cb8ed9565fbb",
"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": "3216cec75974ddc1bdeb27fc84e525b89be5b9d7",
"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": "c734b43d42e41d6327859f9a8142752ff3f052c7",
"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:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "779b6ad2f1815636872fd53101ed95485a49568d",
"body": "Bump the filelock floor to >=3.31.1 (picked up by the bmk dependency gate).\n\nDocument btx_lib_mail and orjson under Key Dependencies; both were declared\ndependencies that the list never mentioned, and btx_lib_mail's Transport port\nis now the seam the mail tests inject into instead of patching smtplib.",
"is_bot": false,
"headline": "2026-07-20 11:50:41 - chore(release): finalize 1.2.19",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-20T09:50:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64d408ce5a701273fead62207b23ea7772ab5635",
"body": "…mtplib (1.2.19)\n\nbtx_lib_mail 1.5.0 replaced the single sendmail() call with a streaming\ndelivery path that drives DATA/BDAT over the connection directly. The mail\ntests stood a MagicMock in for smtplib.SMTP, and that mock cannot satisfy the\nricher protocol: has_extn(\"chunking\") returns a truthy Mo\n[…]\non what was delivered - sender,\nrecipients, body parts, credentials, hosts tried - instead of only that the\ncall returned True.\n\nRaise the floor to >=1.5.0, since the transport parameter is new in it.",
"is_bot": false,
"headline": "fix(mail): inject btx_lib_mail's transport seam instead of patching s…",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-20T09:13:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b838261487252f799a87b3a6dc81b998ce90c21e",
"body": "…r password (1.2.18)\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:47:50 - fix(mail): adapt to btx_lib_mail 1.4.0 SecretSt…",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-19T12:47:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43d257581b3bb793e0edfb4a2dc40ccd6b6e7782",
"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": "32649bbc5219384adf0608b83fe6665402f21100",
"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_databox",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-17T09:23:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "219f30c740978257205e85db3e53b14847e9c3a3",
"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": "4c14dd5e3aa928dae5c8234669c18de9df671e02",
"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:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a53f422b31a1ff40141f9408b1a0594e56d2ec1b",
"body": null,
"is_bot": false,
"headline": "chores",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-15T15:56:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4aedbf76d17bd0756a5aa19638f30818971997f",
"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:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bb025c4207921e3079693431eca34f59e7044d0",
"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:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcc7616b47333af6db73c17b69d9e78f13753ab8",
"body": "…E-2026-7246",
"is_bot": false,
"headline": "2026-07-14 12:43:55 - disable codecov-cli, pin click 8.3.3, clears CV…",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-14T10:43:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b5e85e2e1b622e0eb45d5251a7ca5bc27e6934f",
"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": "cfb0a6fa6e527b6fa2814237ebcd11b9d09b36f8",
"body": null,
"is_bot": false,
"headline": "actions/cacheV6 update",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-07-03T07:58:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00900dc19cdd2c64d3ce06e9a1049b7a6dae4dd3",
"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": "a6142efd6277e8b4048decbcbccc74848b99dd10",
"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": "b5cd5f2c2dae2d6e1537431c5b5ae9e15222eeac",
"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:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7215ed79ab6a8cf1cf8b7cfa82161811121252c4",
"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": "04a54a1097cfbb22b486fa07bfa6cbd193c41832",
"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:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2544865a4e989ce5e2a0686ec075893ee57093da",
"body": "…oors",
"is_bot": false,
"headline": "release 1.2.17 add typed_click facade and bump internal dependency fl…",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-06-14T21:01:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "832156f89454a50f5c926e586a5371417983187b",
"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": "679e0dbe5266cea00a3dffd32693e76ddaa57702",
"body": null,
"is_bot": false,
"headline": "updrootvol overwrites local changes now",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-04-24T09:47:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78ab29cd74d00a1dd1df3f7f0d639a5253c6311c",
"body": null,
"is_bot": false,
"headline": "update cicd matrix",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-03-30T22:29:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62c411809b94de3b9d09bdf49f6e311d7e97c029",
"body": null,
"is_bot": false,
"headline": "update cicd matrix",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-03-30T21:27:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee0dacd94a54b34a58edba4411b15a1c3ce0a502",
"body": null,
"is_bot": false,
"headline": "bump codecov action to V6",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-03-30T20:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e03cfc6b5014efe4163d9854136d242835232cb0",
"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:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bc4780dd94bb96cb594bb305eb8648fb693c777",
"body": "…l, update CVE exclusions",
"is_bot": false,
"headline": "2026-03-26 11:19:58 - v1.2.16: fix TOML syntax error in pyproject.tom…",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-03-26T10:19:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7558b1a203d0f475a038bbdeaee5404957a9fe2c",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-03-25T23:54:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67b759d4be3e00f72ed6e9a0cf8cc97281d55e2a",
"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": "49c1dd158c82255ef674a569acf7e22912325834",
"body": "…re enforcement, raise coverage threshold",
"is_bot": false,
"headline": "2026-03-09 11:09:12 - v1.2.15: split CLI into package, add architectu…",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-03-09T10:09:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cccf941e552ee033cb0da16901daaee31b3e4277",
"body": "…pers, add warning logs for silent config errors",
"is_bot": false,
"headline": "2026-03-09 10:22:31 - v1.2.14: fix failing test, deduplicate SOAP hel…",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-03-09T09:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2c771cd66951e54aa07dae8a68bbfe5f6ef106e",
"body": null,
"is_bot": false,
"headline": "update download artifact",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-03-03T08:34:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc7ef8bb20f1f5010caff5a019578b6e38714f6f",
"body": null,
"is_bot": false,
"headline": "update upload action",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-26T19:57:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae5be161da42a1720ab0498c663068247d5cdf9c",
"body": null,
"is_bot": false,
"headline": "update cicd runner",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-23T17:03:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c086b964eb921af4407da8b45bfd873199984fb",
"body": null,
"is_bot": false,
"headline": "fix cicd runner",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-19T22:08:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af6c2bdf7f6f2429c72c635c3500729dc277eb7f",
"body": null,
"is_bot": false,
"headline": "update cicd",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-18T14:26:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2ff90170a9dca7d3f97f904a090f79fc8566eeb",
"body": null,
"is_bot": false,
"headline": "bandit should read pyproject.toml",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-17T20:15:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d4b30324b2348336cd09e36a0c2a697e98f11d5",
"body": null,
"is_bot": false,
"headline": "update",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-13T23:26:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05110adf53a173f53f81f6fb2d605510daf02997",
"body": null,
"is_bot": false,
"headline": "2026-02-13 19:30:38 - chores",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-13T18:30:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fee76e75001896d677205f84872899610b476ad",
"body": null,
"is_bot": false,
"headline": "2026-02-13 19:27:55 - chores",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-13T18:27:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eca419f02e88313121147b7e2678e1c68b0196a",
"body": null,
"is_bot": false,
"headline": "2026-02-13 19:21:22 - chores",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-13T18:21:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61c72d06e8cb02fb33f08c6fe5cbdc64f933f33e",
"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:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "14d958ae0b13164c3d45e8a83dd7fd51829ffd32",
"body": null,
"is_bot": false,
"headline": "update cicd",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-13T16:36:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51f7ff982e5587b7078adbe9bdd520bd6b727ebe",
"body": null,
"is_bot": false,
"headline": "add bash 4+ for macos",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-13T15:53:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bd107921af8f379e66f14577cef466eab0c400b",
"body": null,
"is_bot": false,
"headline": "cleanup",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-12T11:06:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "018ef6208cac11aa71ab7f7c4b87689bac1e6316",
"body": null,
"is_bot": false,
"headline": "skill updates",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-11T16:40:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0191f13d143593e10e9a83a376d23d33e50e1bf3",
"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": "0318b468fdf59e084ce00d0ba5e70c6e4ad8c4a9",
"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": "73050aea8d33441601282dad62551c930fb3dad9",
"body": null,
"is_bot": false,
"headline": "update cicd",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-01T16:43:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcdeb06cd70d27b590c819735f7fd6824fa5946e",
"body": null,
"is_bot": false,
"headline": "pre-v1.2.12",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-01T14:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44bf04158973b8f18075d803c7246d52c0878867",
"body": null,
"is_bot": false,
"headline": "update deps",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-02-01T14:14:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9e9578e4c943cc3520612740dd8bc3b56231d33",
"body": null,
"is_bot": false,
"headline": "pre-v1.2.11",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-01-29T09:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86ceb0da9a2431383fe7bfd5eb639dd40702397c",
"body": null,
"is_bot": false,
"headline": " change deps \"pyright\" to \"pyright[nodejs]\"",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-01-26T18:46:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5186ca1aa4f7f2a18dd9623b878476862a7b9455",
"body": null,
"is_bot": false,
"headline": "v1.2.10",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-01-07T21:08:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22593bc99ad18351544472cee32485dc5ceecc58",
"body": null,
"is_bot": false,
"headline": "pre-v1.2.9",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-01-07T20:26:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cb99bf91accd3a9af26183ec988f6644545438a",
"body": null,
"is_bot": false,
"headline": "pre-v1.2.8",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-01-07T19:03:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be2f79728ab9b391e3432b4e1ef2ce8a8051a6ff",
"body": null,
"is_bot": false,
"headline": "pre-v1.2.7",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-01-07T18:42:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c384b1fbc660523ced8fdb40f60545a7d9d2b2dd",
"body": null,
"is_bot": false,
"headline": "docs update",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-01-07T18:25:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1a3708c9fcb06974ac109288831b5d108f937ba",
"body": null,
"is_bot": false,
"headline": "pre-v1.2.6",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-01-07T18:17:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a15e628db4ca5a1a6eff0da980155ef9290ced4",
"body": null,
"is_bot": false,
"headline": "pre-v1.2.5",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-01-07T17:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "979009fd30aa79a6219fd2d54624c174e6eb4f82",
"body": null,
"is_bot": false,
"headline": " Summary of changes for v1.2.4:",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-01-07T16:33:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "517179405a2a8b4f5ec9b6f8a7034ea2a21f0aa1",
"body": null,
"is_bot": false,
"headline": "pre-v1.2.3",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2026-01-07T16:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9b57e6d24dec5d862f98e4b69826a7c1853969c",
"body": null,
"is_bot": false,
"headline": "pre-v1.2.2",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-28T22:31:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57366077896dffa54aef59a34b04011c007ccce8",
"body": null,
"is_bot": false,
"headline": "pre-v1.2.1",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-28T18:49:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0208e268924304fd922baa5356b53db6bedbb32b",
"body": null,
"is_bot": false,
"headline": "pre-v1.2.0",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-28T18:04:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b608499ca6811cecd97a791211e5238b0861264a",
"body": null,
"is_bot": false,
"headline": "pre-v1.0.1",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-28T00:22:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cdf11ccb97a38eddcb42a1c2b92b68d529f33cb",
"body": null,
"is_bot": false,
"headline": "pre-v1.0.0",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-27T22:14:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16885f58f00767fa36c5bc1b2f564542590504fb",
"body": null,
"is_bot": false,
"headline": "pre-v1.0.0",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-27T22:09:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55cdacc313002ecc64ce750bda02ef9725a9d5b3",
"body": null,
"is_bot": false,
"headline": "Remove .idea and add to .gitignore",
"author_name": "bitranox",
"author_login": "bitranox",
"committed_at": "2025-12-22T16:58:21Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 23,
"commits_last_year": 72,
"latest_release_at": "2026-07-24T12:09:32Z",
"latest_release_tag": "v1.2.20",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 19,
"days_since_latest_release": 2,
"mean_days_between_releases": 19.6
},
"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_databox",
"exists": true,
"license": "MIT",
"keywords": [
"austria",
"cli",
"databox",
"documents",
"download",
"finanzonline",
"tax",
"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_databox/",
"is_deprecated": false,
"latest_version": "1.2.20",
"repository_url": "https://github.com/bitranox/finanzonline_databox.git",
"versions_count": 23,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 436,
"first_published_at": "2025-12-27T22:19:23.779970Z",
"latest_published_at": "2026-07-24T12:10:18.966715Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"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_databox/py.typed"
],
"toolchain_manifests": [],
"largest_source_bytes": 38166,
"source_files_sampled": 64,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 12597
},
"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_databox@1.2.20",
"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": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "bitranox",
"commits": 72,
"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": "24 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": "f692486b5383bf22c24a9fce220bc372178f8dac",
"ran_at": "2026-07-27T09:56:15Z",
"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:01:53Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/bitranox/finanzonline_databox",
"host": "github.com",
"name": "finanzonline_databox",
"owner": "bitranox"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 65,
"vitality": 86,
"community": 36,
"governance": 38,
"engineering": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 86,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"commits_last_year": 72,
"human_commit_share": 1,
"days_since_last_push": 2,
"active_weeks_last_year": 19
},
"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": "19/52 weeks with commits",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 19
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "72 commits in the last year",
"points": 16.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 72
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "24 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": "v1.2.20",
"releases_from_tags": false,
"days_since_latest_release": 2,
"mean_days_between_releases": 19.6
},
"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 ~19.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 19.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 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": 36,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "at_risk",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"packages": [
"finanzonline_databox"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 436
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "436 downloads/month across pypi",
"points": 35.2,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 436,
"ecosystems": "pypi"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 38,
"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": "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": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 2
},
"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": "0/2 decided PRs merged",
"points": 0,
"status": "missed",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 0,
"decided": 2
}
}
],
"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_databox"
],
"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": "24 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_databox@1.2.20 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_databox@1.2.20",
"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": 58,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.25,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 12597
},
"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 72 human commits state their intent (structured subject or explanatory body)",
"points": 13.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 18,
"sampled": 72
}
}
],
"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_databox/py.typed"
],
"agent_commit_share": 0.014,
"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_databox/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "src/finanzonline_databox/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 72 commits agent-authored or agent-credited",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 72
}
}
],
"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": 38166,
"source_files_sampled": 64,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (src/finanzonline_databox/py.typed)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "src/finanzonline_databox/py.typed",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/64 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 64,
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T09:56:20.003282Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/bitranox/finanzonline_databox.svg",
"full_name": "bitranox/finanzonline_databox",
"license_state": "standard",
"license_spdx": "MIT"
}