Raw JSON report machine-readable
{
"data": {
"icon": {
"bytes": 1572,
"width": 420,
"height": 420,
"rejected": [],
"collected": true,
"media_type": "image/png",
"source_url": "https://avatars.githubusercontent.com/u/7985033?v=4&s=256",
"source_type": "avatar",
"content_hash": "84a300288c239b222e355238a1151682f3087574fa478c85c01b3fdb41ee20be",
"candidates_considered": 1
},
"repo": {
"topics": [
"openclaw",
"openclaw-plugin",
"paperless-ngx",
"typescript"
],
"is_fork": false,
"size_kb": 754,
"has_wiki": true,
"homepage": null,
"languages": {
"TypeScript": 189507
},
"pushed_at": "2026-08-02T06:53:16Z",
"created_at": "2026-07-19T21:03:27Z",
"owner_type": "User",
"updated_at": "2026-07-24T21:30:15Z",
"description": "OpenClaw plugin for paperless-ngx",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": null,
"name": "Lukas Grotz",
"type": "User",
"login": "Transmitt0r",
"company": null,
"location": "Stuttgart",
"followers": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/7985033?v=4",
"created_at": "2014-06-25T11:32:26Z",
"is_verified": null,
"public_repos": 30,
"account_age_days": 4423
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-07-24T21:31:04Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2026-07-24T11:30:07Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-07-24T11:17:40Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-07-24T10:47:50Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-07-23T21:48:53Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2026-07-23T14:58:06Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2026-07-23T11:23:39Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-20T07:00:45Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-07-20T06:24:15Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-20T06:02:33Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2026-07-20T05:50:46Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2026-07-20T05:50:27Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-07-19T23:56:57Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-19T23:50:13Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-07-19T23:35:15Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-07-19T22:56:32Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-07-19T22:24:56Z"
}
],
"recent_commits": [
{
"oid": "416b449ab6943aea49cf5374f6ad8593703bad5d",
"body": null,
"is_bot": false,
"headline": "feat: drop paperless-ingest, keep only the retrieval skill (#12)",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-24T21:28:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91e074f478cde1d70a918cd8633320d3e25944b5",
"body": "tsconfig.json excludes *.test.ts from the build (test files shouldn't land in the published\ndist/), which meant they were never type-checked at all -- pnpm run build skips them by config,\nand vitest transpiles tests with esbuild, which strips types without checking them. Flagged by an\nindependent re\n[…]\nar test-setup error rather than asserting\npast them, with a shared firstResult() helper to avoid repeating the guard at every call site.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)",
"is_bot": false,
"headline": "feat: type-check test files in CI",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-24T11:28:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bb7d1f3b63dfa5b793de7a08254bde6dbc7bce9e",
"body": "Semantic search results only ever returned the matched chunk's text (content_snippet), never\nwhere it came from in the document. The chunker already tracks each chunk's start_line/end_line,\nbut that span was dropped before reaching the agent-facing SemanticMatch type. SemanticMatch now\ncarries start\n[…]\nedup pairing, both merge call sites, and the line-numbering convention against\npaperless_read_document's own, and confirmed correctness.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)",
"is_bot": false,
"headline": "feat: surface a semantic match's line span for paperless_read_document",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-24T11:16:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2fa8d03b5c2b57915a451485bd0157c5560f03ec",
"body": "…i embeddings)\n\nFills in the fetchSemanticMatches/mergeSemanticMatches integration seam left as a stub in #8: a\nplugin-owned local vector index (SQLite + sqlite-vec) fused with paperless-ngx's own lexical\nsearch results via Reciprocal Rank Fusion. No new tool or param.\n\nEmbeddings via Google's Gemin\n[…]\nug that could permanently drop documents sharing an exact\n`modified` timestamp, and two SQLite handle leaks on error paths during setup.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)",
"is_bot": false,
"headline": "feat: hybrid semantic search behind paperless_search_documents (Gemin…",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-24T10:46:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b6317b0fccf9827107dcb214f59cf6c5cf415d23",
"body": "…wn from 11) (#8)\n\n* fix: cap paperless_get_document/update_document content, remove list_documents' unbounded include_content\n\nWe watched a live agent read a document with paperless_get_document(include_content: true)\ninstead of paperless_grep_document, even though both the tool description and the\n[…]\net.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01A4vi1ANCWSgMACSp9RMxag\n\n---------\n\nCo-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat!: retrieval-focused tool redesign (bounded content + 7 tools, do…",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-23T21:47:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6a25f512c9d7b70f9cfa0a41ea1c74126bed39b4",
"body": "…e in the manifest (#7)\n\nBoth tools were implemented and wired up in index.ts's register() call\n(added in ec910fb), but openclaw.plugin.json's contracts.tools list was\nnever updated to include them. OpenClaw uses that list to decide what's\nactually exposed to the agent, so both tools were silently u\n[…]\nto fetching the whole document\ninstead of using paperless_get_document_range.\n\nAdds a regression test that fails if contracts.tools and the plugin's\nactual tool implementations ever drift apart again.",
"is_bot": false,
"headline": "fix: register paperless_grep_document and paperless_get_document_rang…",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-23T14:57:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "84948842bcf50769ca3567aa2accdc6601a99cd9",
"body": "The hand-rolled tag-on-version-bump job worked but needed a second manual\nnpm publish anyway (0.4.1 was tagged but never actually published) and kept\ngrowing extra edge cases (workflow_dispatch to route around GITHUB_TOKEN's\npush-doesn't-retrigger-workflows behavior). semantic-release is the trodden\n[…]\nantic-release owns the real version from here on.\n\nAdds AGENTS.md/CONTRIBUTING.md: commit messages must be Conventional Commits\nfrom now on for releases to work, documented for both humans and agents.",
"is_bot": false,
"headline": "Switch release automation to semantic-release",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-23T11:11:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ca1aaf2cd702cbebdc501f5fa7ede08eeb5c80b3",
"body": "The tag pushed by tag-release used the default GITHUB_TOKEN, so GitHub\nsuppressed the publish.yml `push: tags` trigger to avoid recursive runs\n(v0.4.1 got tagged in the last commit but never published). workflow_dispatch\nis explicitly exempted from that suppression, so dispatch it directly.",
"is_bot": false,
"headline": "Fix tag-release: trigger publish.yml via workflow_dispatch",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-23T10:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1106e5421ac9bfef4935a99cfe35a2ffaa3a4ac",
"body": "Merged version bumps went through PR review instead of a direct commit+tag\npush, so nothing pushed the matching v* tag afterward and publish.yml never\nfired (0.4.1 has been sitting unreleased since PR #6). Tag automatically\nafter CI passes on main instead of relying on a manual step.",
"is_bot": false,
"headline": "Auto-tag releases from package.json version bumps",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-23T10:48:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec910fbb0ec95973768ac0dbadba41365f007094",
"body": null,
"is_bot": false,
"headline": "feat: Implement token-saving strategies for paperless plugin (#6)",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-22T21:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73e0814da393dba5b44b72be3807ef09e38c3a90",
"body": "…noise\n\nDocuments only carried correspondent/document_type/tags as bare ids,\nforcing agents into unbatched follow-up list_* calls just to know what\na document actually is -- raised in two rounds of production feedback.\nlist_documents/get_document now batch-resolve these (id__in, at most 3\nextra call\n[…]\noise.\n\nUpdates the bundled paperless-ingest skill to use add_tag_ids/\nremove_tag_ids instead of computing a full tag-replacement array by\nhand.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Auto-resolve relation ids to names, add delta tag updates, strip ACL …",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-20T06:59:01Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8bb8a1cbd8a1687d2811c4af3966d8a242251619",
"body": "The query param's example used document_type/tags (REST filter\nnames), which silently no-op against paperless-ngx's actual\nWhoosh-based syntax (type/tag/correspondent/etc). Corrected the\ndescription with the verified field names, per feedback from an\nagent hitting exactly this confusion in productio\n[…]\nnt echoed back on every update when they only need\nconfirmation it succeeded. Default (no fields) is unchanged, so this\nis backward compatible.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix query param field-name docs, trim update_document responses",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-20T06:22:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "68ec5232bad57eeb9830b74d292883e0b5453452",
"body": "Real feedback from an agent using the tools in production, each claim\nverified against the live API before acting on it:\n\n- Fix a genuine bug: openapi-fetch defaults array query params to\n repeated ?fields=a&fields=b&fields=c (OpenAPI form/explode style),\n but paperless-ngx only honors the last oc\n[…]\nlling agent can already do this\nitself via get_document. get_document(search=...) blurs tool\nresponsibility that list_documents already covers.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix fields= array serialization bug, add batch-get, trim response noise",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-20T05:59:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c5427b0699dc2e0bc86c159cc79e81fdd54214ec",
"body": "Hit an environment-specific bug in clawhub's internal npm pack call\n(\"npm pack did not return a tarball filename\") that a plain npm pack\nin the same CI job doesn't reproduce -- confirmed npm/node versions\nand a direct npm pack both check out fine, so it's specific to how\nclawhub itself shells out. Needs more investigation later; GitHub\nReleases + npm publish (both working, confirmed via OIDC trusted\npublishing) are enough for now.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Pull ClawHub publishing back out for now",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-20T00:34:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "49899bee708b793872ea3c1c3f20dc09665ae617",
"body": null,
"is_bot": false,
"headline": "debug: add clawhub dry-run step",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-20T00:32:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b772ce397a0028895b89b408b89191e9b6b7229a",
"body": null,
"is_bot": false,
"headline": "Add temporary debug workflow for ClawHub npm pack investigation",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-20T00:27:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "265dff3f30839be82e54e39ef4a14671470fd854",
"body": "v0.2.2's ClawHub publish failed (\"npm pack did not return a tarball\nfilename\") -- npm publish already succeeded so 0.2.2 is live on npm,\nbut the tag's release stopped there. Root cause: actions/setup-node's\nregistry-url left NPM_CONFIG_USERCONFIG pointing at a temp .npmrc with\nan unresolved ${NODE_A\n[…]\nandle (worked\nfine locally without that env var). Clear NPM_CONFIG_USERCONFIG for\nthe ClawHub step -- it doesn't need npm registry auth at all.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix ClawHub publish step, bump to 0.2.3",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-20T00:16:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1b52c13167efffcc6abc0b8ac56afbf0241fdba0",
"body": "…o 0.2.2\n\nAdd ClawHub publishing to the release workflow using the CLAWHUB_API_KEY\nrepo secret. Requires openclaw.compat.pluginApi in package.json (ClawHub\nrejects external code plugins without it); openclaw.build.openclawVersion\nis injected at publish time from the actually-installed openclaw versi\n[…]\nhat drifts from what\nactually shipped. ClawHub's publish call omits --changelog (optional)\nrather than duplicating the notes generation for it.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Publish to ClawHub, use GitHub's auto-generated release notes, bump t…",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-20T00:10:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "aa60bec29b35598bfb1b1fcc5d8f5962740784b5",
"body": "0.2.0's async register() (added in 0.1.3 to await SecretRef\nresolution) is rejected outright by the host -- confirmed by\ninstalling 0.2.0 on a live gateway:\n\n Error: plugin register must be synchronous\n\nregister() is synchronous again. It now kicks off apiToken resolution\nwithout awaiting it and ha\n[…]\nery tool's\nexecute() is already async, so it just awaits the promise (resolved\nonce, reused for every subsequent call) before making a request.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix \"plugin register must be synchronous\", bump to 0.2.1",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-19T23:54:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8534d9f6bc4725a6156e0a358d231fe0a53e8a01",
"body": "Bundle two example skills (paperless-search, paperless-ingest) via\nopenclaw.plugin.json's `skills` field, matching how bundled extensions\nlike `canvas` ship their own skills -- OpenClaw picks them up\nautomatically on install instead of needing manual deployment into a\nworkspace. Content is genericiz\n[…]\nool. The ingest skill\nalready resolves the inbox tag's id in its pre-flight step, so it can\njust pass that as tag_id like any other tag filter.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bundle skills via the manifest, drop is_in_inbox in favor of tag_id",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-19T23:48:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bcbd007260459162615ea751a444dca8582635db",
"body": "…to 0.1.3\n\nFound by adding a temporary debug log directly to the installed plugin\non a live gateway: api.pluginConfig.apiToken arrives as the raw\n{source, provider, id} SecretRef object, not a resolved string --\n0.1.2's schema fix only stopped config validation from rejecting it,\nit never actually g\n[…]\nugin-sdk/secret-ref-runtime) before\nconstructing the HTTP client. Verified end-to-end against a live\nOpenClaw gateway + paperless-ngx instance.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Actually resolve apiToken SecretRef instead of stringifying it, bump …",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-19T23:33:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "90b0f710ec46bf30ed502d20f33312ba8e088951",
"body": "Found while actually configuring the plugin against a live paperless-ngx\ninstance: `openclaw config set ... --ref-provider ...` was rejected\n(apiToken: must be string) because apiToken was typed as a plain JSON\nSchema string. That left plaintext-in-config as the only working option.\n\nFix: type apiTo\n[…]\nype sensitive fields --\nOpenClaw resolves the SecretRef to a plain string before register() is\ncalled, so the runtime-facing type stays strict.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Accept SecretRef for apiToken config, bump to 0.1.2",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-19T22:54:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "667ddbd8c4f7959d25d77b0a9bbfe49c2f5e43dd",
"body": "Found by actually installing the plugin with a real OpenClaw CLI\n(openclaw --dev plugins install --link .) instead of only building and\nunit-testing in isolation -- the CLI rejected package.json's\nopenclaw.extensions as a bare string:\n\n package.json openclaw.extensions must be an array\n\nThe publish\n[…]\nf that version\ncurrently fails to load. After the fix: plugin loads cleanly, all 9\ntools register, `openclaw plugins doctor` reports no issues.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix openclaw.extensions must be an array, bump to 0.1.1",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-19T22:18:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f0f1dd503b65962ebb74851fd7e83f77c2a9f100",
"body": "Rename release.yml -> publish.yml to match the trusted publisher\nconfig registered on npmjs.com (workflow filename must match exactly).\nDrop the NPM_TOKEN secret entirely in favor of OIDC: add id-token:\nwrite, pin npm to >=11.5.1 (required for trusted publishing) since the\nNode-bundled version can lag behind that, and let npm auto-detect the\nOIDC claim instead of reading NODE_AUTH_TOKEN. Also gets provenance\nattestations for free.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Switch release workflow to npm OIDC trusted publishing",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-19T22:09:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4c5d4deaeb209d270a171354b9efc19961e5fe4f",
"body": "Scoped under the same npm account as signal-mcp-server rather than the\nunscoped name, matching existing convention. publishConfig.access is\npublic since scoped packages default to restricted otherwise.\n\n0.1.0 is published manually (npm requires an interactive OTP for a\npackage's first publish, befor\n[…]\nuture version tags via npm publish,\ngated on an NPM_TOKEN secret -- still needs to be added to the repo\nfor the automated path to actually run.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Publish to npm as @transmitt0r/openclaw-plugin-paperless-ngx",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-19T22:05:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d0b65cfd039bebdd20d3f621ed0a3057a4ddba76",
"body": "Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3.\n- [Release notes](https://github.com/softprops/action-gh-release/releases)\n- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/softprops/\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump softprops/action-gh-release from 2 to 3 (#2)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-19T21:56:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0b2994efea10ca60ffeefa9b96623cb2727989df",
"body": "Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 7.\n- [Release notes](https://github.com/actions/setup-node/releases)\n- [Commits](https://github.com/actions/setup-node/compare/v4...v7)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-node\n dependency-version: '\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/setup-node from 4 to 7 (#3)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-19T21:55:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "64677fc4560d7b709768bef4b3e8b0da18a2618c",
"body": "Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 6.\n- [Release notes](https://github.com/pnpm/action-setup/releases)\n- [Commits](https://github.com/pnpm/action-setup/compare/v4...v6)\n\n---\nupdated-dependencies:\n- dependency-name: pnpm/action-setup\n dependency-version: '6'\n \n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump pnpm/action-setup from 4 to 6 (#4)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-19T21:55:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0deeedf3a8703edf394baf6677fa7c221c24b7e8",
"body": "Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.20.1 to 26.1.1.\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)\n\n---\nupdated-dep\n[…]\nrect:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump @types/node from 22.20.1 to 26.1.1 (#5)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-19T21:49:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c458d0584e47b4e2913f089ba1e78f21774cd8c2",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v7)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4 to 7 (#1)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-19T21:49:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1d77e82ab0f5186134ce64018f9abe0d96ae6198",
"body": "CI and MIT license badges in README to match convention used in other\nrepos; keywords in package.json for npm/ClawHub search. GitHub repo\ntopics set separately via the API. License was already correctly MIT\nin both LICENSE and package.json, and GitHub already auto-detects it\n-- no gap there.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add OSS discoverability metadata: keywords, README badges",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-19T21:45:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0a9a4657dd8768455c1df868e13c2a5111e374e6",
"body": "Confirmed findings from a multi-agent adversarial review (6 dimensions,\neach finding independently verified against the actual code):\n\n- Fix broken tsc build (client.test.ts type error invisible to\n vitest/biome) and stop test files from leaking into dist/\n- Cap paperless_list_documents/get_documen\n[…]\n_id/document_type_id)\n\nBranch protection on main was left for manual setup -- an admin-level\nGitHub setting out of scope for an automated pass.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix build, harden HTTP client, dedupe tools, add CI/release scaffolding",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-19T21:35:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7248a1cee382eab242b3a7c9d5ad7ebe537277b4",
"body": "Generic tools mirroring the paperless-ngx REST API (list/search/get/update\ndocuments, list/create tags, correspondents, and document types), typed\nend-to-end via openapi-typescript codegen against the live OpenAPI schema\nand openapi-fetch.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Initial OpenClaw plugin for paperless-ngx",
"author_name": "Lukas Grotz",
"author_login": "Transmitt0r",
"committed_at": "2026-07-19T21:03:07Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 17,
"commits_last_year": 33,
"latest_release_at": "2026-07-24T21:31:04Z",
"latest_release_tag": "v1.4.0",
"releases_from_tags": false,
"days_since_last_push": 3,
"active_weeks_last_year": 2,
"days_since_latest_release": 11,
"mean_days_between_releases": 0.5
},
"artifacts": {
"collected": true,
"structure": [],
"declarations": [
{
"name": "@transmitt0r/openclaw-plugin-paperless-ngx",
"path": "package.json",
"tokens": [
"npm.entry",
"npm.peer_dependencies"
],
"ecosystem": "npm"
}
]
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"github.com",
"shields.io"
],
"total": 2,
"header": 2,
"collected": true,
"has_inspect_badge": false
},
"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": "@transmitt0r/openclaw-plugin-paperless-ngx",
"exists": true,
"license": "MIT",
"keywords": [
"openclaw",
"openclaw-plugin",
"paperless-ngx",
"paperless",
"document-management"
],
"ecosystem": "npm",
"categories": [],
"matches_repo": false,
"registry_url": "https://www.npmjs.com/package/@transmitt0r/openclaw-plugin-paperless-ngx",
"declared_type": null,
"is_deprecated": false,
"latest_version": "1.5.0",
"repository_url": "https://github.com/Transmitt0r/mycelium",
"versions_count": 19,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2746,
"first_published_at": "2026-07-19T22:03:05.531000Z",
"latest_published_at": "2026-08-05T08:07:14.160000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 3
},
"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": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 43689,
"source_files_sampled": 22,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 1328
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "openapi-fetch",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.17.0"
},
{
"name": "typebox",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.3.3"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 12,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "Transmitt0r",
"commits": 28,
"avatar_url": "https://avatars.githubusercontent.com/u/7985033?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [
"biome.json"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"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": 10,
"reason": "11 out of 11 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/25 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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"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": 0,
"reason": "17 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "416b449ab6943aea49cf5374f6ad8593703bad5d",
"ran_at": "2026-08-05T08:14:13Z",
"aggregate_score": 3.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 7,
"authors_30d": 1,
"decided_30d": 7,
"sample_size": 13,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 1,
"newcomer_merged_30d": 7,
"bot_prs_excluded_30d": 6,
"newcomer_authors_30d": 1,
"newcomer_decided_30d": 7
},
"ci_last_run_at": "2026-08-02T06:53:22Z",
"oldest_open_prs": [
{
"number": 14,
"created_at": "2026-07-26T06:53:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 15,
"created_at": "2026-08-02T06:53:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 16,
"created_at": "2026-08-02T06:53:17Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-24T21:17:05Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Transmitt0r/openclaw-plugin-paperless-ngx",
"host": "github.com",
"name": "openclaw-plugin-paperless-ngx",
"owner": "Transmitt0r"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 52 is calibrated to 53 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 52,
"calibrated": 53,
"calibration": "2026-08-02"
}
}
],
"value": 53,
"inputs": {
"security": 32,
"vitality": 71,
"community": 33,
"governance": 41,
"calibration": "2026-08-02",
"engineering": 74,
"ai_readiness": 82,
"weighted_overall_raw": 52
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"commits_last_year": 33,
"human_commit_share": 0.848,
"days_since_last_push": 3,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"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": "33 commits in the last year",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 33
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "exceptional",
"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": 17,
"latest_release_tag": "v1.4.0",
"releases_from_tags": false,
"days_since_latest_release": 11,
"mean_days_between_releases": 0.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "17 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 17
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 11 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.5
}
}
],
"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": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"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.17,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 2,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [
"github.com",
"shields.io"
],
"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": "weak",
"name": "Sustainability & Governance",
"value": 41,
"weight": 0.23,
"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": 70,
"inputs": {
"merged_prs": 12,
"open_issues": 0,
"closed_issues": 0,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 7,
"prs_decided_30d": 7,
"issue_closed_ratio": null,
"closed_unmerged_prs": 1,
"first_time_authors_30d": 1,
"first_time_prs_merged_30d": 7,
"first_time_prs_decided_30d": 7
},
"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": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "12/13 decided PRs merged",
"points": 27.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 12,
"decided": 13
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "7/7 first-time contributors' PRs merged in 30d",
"points": 13,
"status": "met",
"details": [
{
"code": "newcomer_prs_merged",
"params": {
"days": 30,
"merged": 7,
"decided": 7
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/25 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"followers": 10,
"owner_type": "User",
"is_verified": null,
"owner_login": "Transmitt0r",
"public_repos": 30,
"account_age_days": 4423
},
"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": "10 followers of Transmitt0r",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 10,
"login": "Transmitt0r"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "30 public repos, account ~12 yr old",
"points": 22.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 30
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"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": 74,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "biome.json",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json"
}
}
],
"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": "11 out of 11 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": [
"openclaw",
"openclaw-plugin",
"paperless-ngx",
"typescript"
],
"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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 32,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "11 out of 11 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/25 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": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"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": "17 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"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": "excellent",
"name": "AI Readiness",
"value": 82,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.964,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 1328
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "27 of 28 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 27,
"sampled": 28
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.606,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.152
},
"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": "biome.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "20 of the last 33 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 20,
"sampled": 33
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "5 of the last 33 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 5,
"sampled": 33
}
}
],
"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": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 43689,
"source_files_sampled": 22,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"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? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"plugin": 2,
"library": 11
},
"primary": "library",
"evidence": [
{
"tier": "declared",
"label": "library",
"source": "npm.entry",
"weight": 8
},
{
"tier": "declared",
"label": "library",
"source": "npm.peer_dependencies",
"weight": 3
},
{
"tier": "description",
"label": "plugin",
"source": "description:plugin",
"weight": 2
}
],
"artifacts": [
{
"path": "package.json",
"labels": [
"library"
],
"ecosystem": "npm"
}
],
"confidence": "high",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"npm package '@transmitt0r/openclaw-plugin-paperless-ngx' points at a different repository (https://github.com/Transmitt0r/mycelium); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index npm:@transmitt0r/openclaw-plugin-paperless-ngx@1.5.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-08-05T08:14:23.659772Z",
"schema_version": "0.31.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/Transmitt0r/openclaw-plugin-paperless-ngx.svg",
"full_name": "Transmitt0r/openclaw-plugin-paperless-ngx",
"license_state": "standard",
"license_spdx": "MIT"
}