Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"atproto",
"atproto-pds",
"atprotocol",
"merkle-search-tree",
"python",
"python3"
],
"is_fork": false,
"size_kb": 427,
"has_wiki": true,
"homepage": null,
"languages": {
"HTML": 3348,
"Shell": 1871,
"Python": 177255,
"Dockerfile": 826
},
"pushed_at": "2025-10-08T23:21:45Z",
"created_at": "2024-02-25T18:31:08Z",
"owner_type": "User",
"updated_at": "2026-07-19T04:38:19Z",
"description": "A from-scratch atproto PDS implementation in Python",
"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://www.da.vidbuchanan.co.uk/blog/",
"name": "David Buchanan",
"type": "User",
"login": "DavidBuchanan314",
"company": null,
"location": null,
"followers": 1672,
"avatar_url": "https://avatars.githubusercontent.com/u/13520633?v=4",
"created_at": "2015-07-27T11:43:15Z",
"is_verified": null,
"public_repos": 191,
"account_age_days": 4017
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2025-10-04T21:16:05Z"
}
],
"recent_commits": [
{
"oid": "faf0c36ba65183eba47c1d4f50d084aa11f4ce95",
"body": "Sync v1.1 (non-breaking changes)",
"is_bot": false,
"headline": "Merge pull request #52 from DavidBuchanan314/syncv11-nonbreaking",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-08T23:21:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f356e89ece3c4ee179bf0fe3dc90c52e92b9782",
"body": null,
"is_bot": false,
"headline": "dedup version reporting",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-06T00:45:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f4813fc8a8c6bb1bc6d8a68bf252af9a7799108",
"body": null,
"is_bot": false,
"headline": "report PDS version in describeServer",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-06T00:39:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ac2efe08f7bfcad361afa0668779ba4613c9bdb",
"body": null,
"is_bot": false,
"headline": "make getRecord query more index-friendly",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-06T00:37:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "783566204b58c17e730d7a5e2089fd56e6d3050d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:DavidBuchanan314/millipds",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-06T00:07:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bcf9a13ccd8236ca40e0b72254ed15609234046",
"body": null,
"is_bot": false,
"headline": "hotfix: getRepo succeeds when only one record for a given CID exists...",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-06T00:07:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5649d9c15b4109e9223fb52db8738dc83afb825",
"body": "Port HTML templates to Jinja2",
"is_bot": false,
"headline": "Merge pull request #60 from DavidBuchanan314/html-templating",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-05T19:57:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ae8c341ae71fc2d59e92bf782660449740c64af",
"body": "- Remove html_templates.py wrapper module\n- Set up Jinja2 environment in construct_app() in service.py\n- Add MILLIPDS_JINJA_ENV AppKey and get_jinja_env() helper\n- Update auth_oauth.py to render templates directly at point of use\n- Fix deprecation warning: raise HTTPNotFound instead of returning it",
"is_bot": false,
"headline": "Move Jinja2 setup to construct_app() and remove html_templates.py",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-05T19:52:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0161b28b1ba3414eb672537c5a00a12190712366",
"body": "- Add jinja2 dependency for secure HTML templating\n- Move templates from inline strings to separate HTML files\n- Use FileSystemLoader to load templates at startup (auto_reload=False)\n- Enable auto-escaping for XSS protection\n- Implement template inheritance with base.html",
"is_bot": false,
"headline": "Port HTML templates to Jinja2",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-05T18:57:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e441bdede5a4c6080c10110f1adb037d8119630c",
"body": "Replace argon2-cffi with cryptography library for password hashing",
"is_bot": false,
"headline": "Merge pull request #59 from DavidBuchanan314/phc",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-05T17:34:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59a43f984304cb96df2808cf4a84049870a95868",
"body": "Switch from argon2-cffi to cryptography's built-in Argon2id implementation\nto reduce dependencies. The cryptography library was already a required\ndependency, so this eliminates the need for an additional package.\n\nChanges:\n- Use cryptography.hazmat.primitives.kdf.argon2.Argon2id for hashing\n- Maint\n[…]\nto verify compatibility\n- Remove argon2-cffi from pyproject.toml dependencies\n\nAll existing password hashes continue to work, as both implementations\nproduce and verify PHC-formatted argon2id strings.",
"is_bot": false,
"headline": "Replace argon2-cffi with cryptography library for password hashing",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-05T17:27:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "81a8283737de506a9004c6f72bd17f0b995dcbc7",
"body": null,
"is_bot": false,
"headline": "update nginx config to forward host header",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-05T17:06:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c38f3350a3cd2c746496def0e6588a19fcc2b6d",
"body": "Separate auth server and resource server hostname",
"is_bot": false,
"headline": "Merge pull request #58 from DavidBuchanan314/auth-hostname",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-05T16:55:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a37fb9371ab06c7175356235c1b35b6610c2703",
"body": "Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Update src/millipds/util.py",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-05T16:03:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "97d70badcda28331fb813c0b9e359d9afb548383",
"body": null,
"is_bot": false,
"headline": "never do service proxying for AS routes",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-05T15:50:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96794e55fd8a7329f76e7139716189f7937eda2b",
"body": "Fix AnnotatedRouteTableDef to correctly set _is_as_route attribute on\nhandler functions after decoration. The previous implementation was\nsetting the attribute on the decorator function itself rather than on\nthe returned handler.\n\nAdd comprehensive test suite for split AS/RS configuration that verif\n[…]\nth hostname\n- OAuth RS endpoints only accessible via PDS hostname\n- XRPC endpoints only accessible via PDS hostname\n- Session management works correctly with split configuration\n\nAll 78 tests passing.",
"is_bot": false,
"headline": "implement hostname-based routing for split AS/RS configuration",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-05T15:46:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c13266e3f3f1e825789f771d45069ff4d65737d8",
"body": null,
"is_bot": false,
"headline": "enforce RS/AS route separation in middleware",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-05T15:36:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f19b4601091914257e9082b9f469b9788af42ce",
"body": null,
"is_bot": false,
"headline": "fix tests: add auth_pfx to config initialization",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T23:59:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89afdcfd6b3128da670c9c2ba8206044903fde48",
"body": "Adds support for configuring a separate hostname for the OAuth\nauthorization server, distinct from the PDS resource server hostname.\n\n- Add auth_pfx column to config table (db schema v3->v4)\n- Add migration script to populate auth_pfx from pds_pfx for existing DBs\n- Update init command with --auth_host option\n- Update config command with --auth_pfx option\n- Document nginx setup for separate auth hostname",
"is_bot": false,
"headline": "add auth_pfx config for separate authorization server hostname",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T23:51:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b19187a6bcf4b31c7b99283b211023e860c3d526",
"body": null,
"is_bot": false,
"headline": "bugfix: never proxy *any* com.atproto. XRPCs",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T21:47:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ba240b69cf59460c9b81a0a54c1bae7b6786851",
"body": null,
"is_bot": false,
"headline": "bugfix: never proxy getServiceAuth",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T21:34:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27d095c5cc38cf2527cd0c213d4ef430aac722c4",
"body": null,
"is_bot": false,
"headline": "bugfix: never proxy preference XRPCs even if atproto-proxy header is set",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T21:26:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e28a346fc789697a20ec2d6a2d5fa79c28f7c22",
"body": "Implement HTTP Range request support for getBlob endpoint",
"is_bot": false,
"headline": "Merge pull request #57 from DavidBuchanan314/blob-range-requests",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T21:10:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1592388236eca0efc793eddd8fc6cda77f62cbdd",
"body": null,
"is_bot": false,
"headline": "simplify",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T21:07:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fade24e3e3c8f9cf98e584f0077319f88fccc48",
"body": "Add comprehensive range request support to com.atproto.sync.getBlob with\noptimized blob size calculation and selective part fetching.\n\nChanges:\n- Add BLOB_PART_SIZE constant to static_config.py (64KB)\n- Update blob upload to use centralized BLOB_PART_SIZE constant\n- Implement range request handling \n[…]\nndices from database\n\nTests:\n- Add comprehensive range request tests covering all range types\n- Add edge case tests for 64KB part boundary conditions\n- Add zero-length blob test\n- All 74 tests passing",
"is_bot": false,
"headline": "Implement HTTP Range request support for getBlob endpoint",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T20:48:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "99cf58969c0dc6b4516e879cc2ea32bcd31223c7",
"body": "Improve test coverage, fix type checker errors/warnings",
"is_bot": false,
"headline": "Merge pull request #56 from DavidBuchanan314/claude-testing",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T20:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2593c9e38d24f14726474baf26b6e79e0dc19c5e",
"body": "…her files now",
"is_bot": false,
"headline": "remove integration_test.py, its tests have been redistributed into ot…",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T20:14:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b36c1e22a56e1ec25fd5bb08a5b81fd3cf2fcfad",
"body": "- Fix typo: execption -> exception\n- Add type: ignore for aiohttp internal attribute access\n- Add type: ignore for possibly-unbound variables\n- Add type: ignore for dict literal in encode_dag_cbor call",
"is_bot": false,
"headline": "Silence type errors in tests with type: ignore comments",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T19:41:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d448db41285fd88bd31dad22529629d3264dc34d",
"body": null,
"is_bot": false,
"headline": "Only run pyright on Python 3.11+ in CI",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T19:35:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54a70f6f21af40278bb15f2d844a965e3a567a2e",
"body": null,
"is_bot": false,
"headline": "Run pyright on tests directory in CI",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T19:33:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02d979bdd14e3b0669ce6dd2ee6d700e255ad128",
"body": null,
"is_bot": false,
"headline": "Add pyright to test dependencies",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T19:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa456a5b79537b51b203bf1f168504dd3fddc9bb",
"body": null,
"is_bot": false,
"headline": "Apply ruff formatting to __main__.py",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T19:30:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ea59363fe10f53b129c4ec84cb51f35c8aeb8dd",
"body": null,
"is_bot": false,
"headline": "Add ruff to dev dependencies",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T19:27:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac18f508c50d83b6d1708f25362cc219fc97d0b2",
"body": null,
"is_bot": false,
"headline": "Add pyright type checking to CI",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T19:25:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a86a0bc18db9dd4e80535159691ec03272f90141",
"body": null,
"is_bot": false,
"headline": "ruff format",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T19:23:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58861623adf2cfdd2caefbbce6c5217b0b0e1a9e",
"body": "- Configure pyrightconfig.json to use .venv for proper package resolution\n- Fix cors_middleware import to use aiohttp_middlewares.cors\n- Add type: ignore comments for ssrf.py (janky code using private APIs)\n- Add type: ignore for util.py deep_iter generator return type",
"is_bot": false,
"headline": "Configure pyright venv and silence remaining type errors",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T19:21:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b83a541b3dba6fc9488a3bc08145c507ebbbe56",
"body": "- Cast CBOR data from database to dict type for type safety\n- Convert remaining .fetchone() to .get pattern\n- Use .get() for optional TypedDict fields to avoid None subscripting\n- Add assertions for CID and prior_value in delta processing\n- Fix generator type narrowing in util.py deep_iter()",
"is_bot": false,
"headline": "Fix type errors in repo_ops.py, service.py, and util.py",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T19:13:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89a7b1213e2f595007ecffa15a47eadc6ad4b10e",
"body": "- Replace remaining .fetchone() calls with .get pattern in atproto_repo and atproto_sync\n- Fix \"possibly unbound\" errors by tracking cursor variables separately in loops\n- Fix match/case scoping issues by moving dependent code inside case blocks\n- Add exhaustive match fallback cases to satisfy type checker",
"is_bot": false,
"headline": "Convert .fetchone() to .get and fix possibly unbound variables",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T18:41:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96e11a1cb9df5e4bc4f1f4e5371979c12c3c1658",
"body": "- Add MillipdsConfigPartial and MillipdsConfig TypedDicts\n- Config property validates all fields are present and raises on incomplete config\n- Config types now properly reflect that config is always fully initialized when accessed\n- Remove need for runtime None checks throughout the codebase\n- Convert remaining .fetchone() to .get in auth_bearer.py\n- Add Optional check for signing_key in appview_proxy",
"is_bot": false,
"headline": "Implement TypedDict for config with validation at load time",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T18:29:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "847c4180950a615be6bc586c27cbbd3727aa173b",
"body": "- Replace .fetchone() with .get property throughout database.py\n- Single-column queries return values directly (no tuple wrapping)\n- Multi-column queries use pattern matching with tuples\n- Add type casts for SQLiteValue types in list_repos\n- Fix get_blockstore return type and argument (was passing self instead of self.con)\n- Configure pyright/Pylance for standard type checking mode",
"is_bot": false,
"headline": "Refactor database.py to use APSW .get pattern for type safety",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T18:12:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3e3654a331036465367abe80c05eff617d9bc80",
"body": null,
"is_bot": false,
"headline": "run all tests in CI",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T17:45:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc2c970977c4a0c77552ecceae9c11acf25c608b",
"body": null,
"is_bot": false,
"headline": "expand test suite, improve coverage to 75%",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-10-04T17:39:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f89a01e7d367a2a46f379960e9ca50347dcce71",
"body": null,
"is_bot": false,
"headline": "remove hardcoded curve group order constants",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-07-19T22:05:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "474069f08dc067e2ff623baae7428e2d1139b4ab",
"body": "copilot: Refactor ECDSA signing to use non-deterministic signing method",
"is_bot": false,
"headline": "Merge pull request #53 from DavidBuchanan314/nondeterminstic-ecdsa",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-06-03T01:11:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e60577e90ae77cf1b2e2c7573aee5433ae358774",
"body": null,
"is_bot": false,
"headline": "copilot: Refactor ECDSA signing to use non-deterministic signing method",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-06-03T01:04:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15727d474c6d579ce44fa688d9164f7b5702c6ee",
"body": null,
"is_bot": false,
"headline": "Add sysadmin docs",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-04-29T12:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ce60c05492d80615a0d5e39584875498e40dc8b",
"body": null,
"is_bot": false,
"headline": "include inversion proof blocks in commits",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-03-29T23:31:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "283fc07fa652f8d309b8e95d910b54127ff56f1b",
"body": null,
"is_bot": false,
"headline": "add new subscribeRepos fields",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-03-29T15:44:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89464770bf65cd6f8400b8ac6a6f2d09879c5df4",
"body": null,
"is_bot": false,
"headline": "partial revert of cfaa18fad947206fd96a2f30471b413fb65a81b3",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-10T18:49:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfaa18fad947206fd96a2f30471b413fb65a81b3",
"body": null,
"is_bot": false,
"headline": "treat empty-string cursors the same as nonexistent",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-10T18:23:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c649185eb44b82536c77b5124defbd26fa93a2b9",
"body": "update db with updateHandle",
"is_bot": false,
"headline": "Merge pull request #40 from notjuliet/main",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-09T14:24:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "649f8d399c20c473e7502225acfc9a6a917e0254",
"body": null,
"is_bot": false,
"headline": "add test case for updateHandle",
"author_name": "notjuliet",
"author_login": "notjuliet",
"committed_at": "2025-01-09T14:20:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae955db267bf6bbe4a89e4fdc63565e44c73484f",
"body": null,
"is_bot": false,
"headline": "document test running",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-09T14:18:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f16fa5c5efee14e116c9889cccc173b2dbef55f",
"body": null,
"is_bot": false,
"headline": "update db with updateHandle",
"author_name": "notjuliet",
"author_login": "notjuliet",
"committed_at": "2025-01-09T13:52:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4557c230315d36268c5427286422a0da7afc993",
"body": null,
"is_bot": false,
"headline": "helper method for generating JSON error responses",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-08T16:13:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c7529a739d394e223c0347764f1cf4e8fd69f94",
"body": null,
"is_bot": false,
"headline": "clean up some linter warnings",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-03T18:46:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d447745542e108a524f96078a3d33f695c4b154",
"body": null,
"is_bot": false,
"headline": "comment re: jti and revocation",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-03T17:24:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffd379ec399bed44580c7b5e458bb08f4a1d14e8",
"body": null,
"is_bot": false,
"headline": "oops, we need to convert to json manually",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-03T02:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3a7b8e0c07b575acfd56570bb6a1c5ee5193f4e",
"body": null,
"is_bot": false,
"headline": "comment on email nag workaround",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-03T01:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "935851b4b9e2190489f4ca64e8bf759a0526150e",
"body": null,
"is_bot": false,
"headline": "implement hyrum's law (auth token expiry response format)",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-03T00:49:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a4006f283aaa734a645f206f9c886cc3468143d",
"body": null,
"is_bot": false,
"headline": "oops",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-03T00:21:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b061d0df07ff740aebfb7351f857738a28b9631",
"body": "refreshSession, deleteSession",
"is_bot": false,
"headline": "Merge pull request #38 from DavidBuchanan314/token-revocation",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-02T21:38:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5863b8cbdf241edca8de7282abf5b19c3d010b90",
"body": null,
"is_bot": false,
"headline": "v3 migration",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-02T21:36:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30a201ad210e75f258de8a37a25e3d135a8cf420",
"body": null,
"is_bot": false,
"headline": "test deleted refresh token is invalid",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-02T21:01:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f38a76134022757f81ce863d57358a87157d7ae",
"body": null,
"is_bot": false,
"headline": "deleteSession",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-02T21:00:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17867ffc8ca42744f241cfc601d70c63c2e137d5",
"body": null,
"is_bot": false,
"headline": "tests for refreshSession",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-02T20:16:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0adccf6df7d9e9112deba2c76614fa1ec61fe032",
"body": null,
"is_bot": false,
"headline": "completely untested refreshSession",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-02T19:41:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "373c949539239100d442a55ecf05e39e7e82501b",
"body": null,
"is_bot": false,
"headline": "make a function for retrieving session info",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-02T19:23:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a926892c0f52190e049cbdbdd4c4f437edc5375",
"body": null,
"is_bot": false,
"headline": "reduce access token expiry window",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-02T18:51:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60332d2c28abda05de9907bbf09c01f2d8f2903b",
"body": null,
"is_bot": false,
"headline": "refactor symmetric auth into its own function",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-02T18:21:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6464e8b0d009e833c02ffaec0ea5128d9e80b512",
"body": null,
"is_bot": false,
"headline": "don't clobber service variable in appview proxy",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-02T18:02:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4c51000521c02bfffffead767bbe9f8c6f193e1",
"body": null,
"is_bot": false,
"headline": "bugfix",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-02T17:59:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9617e8bc354e154dbe09ebeb75a705414058a8ec",
"body": null,
"is_bot": false,
"headline": "use the same jti for session and refresh token",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-02T17:35:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2cbc49ac4f8fea4f8c41b8bdec6bfcef7a534d7",
"body": null,
"is_bot": false,
"headline": "reject revoked auth tokens",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-02T16:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d467bdc03008be284898560d5283d8731c6ae80",
"body": null,
"is_bot": false,
"headline": "comment",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2025-01-02T16:40:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ceb5b658bb7558f90a20e49aa0cb215c2cdcfc58",
"body": null,
"is_bot": false,
"headline": "store did docs as type BLOB",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-31T20:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "947a8a2d4cf078c372ef4f880e6da1377267976e",
"body": null,
"is_bot": false,
"headline": "comments about `since` sorting",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-30T15:54:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbd9ead8d014f8b5b6306f0e563fba93aa946e32",
"body": null,
"is_bot": false,
"headline": "make db tables STRICT, some WITHOUT ROWID, others AUTOINCREMENT",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-30T15:38:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "054059fa7bce89d7eb636e488067fe3a0dae67b9",
"body": null,
"is_bot": false,
"headline": "use jti for createSession tokens",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-29T21:56:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b826d2181b183bbd61b2f40aede76b9e535d51a4",
"body": null,
"is_bot": false,
"headline": "getServiceAuth: set iat, jti",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-28T22:56:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d400b12bdbb99a202647fbcbe4e950e8559386d0",
"body": "…ployment",
"is_bot": false,
"headline": "move deployment docs to separate file, link account docs at end of de…",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-28T20:32:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36010f9c3e7c47afadefe21292267dbed6e3abba",
"body": null,
"is_bot": false,
"headline": "simplify",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-25T23:11:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35c55f563d13c7ddd1516924c4ab0eaf13e78346",
"body": null,
"is_bot": false,
"headline": "don't modify the firehose queue set during iteration(!!!)",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-25T22:38:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "648d065a51e6f0d960bf4fa797a0a5374a0d95f2",
"body": "DID resolution",
"is_bot": false,
"headline": "Merge pull request #31 from DavidBuchanan314/did-resolution",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-24T21:58:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "865c05698c3b9a239007c6928fdcee364fb5da0a",
"body": null,
"is_bot": false,
"headline": "avoid sqlite warnings when the db is empty",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-24T21:57:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90fca00e71475315bd817cae894a97ff197db1ec",
"body": null,
"is_bot": false,
"headline": "preemptively add table for handle resolution",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-24T21:49:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea01a44d0a6049a39a4985fe39a0863c166e6295",
"body": null,
"is_bot": false,
"headline": "add SSRF mitigation",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-24T21:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "151cbdfd0a47e7912c12ff96d84cb0071f1babb3",
"body": null,
"is_bot": false,
"headline": "more comments",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-24T21:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a23089b95851556e6dfdf3fb13446ed18c6f6989",
"body": null,
"is_bot": false,
"headline": "more type hinting",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-24T20:29:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e25f25c8277c74b84c111976251d89077787d307",
"body": null,
"is_bot": false,
"headline": "prevent concurrent resolution of the same did",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-24T20:26:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc2b3854890ca97d18aa0b0cc0a2469195da7826",
"body": null,
"is_bot": false,
"headline": "forgot to commit the migration script",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-24T18:50:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20a700ea503d97861dcfe405653c499c1aa8d4ac",
"body": "…vice proxying",
"is_bot": false,
"headline": "fix cache expiry, write db migration, integrate did resolver into ser…",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-24T18:05:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56238dd3b24297ce7f443fb3a48b8e8bd1b1df6c",
"body": null,
"is_bot": false,
"headline": "minor refactor",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-24T17:35:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27124930d1795524a38fc8d7c4462fe148a9629f",
"body": null,
"is_bot": false,
"headline": "did resolver caching",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-24T17:25:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "627525d43986e8fa439c7c6b5d5129c4d4f8388e",
"body": null,
"is_bot": false,
"headline": "add aiodns as a dependency",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-23T21:17:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d13b8d6b44c92ce5a507001e53c9aed94639950",
"body": null,
"is_bot": false,
"headline": "correct my earlier comment re: SSRF",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-23T18:35:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0b89bc99b57eb0815bda8ab67ef965da3ad53ec",
"body": null,
"is_bot": false,
"headline": "limit did doc response size to 64k",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-23T18:32:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f463205124f13fb7d7a925173a6da2c23e92955c",
"body": null,
"is_bot": false,
"headline": "basic did resolver",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-23T18:13:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abeddd2d1da1f021d10c603e15453de10260e5f6",
"body": null,
"is_bot": false,
"headline": "only run CI on push to main *or* PR against main",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-23T16:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9761c275345bcc015ebb41a876ae3d9a0e057ee",
"body": null,
"is_bot": false,
"headline": "fix sql syntax, oops",
"author_name": "David Buchanan",
"author_login": "DavidBuchanan314",
"committed_at": "2024-12-23T16:28:45Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 42,
"latest_release_at": "2025-10-04T21:16:05Z",
"latest_release_tag": "v0.0.5",
"releases_from_tags": false,
"days_since_last_push": 291,
"active_weeks_last_year": 2,
"days_since_latest_release": 295,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 9,
"stars": 157,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2024-11-17",
"count": 2
},
{
"date": "2024-12-13",
"count": 1
},
{
"date": "2025-02-05",
"count": 1
},
{
"date": "2025-02-06",
"count": 1
},
{
"date": "2025-03-16",
"count": 1
},
{
"date": "2025-04-05",
"count": 1
},
{
"date": "2025-04-07",
"count": 1
},
{
"date": "2026-05-12",
"count": 1
}
],
"complete": true,
"collected": 9,
"total_forks": 9
},
"star_history": null,
"open_issues_and_prs": 36
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"pyrightconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 21219,
"source_files_sampled": 28,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 11,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "cbrrr",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">= 1.0.0, < 2"
},
{
"name": "atmst",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">= 0.0.6"
},
{
"name": "pyjwt",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "cryptography",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">= 45.0.0"
},
{
"name": "aiohttp",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "aiodns",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "aiohttp-middlewares",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "docopt",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "apsw",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "base58",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "jinja2",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "aiodns",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "aiohttp",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "aiohttp-middlewares",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "apsw",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "atmst",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "base58",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "cbrrr",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "cryptography",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "docopt",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "jinja2",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pyjwt",
"direct": true,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 11,
"direct_count": 11,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 12,
"open_issues": 34,
"closed_ratio": 0.244,
"closed_issues": 11,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "DavidBuchanan314",
"commits": 237,
"avatar_url": "https://avatars.githubusercontent.com/u/13520633?v=4"
},
{
"type": "User",
"login": "johnandersen777",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/5950433?v=4"
},
{
"type": "User",
"login": "notjuliet",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/172063674?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.983
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test.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": 8,
"reason": "5 out of 6 merged PRs checked by a CI test -- score normalized to 8",
"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/15 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "faf0c36ba65183eba47c1d4f50d084aa11f4ce95",
"ran_at": "2026-07-27T11:24:06Z",
"aggregate_score": 3.5,
"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": "2025-10-08T23:22:41Z",
"oldest_open_prs": [
{
"number": 42,
"created_at": "2025-01-17T15:28:14Z",
"last_comment_at": "2025-03-03T12:32:16Z",
"last_comment_author": "DavidBuchanan314"
},
{
"number": 61,
"created_at": "2025-10-08T23:23:22Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-10-08T23:21:45Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 1,
"created_at": "2024-02-25T19:35:16Z",
"last_comment_at": "2024-11-08T19:33:00Z",
"last_comment_author": "DavidBuchanan314"
},
{
"number": 2,
"created_at": "2024-02-26T10:48:26Z",
"last_comment_at": "2024-02-28T21:18:37Z",
"last_comment_author": "TimBurga"
},
{
"number": 5,
"created_at": "2024-03-01T15:20:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 6,
"created_at": "2024-03-01T15:24:08Z",
"last_comment_at": "2024-12-26T00:11:05Z",
"last_comment_author": "DavidBuchanan314"
},
{
"number": 7,
"created_at": "2024-03-01T17:29:52Z",
"last_comment_at": "2025-07-20T17:47:01Z",
"last_comment_author": "DavidBuchanan314"
},
{
"number": 8,
"created_at": "2024-03-13T19:47:31Z",
"last_comment_at": "2024-11-15T01:42:30Z",
"last_comment_author": "DavidBuchanan314"
},
{
"number": 10,
"created_at": "2024-03-21T22:46:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 11,
"created_at": "2024-11-08T23:24:39Z",
"last_comment_at": "2024-11-15T19:52:13Z",
"last_comment_author": "DavidBuchanan314"
},
{
"number": 12,
"created_at": "2024-11-15T18:05:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 13,
"created_at": "2024-11-16T18:38:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 14,
"created_at": "2024-11-16T20:28:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 15,
"created_at": "2024-11-27T03:58:02Z",
"last_comment_at": "2025-10-14T03:49:50Z",
"last_comment_author": "DavidBuchanan314"
},
{
"number": 18,
"created_at": "2024-12-04T08:41:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 19,
"created_at": "2024-12-07T09:07:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 21,
"created_at": "2024-12-13T03:07:37Z",
"last_comment_at": "2024-12-15T10:53:12Z",
"last_comment_author": "DavidBuchanan314"
},
{
"number": 22,
"created_at": "2024-12-13T03:43:45Z",
"last_comment_at": "2024-12-24T22:33:51Z",
"last_comment_author": "DavidBuchanan314"
},
{
"number": 26,
"created_at": "2024-12-19T14:05:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 27,
"created_at": "2024-12-21T13:20:35Z",
"last_comment_at": "2024-12-21T17:27:09Z",
"last_comment_author": "DavidBuchanan314"
},
{
"number": 28,
"created_at": "2024-12-21T22:40:24Z",
"last_comment_at": "2024-12-26T17:37:40Z",
"last_comment_author": "DavidBuchanan314"
},
{
"number": 30,
"created_at": "2024-12-22T16:44:43Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/DavidBuchanan314/millipds",
"host": "github.com",
"name": "millipds",
"owner": "DavidBuchanan314"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"security": 35,
"vitality": 37,
"community": 47,
"governance": 46,
"engineering": 72
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 37,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"commits_last_year": 42,
"human_commit_share": 1,
"days_since_last_push": 291,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 291 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 291
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "42 commits in the last year",
"points": 14.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 42
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.0.5",
"releases_from_tags": false,
"days_since_latest_release": 295,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 295 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 295
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [
"recent_release"
],
"signals": [
"issue_rot",
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 2,
"unanswered_open_issues": 10,
"days_since_last_merged_pr": 291,
"days_since_last_human_commit": 291,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 291 days, with nothing left unanswered; held at dormant by a release within the year",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 291
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "a release within the year"
}
}
],
"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": 47,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"forks": 9,
"stars": 157,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "157 stars",
"points": 35.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 157
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "9 forks",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 9
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 46,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.983
},
"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 98% of commits",
"points": 0.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"merged_prs": 12,
"open_issues": 34,
"closed_issues": 11,
"issue_closed_ratio": 0.244,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "24% of issues closed",
"points": 11.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 24
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "12/13 decided PRs merged",
"points": 35.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 12,
"decided": 13
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/15 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 73,
"inputs": {
"followers": 1672,
"owner_type": "User",
"is_verified": null,
"owner_login": "DavidBuchanan314",
"public_repos": 191,
"account_age_days": 4017
},
"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": "1,672 followers of DavidBuchanan314",
"points": 23.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1672,
"login": "DavidBuchanan314"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "191 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 191
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 72,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"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": "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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "5 out of 6 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"atproto",
"atproto-pds",
"atprotocol",
"merkle-search-tree",
"python",
"python3"
],
"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": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 35,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.5
},
"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": "5 out of 6 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/15 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"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": "at_risk",
"name": "AI Readiness",
"value": 36,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.27,
"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": "27 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 14.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 27,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"pyrightconfig.json"
],
"agent_commit_share": 0.01,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "pyrightconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "pyrightconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"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": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 21219,
"source_files_sampled": 28,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (pyrightconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "pyrightconfig.json",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/28 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 28,
"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",
"Could not fetch pypi package 'millipds' from its registry",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-27T11:24:18.853608Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/DavidBuchanan314/millipds.svg",
"full_name": "DavidBuchanan314/millipds",
"license_state": "standard",
"license_spdx": "MIT"
}