JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"telegram-fix"
],
"is_fork": false,
"size_kb": 315,
"has_wiki": true,
"homepage": null,
"languages": {
"Nix": 686,
"Python": 240069,
"Makefile": 2227,
"Dockerfile": 716
},
"pushed_at": "2026-07-23T05:02:32Z",
"created_at": "2021-09-14T01:37:09Z",
"owner_type": "User",
"updated_at": "2026-07-23T04:59:15Z",
"description": "A fast, stateless Telegram bot that turns raw media links into native, Telegram-friendly media.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "https://azusachino.icu",
"name": "haru",
"type": "User",
"login": "azusachino",
"company": null,
"location": "Tokyo",
"followers": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/18746830?v=4",
"created_at": "2016-04-30T02:31:44Z",
"is_verified": null,
"public_repos": 89,
"account_age_days": 3736
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-07-23T05:02:40Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-17T14:38:46Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-10T14:00:30Z"
}
],
"recent_commits": [
{
"oid": "69e4f2390037aaa16a0a636bf4b54b7a8b137a2d",
"body": "…fallback\n\nfix(instagram): fail fast on extraction failure, add yt-dlp image fallback",
"is_bot": false,
"headline": "Merge pull request #6 from azusachino/fix/instagram-fail-fast-yt-dlp-…",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-07-23T04:59:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35865348b366c1f55929319586126fc6b6298ab4",
"body": "…lback\n\nparth-dl failing outright used to fall back to handle_video_link's full\nyt-dlp/you-get/lux engine chain, but yt-dlp's own Instagram extractor hits\nthe same public endpoints parth-dl already failed against, so it just\nretried into the same wall (~15s across 4 doomed engines) before failing\nwi\n[…]\nes.\n\nAlso adds an image-local Makefile target (matching suzuran's) for\nbuilding and importing straight into k3s containerd, and bumps to 0.3.1.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(instagram): fail fast on extraction failure, add yt-dlp image fal…",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-07-23T04:57:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f650378884c25fa81046a3484c68452d87c23fc8",
"body": "v0.3.0: Live RBAC via Valkey, /start, dispatch logging",
"is_bot": false,
"headline": "Merge pull request #5 from azusachino/feat/valkey-rbac-reddit-v0.3",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-07-17T14:26:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f9dc9650393594b7f57585fd4b6cbe93207489b",
"body": "Reddit aggressively blocks the .json API even with a browser\nUser-Agent — the fail-fast fix helps avoid burning the full engine\nchain, but the underlying reliability problem (403/429 from Reddit\nitself) isn't something this bot can fully work around. Pulling\nReddit support rather than shipping a platform that regularly tells\nusers \"try again shortly.\"",
"is_bot": false,
"headline": "revert: remove Reddit support",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-07-17T14:22:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7188c60078f05a6d60db98c2597c6a28f84defac",
"body": "A failed conversion is the bot apologizing for a system error, not the\nbot downvoting the user's content — 👎 reads as judgment of the link\nitself. Switched REACTION_FAILED to 😢, still in Telegram's default\nreaction set so no custom-reactions permission is needed.",
"is_bot": false,
"headline": "fix(bot): use a sad-face reaction for failures instead of thumbs-down",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-07-17T14:09:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "258c7e7c3d8807c597e885ff59b369db1565587f",
"body": "… engine chain\n\nfetch_post now raises RedditBlocked on 403/429. handle_reddit_links\ncatches it and replies immediately instead of falling back to\nhandle_video_link's full yt-dlp/you-get/lux chain — yt-dlp's own\nReddit extractor hits this exact .json API internally, so that\nfallback was just retrying\n[…]\nthe same blocked request four more times\nat real cost (observed: ~3 minutes wall time, ending in a false-\npositive \"success\" from you-get that was actually a 3.8KB placeholder\nicon, not real content).",
"is_bot": false,
"headline": "fix(reddit): fail fast on Reddit rate-limit/block instead of the full…",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-07-17T14:09:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ef8653f69d2e5cd822dc2bfd187492cc02ca6434",
"body": "Reddit has aggressively blocked non-browser User-Agent strings on the\npublic .json endpoint since their 2023 API crackdown; the custom\n\"daphne/0.2 (...)\" identifier was getting 403'd on real posts. Reuses\ntwitter.py's browser UA, the same technique already proven against\nTwitter's bot detection in this codebase.",
"is_bot": false,
"headline": "fix(reddit): use a browser user-agent to avoid Reddit's 403 on .json",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-07-17T14:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c307c8abfc5053486df10f3fbf9feb3ad541482a",
"body": "Reddit's Share button produces /r/<sub>/s/<shortcode> links, which are\nredirect stubs rather than the classic /comments/<id>/ permalink the\noriginal regex expected — these were silently falling through to no\nhandler at all. Broadens REDDIT_REGEX to match the share-link shape,\nand resolves it to the canonical permalink before appending .json\n(appending .json directly to the share link doesn't reliably follow\nReddit's redirect).",
"is_bot": false,
"headline": "fix(reddit): detect and resolve mobile-app share links",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-07-17T14:01:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7b64561ec9d94bef057be1a55c2e942dcca9bee",
"body": "Adds valkey and bumps ruff (0.15.17 -> 0.15.21) in dependencies.\nUpdates README badges, CHANGELOG, and the k3s deployment image tag\n(0.1.0 -> 0.3.0, two versions stale) to match this release. README\nalso documents /start, the admin RBAC commands, and Reddit support.",
"is_bot": false,
"headline": "chore: bump version to 0.3.0",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-07-17T13:57:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e661d462aea565be311e6e09401332eb0d639264",
"body": "Replaces the single broad \"standard_group\" role with a minimal-to-full\nladder: default (convert_link only), standard (+ preview_video,\nfetch_metadata, extract_audio), power_user (+ download_video). Updates\nthe canonical example in RBAC.md and the k3s ConfigMap template to\nmatch. \"standard_group\" was a confusing name that conflated \"the\ndefault access level\" with \"a chat-scoped role.\"",
"is_bot": false,
"headline": "docs(rbac): restructure roles into a graduated permission ladder",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-07-17T13:57:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08f156cabfb9c2e50e817d7aa0b1bf9113151d07",
"body": "…tch logging\n\n- /start: answers even for users/chats RBAC hasn't whitelisted yet\n (Telegram's own \"Start\" button should never go silent), shown first\n in the command menu; shares overview copy with /help.\n- /grant, /revoke, /roles: admin-only commands (hardcoded to the\n admin role check, never re\n[…]\n each handler with start/end/failure logging\n (log_handler) with elapsed time, so \"never received\" vs \"received\n but did nothing\" vs \"received and crashed\" are all distinguishable\n from logs alone.",
"is_bot": false,
"headline": "feat(bot): add /start, admin RBAC commands, Reddit routing, and dispa…",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-07-17T13:57:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "14187e19998020000df0b3d38a49c49f3e724ce5",
"body": "Detects reddit.com/redd.it links and fetches Reddit's public .json\nAPI (no auth needed for public posts). Handles image posts and\ngalleries directly; video posts (v.redd.it) delegate to the existing\ngeneric yt-dlp video pipeline, since it already knows how to mux\nReddit's separate video/audio DASH streams. Gated behind the same\nconvert_link RBAC permission as the other platform handlers; not\nadded to inline mode, matching existing precedent (Bluesky/Pixiv/\nTikTok aren't in inline mode either).",
"is_bot": false,
"headline": "feat(reddit): add Reddit link extractor",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-07-17T13:57:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a392bfda9fcc307a032a21cab810b710a26b514",
"body": "…ives\n\nRBAC can now optionally sync from a Valkey instance ([rbac] valkey_url\nor DAPHNE_VALKEY_URL, env var takes precedence), refreshing every 30\nseconds so role edits don't require a redeploy. On an empty store it\nseeds Valkey from config.toml instead of wiping RBAC; on a connection\nerror it keeps\n[…]\nhe previous in-memory state. Fully inert when unset.\n\nAdds RbacService.grant_user/revoke_user/grant_chat/revoke_chat/\nis_admin/role_exists/list_roles as the primitives the new admin\ncommands build on.",
"is_bot": false,
"headline": "feat(rbac): add Valkey-backed live RBAC with grant/revoke/list primit…",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-07-17T13:57:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "69d64d643f47494149e55d86884d45a379fb9a21",
"body": "… output\n\nAdds --embed-metadata --embed-thumbnail --embed-subs --sub-langs to\nvideo downloads, and --embed-metadata --embed-thumbnail to audio\nextraction, so downloaded files carry richer tags/cover art/subtitles\ninstead of bare media streams.",
"is_bot": false,
"headline": "feat(downloader): embed metadata, thumbnails, and subtitles in yt-dlp…",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-07-17T13:57:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8dc3e25f0f1b5082ebcc92702e9d1b5e4a20c91",
"body": "Pixiv artworks especially can carry a dozen+ tags, which previously\ndumped as one long hashtag line. Tag lines past a threshold now render\nas a tap-to-expand <blockquote expandable>, per Telegram's rich-message\nformatting support. Also adds HtmlMessage.raw() for callers that need\nto mix pre-escaped HTML with literal placeholder text in one message.",
"is_bot": false,
"headline": "feat(messages): collapse long tag lists into expandable blockquotes",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-07-17T13:57:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e1aa5b89e1d8764b469de1a7a1820748e770dfb",
"body": "feat: inline mode, gallery downloads, concurrency guard, reactions (v0.2.0)",
"is_bot": false,
"headline": "Merge pull request #4 from azusachino/feat/media-features",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-07-10T13:59:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b24bbb9a06cbd29fe5fc9ad5b48e37886b602b6",
"body": null,
"is_bot": false,
"headline": "docs: sanitize deployment identifier examples",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-07-10T13:57:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1087dbadaea2953040f16363f0b516737aaf9fd7",
"body": null,
"is_bot": false,
"headline": "docs: update RBAC permissions for 0.2.0",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-07-10T13:55:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d76225f3fc2f0f56a8c87f49fc877e24d70a2c45",
"body": null,
"is_bot": false,
"headline": "docs: add 0.2.0 changelog entry",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-07-10T13:50:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8ac6aa76d8ba65af013873276dba2c3b5a15981",
"body": "…0.2.0)\n\nAdd four media features and bundle two earlier fixes:\n\n- Inline mode (@daphne <url>): platform-aware resolvers return direct\n media as inline results. Twitter/X + Instagram via resolve_*_media,\n YouTube/Bilibili via yt-dlp. User-level RBAC only (inline_convert,\n chat_id=0) since Telegram\n[…]\nadata and retries the\n next engine on truncated results (Bilibili anti-bot cut-offs).\n\nRewrite README in OSS style. 84 tests pass, ruff clean.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: inline mode, gallery downloads, concurrency guard, reactions (v…",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-07-10T13:44:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "66c23ea51cb1545bae2ce6536b449e109f0ddc8c",
"body": "…d-downloads\n\nfeat: generic video download callbacks, 2GiB upload limits, fetch_metadata permission, and version 0.1.3",
"is_bot": false,
"headline": "Merge pull request #3 from azusachino/feat/rbac-refactor-and-on-deman…",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-21T00:41:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76963f477b44d6bd49d139ee96771393b8ed5b79",
"body": "…adata permission, and version 0.1.3",
"is_bot": false,
"headline": "feat: generic video download callbacks, 2GiB upload limits, fetch_met…",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-21T00:37:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "213b9e06ff77a248d103d2ef88d4bcda57cfd830",
"body": "fix: support schemeless URLs, handle unknown video size fallback, fix timeouts, bump to 0.1.2",
"is_bot": false,
"headline": "Merge pull request #2 from azusachino/fix/schemeless-urls-and-timeouts",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T13:47:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f5754b799e2fd8170056e771159cdf2a56d191a",
"body": "… timeouts, bump to 0.1.2",
"is_bot": false,
"headline": "fix: support schemeless URLs, handle unknown video size fallback, fix…",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T13:45:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88b2c127bf8ce3f78409c7afbe781c994237cc03",
"body": "feat: rebuild and rebrand to python",
"is_bot": false,
"headline": "Merge pull request #1 from azusachino/feat/rebuild-rebrand",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T10:16:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5620248b4a396321710cde6d8f15a80adbdb80d",
"body": null,
"is_bot": false,
"headline": "chore: base docker image",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T10:14:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0698663313ed1d7ef4d6322d3e67ad5fc841e6fa",
"body": null,
"is_bot": false,
"headline": "chore: claude review and fix",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T10:05:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0316f939149dbe892cd7e39a30690c19be9df4d",
"body": null,
"is_bot": false,
"headline": "chore(deps): add ruff as development dependency for CI linting",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T09:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcbaff5799ac2fe9ec81623dc8012deed5821612",
"body": "…tdown signals",
"is_bot": false,
"headline": "feat(container): integrate tini as entrypoint and handle graceful shu…",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T09:23:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24266b091df396c7d601a475b1863c454087647a",
"body": "…lint fixes",
"is_bot": false,
"headline": "docs(repo): align README, add LICENSE, CONTRIBUTING, CI workflow and …",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T09:20:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e25aaf12bfe8d713472d8f7f28d46290b78fc48",
"body": "…ok handlers",
"is_bot": false,
"headline": "feat(log): add structured processing logs to bot, instagram, and tikt…",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T09:18:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e6ce489f19c59764993fd5b311d17bcac32d642",
"body": "… handlers",
"is_bot": false,
"headline": "feat(media): implement custom tiktok (tikwm) and instagram (parth-dl)…",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T09:16:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3284593134cc4a47dbba1656cab9426e6202adbd",
"body": null,
"is_bot": false,
"headline": "feat(deps): add parth-dl dependency for instagram downloading",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T09:16:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bc624424584b6a7632fac3d63fe14e901a67acb",
"body": null,
"is_bot": false,
"headline": "chore: add up and down compose targets to Makefile",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T08:56:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb8d8aca17552a8e7fc07ae29065ae84ccb97885",
"body": null,
"is_bot": false,
"headline": "feat: add /audio command to extract and send MP3 audio files",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T08:54:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d1db29a62a50c26f0c2880224e622a38d8e6899",
"body": null,
"is_bot": false,
"headline": "feat: add Bluesky (bsky.app) post media embed support",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T08:53:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "542bbc1172e537944e5704fc5b10530e990e6b0c",
"body": "…nd upload",
"is_bot": false,
"headline": "feat: add Telegram chat actions for visual feedback during download a…",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T08:51:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25f8eec3cdacafeb36781b862a1d9015a21340d5",
"body": null,
"is_bot": false,
"headline": "chore: anonymize Telegram User and Chat IDs in k3s configmap",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T08:49:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8151761da849a51b425b9e5dc5aedfb892189cc7",
"body": "…aption tags",
"is_bot": false,
"headline": "feat: add TikTok and Instagram support, and refactor video platform c…",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T08:47:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e11900ab5b6483b7dd0861df2bb3f748fdd74a28",
"body": "…e container base to python 3.14",
"is_bot": false,
"headline": "chore: resolve init script deprecation, support local init, and updat…",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T08:46:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "499031f5a8e52809a0a4cc28a453ad9d905cfd86",
"body": null,
"is_bot": false,
"headline": "fix: delete original video card messages",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T08:15:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53b489159fd7f0435ccb0c89d01d94c1fa5237e2",
"body": null,
"is_bot": false,
"headline": "feat: narrow daphne to media conversion",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T08:12:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dd974a4bf690f54c596bc157818dc6247e506c8",
"body": null,
"is_bot": false,
"headline": "docs: add local compose run path",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T07:04:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd00787de024dd4c8bc4912e5c7228020feab3ac",
"body": null,
"is_bot": false,
"headline": "fix: pin uv and install lux fallback",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T06:59:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adaba72959b7e31895887267c9eb5b9f8783eb8c",
"body": null,
"is_bot": false,
"headline": "feat: finish daphne rebrand and deploy path",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-20T01:05:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84edc4b10cfb0b39e58435870c6acc7207c7064c",
"body": "…edulers",
"is_bot": false,
"headline": "feat: implement yandere/danbooru daily popular image fetching and sch…",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-19T23:13:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b04c6bbf6e21bd0ded7f19b3e5e6ea54e9ef922",
"body": "…cker-compose.yml",
"is_bot": false,
"headline": "feat: implement twitter automatic link converter and embedder, add do…",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-19T23:12:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cdfff4a47c58869f8dbb9a0d48725bbbcc9ee1f",
"body": null,
"is_bot": false,
"headline": "feat: implement video downloader /dl command with multi-engine fallbacks",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-19T23:07:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "138b5cd8903a7ad617cbe9c9d3d1c93b7e15e211",
"body": "…rand to daphne",
"is_bot": false,
"headline": "feat: containerize project, add makefile, flake.nix, and complete reb…",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-19T22:58:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28f5d63ac8defd06f76b169a3d5ad8c24c9615b3",
"body": null,
"is_bot": false,
"headline": "feat: implement wise exchange rate fetcher and scheduler",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-19T22:52:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09ee617894b7935f917f44d0d3dd45789d15ebb0",
"body": null,
"is_bot": false,
"headline": "feat: implement sqlite database connection and migrations",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-19T22:51:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41b79a567cf86a3cf8575d7a4e176f260eb39d0f",
"body": null,
"is_bot": false,
"headline": "chore: initialize python uv project and configure dependencies",
"author_name": "haru",
"author_login": "azusachino",
"committed_at": "2026-06-19T22:49:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "662de5ea88d08d12334031485f976aa8a9c65092",
"body": null,
"is_bot": false,
"headline": "chore: project cleanup",
"author_name": "azusachino",
"author_login": null,
"committed_at": "2023-05-18T12:04:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "825c80eb763d462086b5b4835fa0cee60c767a17",
"body": null,
"is_bot": false,
"headline": "ft. 0.2.1",
"author_name": "AzusaChino",
"author_login": "azusachino",
"committed_at": "2021-09-14T07:30:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50794bbf4f7a8903117d2e1975ece06c1ff31714",
"body": null,
"is_bot": false,
"headline": "ft. 0.2.0",
"author_name": "AzusaChino",
"author_login": "azusachino",
"committed_at": "2021-09-14T07:08:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2976705289dc192f6a9ee62dea4971da7d654454",
"body": null,
"is_bot": false,
"headline": "fix. wrong package",
"author_name": "AzusaChino",
"author_login": "azusachino",
"committed_at": "2021-09-14T06:44:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0cc7bc8ee39417d5f57c4143719e5f95f5d4b4d",
"body": null,
"is_bot": false,
"headline": "fix. few typos",
"author_name": "AzusaChino",
"author_login": "azusachino",
"committed_at": "2021-09-14T06:23:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efa22abd296e575245b8ab83aebf02cbb9226485",
"body": null,
"is_bot": false,
"headline": "ft. v0.1.0",
"author_name": "AzusaChino",
"author_login": "azusachino",
"committed_at": "2021-09-14T06:17:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c281b3df37b5ee8213a5da5abd31a2a6831c351",
"body": null,
"is_bot": false,
"headline": "ft. v0.0.3",
"author_name": "AzusaChino",
"author_login": "azusachino",
"committed_at": "2021-09-14T03:58:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e7b0283128193d61ad28be01126967a68a3e6e3",
"body": null,
"is_bot": false,
"headline": "ft. v0.0.2",
"author_name": "AzusaChino",
"author_login": "azusachino",
"committed_at": "2021-09-14T03:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e00c4677f107ec84e7957b8bb4e264fd094cbc1e",
"body": null,
"is_bot": false,
"headline": "ft. files",
"author_name": "AzusaChino",
"author_login": "azusachino",
"committed_at": "2021-09-14T03:10:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fcf8df7fc0c157d0d0c8f2eb09c03f11304b086",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "AzusaChino",
"author_login": "azusachino",
"committed_at": "2021-09-14T01:37:10Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 50,
"latest_release_at": "2026-07-23T05:02:40Z",
"latest_release_tag": "v0.3.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 3,
"days_since_latest_release": 0,
"mean_days_between_releases": 6.3
},
"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": "daphne",
"exists": true,
"license": "BSD",
"keywords": [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.9",
"Topic :: Internet :: WWW/HTTP"
],
"ecosystem": "pypi",
"matches_repo": false,
"registry_url": "https://pypi.org/project/daphne/",
"is_deprecated": false,
"latest_version": "4.2.3",
"repository_url": "https://github.com/django/daphne.git",
"versions_count": 64,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 5439172,
"first_published_at": "2016-02-09T20:54:37.443307Z",
"latest_published_at": "2026-07-21T13:15:19.753005Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1
}
]
},
"popularity": {
"forks": 0,
"stars": 2,
"watchers": 1,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": true,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 54389,
"source_files_sampled": 22,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "daphne",
"direct": false,
"version": "0.3.1",
"severity": "high",
"ecosystem": "pypi",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-rrc9-mx66-ffcm",
"GHSA-xh68-hfp5-5x5m",
"PYSEC-2026-213",
"PYSEC-2026-214"
],
"fixed_version": "4.2.2",
"advisory_count": 4,
"oldest_advisory_days": 49
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1
},
"advisory_count": 4,
"affected_count": 1,
"assessed_count": 12,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "httpx",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.28.1"
},
{
"name": "parth-dl",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.0.1"
},
{
"name": "python-telegram-bot",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=22.8"
},
{
"name": "valkey",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=6.1.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "httpx",
"direct": true,
"version": "0.28.1",
"ecosystem": "pypi"
},
{
"name": "parth-dl",
"direct": true,
"version": "1.0.1",
"ecosystem": "pypi"
},
{
"name": "python-telegram-bot",
"direct": true,
"version": "22.8",
"ecosystem": "pypi"
},
{
"name": "valkey",
"direct": true,
"version": "6.1.1",
"ecosystem": "pypi"
},
{
"name": "anyio",
"direct": false,
"version": "4.13.0",
"ecosystem": "pypi"
},
{
"name": "certifi",
"direct": false,
"version": "2026.5.20",
"ecosystem": "pypi"
},
{
"name": "daphne",
"direct": false,
"version": "0.3.1",
"ecosystem": "pypi"
},
{
"name": "h11",
"direct": false,
"version": "0.16.0",
"ecosystem": "pypi"
},
{
"name": "httpcore",
"direct": false,
"version": "1.0.9",
"ecosystem": "pypi"
},
{
"name": "idna",
"direct": false,
"version": "3.18",
"ecosystem": "pypi"
},
{
"name": "ruff",
"direct": false,
"version": "0.15.21",
"ecosystem": "pypi"
},
{
"name": "typing-extensions",
"direct": false,
"version": "4.15.0",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 12,
"direct_count": 4,
"indirect_count": 8
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 6,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "azusachino",
"commits": 61,
"avatar_url": "https://avatars.githubusercontent.com/u/18746830?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"uv.lock"
],
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"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/6 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 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": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "69e4f2390037aaa16a0a636bf4b54b7a8b137a2d",
"ran_at": "2026-07-23T12:47:01Z",
"aggregate_score": 4.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-23T04:59:58Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-23T04:59:11Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/azusachino/daphne",
"host": "github.com",
"name": "daphne",
"owner": "azusachino"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 54,
"vitality": 78,
"community": 33,
"governance": 44,
"engineering": 68
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 78,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"commits_last_year": 50,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "50 commits in the last year",
"points": 15.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 50
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 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": 3,
"latest_release_tag": "v0.3.1",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 6.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~6.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 6.3
}
}
],
"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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"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": 2,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"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": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"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": 44,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"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 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 6,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "6/6 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 6
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/6 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": 58,
"inputs": {
"followers": 34,
"owner_type": "User",
"is_verified": null,
"owner_login": "azusachino",
"public_repos": 89,
"account_age_days": 3736
},
"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": "34 followers of azusachino",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 34,
"login": "azusachino"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "89 public repos, account ~10 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 89
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 68,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"telegram-fix"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "1 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 1
}
}
],
"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": 54,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 42,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/6 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 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 not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 12 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 12
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 4,
"affected_packages": 1,
"assessed_packages": 12,
"unassessed_packages": 0,
"affected_by_severity": "high 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 12,
"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": 50,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.855,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "53 of 62 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 53,
"sampled": 62
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": true,
"has_tests": true,
"lockfiles": [
"uv.lock"
],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.032,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, Nix, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, Nix, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "2 of the last 62 commits agent-authored or agent-credited",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 62
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 54389,
"source_files_sampled": 22,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/22 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 22,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"pypi package 'daphne' points at a different repository (https://github.com/django/daphne.git); excluded from ecosystem scoring",
"deps.dev does not index pypi:daphne@4.2.3; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-23T12:47:16.116965Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/azusachino/daphne.svg",
"full_name": "azusachino/daphne",
"license_state": "standard",
"license_spdx": "MIT"
}