Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 184,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 5224,
"Go": 18424,
"Python": 24028,
"Emacs Lisp": 8264,
"JavaScript": 12531,
"Vim Script": 5534,
"Tree-sitter Query": 19139
},
"pushed_at": "2026-07-23T09:33:35Z",
"created_at": "2026-03-19T11:26:31Z",
"owner_type": "User",
"updated_at": "2026-07-23T10:14:35Z",
"description": "Tree-sitter grammar for qdoc markup",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python",
"Tree-sitter Query",
"Go",
"JavaScript"
]
},
"owner": {
"blog": null,
"name": "Venu",
"type": "User",
"login": "veshivas",
"company": null,
"location": null,
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/10196453?v=4",
"created_at": "2014-12-15T14:29:45Z",
"is_verified": null,
"public_repos": 10,
"account_age_days": 4246
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-23T09:33:47Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2026-07-21T10:24:53Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-04-29T12:02:56Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-04-24T14:16:59Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-04-24T09:35:40Z"
}
],
"recent_commits": [
{
"oid": "ba3545dc99f7787db40fab4bc5d3794647ad3d5f",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to 0.3.0",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-07-23T09:32:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7024a8a573a73863e538f06b46982c0dc272f254",
"body": "…node types\n\nqueries/highlights.scm and editors/emacs/qdoc-ts-mode.el both used\n(command (command_name)) patterns to match \\section1-4, \\title,\n\\note, and \\warning. Those commands now produce dedicated node types\n(section_command, title_command, note_command, warning_command,\nbrief_command), so the \n[…]\ning patterns. The Vim syntax file is regex-based and is\nunaffected.\n\neditors/SETUP.md: switch download URLs to /releases/latest/download/\nso they resolve to the current release without manual updates.",
"is_bot": false,
"headline": "fix(highlights): update queries and editor support for new dedicated …",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-07-23T09:24:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d5b26223119a056c2ab0d433f3bf1110dda6ffce",
"body": "…arning\n\nIntroduce five dedicated command node types so Vale can capture their\ntext arguments directly via Expr tree-sitter queries:\n\n section_command (\\section1–\\section4) → heading_text\n title_command (\\title) → heading_text\n brief_command (\\brief) → brief_text\n\n[…]\nme list; the markup rule is updated to include all\nfive new command rules.\n\nCorpus tests added for section heading commands (section1–section4)\nand note/warning admonition commands; all 37 tests pass.",
"is_bot": false,
"headline": "feat(grammar): add dedicated nodes for section, title, brief, note, w…",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-07-23T09:14:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7442636ec1eec719e09754a4e7164947407d8980",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to 0.2.3",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-07-21T10:07:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "327f7c4df08a3efc2f8316607c320395b6608286",
"body": "The text rule /[^\\\\\\*{]+/ excluded all * characters to protect the\nblock_comment close delimiter */. This was too aggressive: bare *\ncharacters in prose (glob patterns like *.elf, pointer types like\nchar*) produced ERROR nodes that disrupted the parse tree structure\nand caused wrong line numbers in \n[…]\n\nChange the rule to /([^\\\\\\*{]|\\*[^\\/])+/ so that * is accepted when\nnot immediately followed by /. The */ sequence still correctly closes\nblock_comment because * followed by / matches neither branch.",
"is_bot": false,
"headline": "fix(grammar): allow bare * in prose when not followed by /",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-07-21T10:03:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ed1ede709d2348dbe46bd39c052e8175458d9bb2",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to 0.2.2",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-05-26T11:08:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37ebb19818cd87389ddee68b7e25db95b40ce07e",
"body": "Add a \"Vale linting (Vale LS)\" subsection to the VS Code section\nexplaining how to install the Vale extension and configure it to use\nthe qdoc-patched binary and .vale-qdoc.ini for .qdoc file linting.",
"is_bot": false,
"headline": "docs(editors): add Vale VS Code extension linting setup",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-05-26T10:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f41d22e95d40f1b561f0775b5403fc3d5e10d112",
"body": "IMAGE_FILENAME previously consumed all non-space characters greedily,\nso \\image {file.png}{alt text} parsed \"{file.png}{alt\" as the filename.\nFix: when lookahead is '{', consume only the matching brace-delimited\ntoken {…} and stop at the closing '}'.\n\nIMAGE_ALT_TEXT previously required horizontal wh\n[…]\ne.\n- When the alt text starts with '{', consume until the matching '}',\n spanning any number of newlines, so multi-line captions like\n \\image f.png {First line\\n second line.} are fully captured.",
"is_bot": false,
"headline": "fix(scanner): handle brace-delimited filename and multi-line alt text",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-05-21T09:52:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f6a0c7fa8389ec0416aec337eb4d68261954d4ad",
"body": null,
"is_bot": false,
"headline": "chore(release): bump VERSION to 0.2.1",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-04-29T12:12:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9abc2715c1f7a7212a24805a6294225ed7bbea3a",
"body": "… and Sublime Text\n\nTree-sitter-based editors (Neovim, Helix, Emacs):\n- Add setup documentation in editors/SETUP.md\n\nVim (editors/vim/):\n- syntax/qdoc.vim: regex-based syntax covering all block commands,\n inline formatting, headings, code fences, and image commands\n- ftdetect/qdoc.vim: sets filetyp\n[…]\n\n- QDoc.sublime-syntax: native syntax with QML injection support\n- QDocInCpp.sublime-syntax: embeds QDoc highlighting inside /*!...*/ blocks\n- Fix \\note scope and add catch-all for user-defined macros",
"is_bot": false,
"headline": "feat(editors): add syntax highlighting for Neovim, Helix, Emacs, Vim,…",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-04-29T12:01:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c2bc0fc1a95ad5ea1d1402c230c24605289bb269",
"body": "Single-line C++ comments (// ...) appearing outside /*!...*/\nblocks — such as copyright headers, SPDX lines, and test-case\nannotations — previously caused ERROR nodes in the parse tree.\n\nAdd line_comment as a top-level alternative in source_file.\nVale queries only match (text) nodes inside block_comment, so\nline_comment nodes are transparent to all linting passes.",
"is_bot": false,
"headline": "feat(grammar): recognize // line comments to avoid parse errors",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-04-29T11:58:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13d9059e4a197001ff5539c7bb37c3bb87fb6780",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.2.0 and update changelog",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-04-24T14:16:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df37985179880d9ee7be2bcc70545ae7afec6e35",
"body": null,
"is_bot": false,
"headline": "docs: update VS Code section to reference marketplace install",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-04-24T14:15:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d76acca4c1c1a3f22f32fd0079d2752c160eac68",
"body": "Add per-editor setup steps for Neovim, Emacs, Helix, and VS Code\ninline in the README. Update the AST structure and node fields table\nto include link_command and brace_group.",
"is_bot": false,
"headline": "docs: expand editor support section with setup instructions",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-04-24T14:11:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38980bf646bcaeb8112c3b16f82e918863e748fe",
"body": "Replace stale inline_command pattern for \\l with field-based\nlink_command captures. Add brace_group to prose highlighting.\nApplied to highlights.scm, qdoc/highlights.scm, and qdoc-ts-mode.el.",
"is_bot": false,
"headline": "feat(highlights): update \\l captures for link_command node",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-04-24T13:53:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43538d2ed131500fbc0b58c7d158823ffe20d36e",
"body": "…alias\n\nThe \\l inline command now parses all three optional arguments as named\nAST fields instead of a generic inline_command with a single inline_text:\n\n \\l [hints] {target} {alias}\n\n- hints: optional [QML|CPP|DOC|attached|QtModuleName] scoping hint\n- target: required link destination, brace-delim\n[…]\nred to prevent the text rule from greedily consuming {target}\nand {alias} tokens. text is narrowed from [^\\\\*]+ to [^\\\\*{]+ accordingly.\n\nAdds four new corpus tests covering all argument combinations.",
"is_bot": false,
"headline": "feat: add dedicated link_command node for \\l with hints, target, and …",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-04-24T13:47:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e0ccd3ab25a153328087bb56feec091bac321132",
"body": "- Cross-compile shared libraries for macOS (arm64, x86_64), Linux\n (x86_64, arm64 via musl), and Windows (x86_64 via mingw-w64)\n- Package each platform binary as a tar.gz (macOS/Linux) or zip (Windows)\n bundled with its sha256 checksum, CHANGELOG.md, and LICENSE\n- Add release-create target to generate GitHub release notes from\n feat/fix commits between tags",
"is_bot": false,
"headline": "build: add Makefile release targets for cross-platform library builds",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-04-24T09:35:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "383db499a936529cca54027a9cc5c197bc74adf5",
"body": null,
"is_bot": false,
"headline": "docs: add README, CHANGELOG, and editor setup guide",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-04-24T09:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d06608171a821d303f125f485a8931f04bddf6a6",
"body": null,
"is_bot": false,
"headline": "feat: add syntax highlighting for Neovim and Emacs",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-04-24T09:35:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4574d712363ecc5b0245626b981bfb88700e8ab0",
"body": "Any \\word that isn't a known command is parsed as a command with a\nmacro_name node instead of producing an ERROR.",
"is_bot": false,
"headline": "feat: add macro_name catch-all for custom QDoc macros",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-04-24T09:34:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e798b8b59df8e95c3de630ba044d9aa9d400f58",
"body": "Regenerated with tree-sitter-cli@0.20.8 to preserve ABI v14 compatibility\nwith smacker/go-tree-sitter.",
"is_bot": false,
"headline": "feat: add support for all 173 QDoc commands",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-04-24T09:34:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d5c5df4dc4ab0275be62b18795f3f1659e6c784",
"body": "Add image_filename and image_alt_text as external tokens backed by\nsrc/scanner.c. The scanner detects same-line alt text vs no alt text,\nenforcing the same-line constraint that cannot be expressed with grammar\nrules alone.",
"is_bot": false,
"headline": "feat: capture image alt text as separate node via external scanner",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-04-24T09:34:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a6391f550e81e584e64d2d27be03fa43443e9a3",
"body": "Tree-sitter grammar for QDoc markup language used by Qt documentation\ntooling. Includes Go, Python, Node, Rust, Swift, and C bindings, corpus\ntests, and sample parse/extract scripts.",
"is_bot": false,
"headline": "feat: initial tree-sitter-qdoc grammar",
"author_name": "Venugopal Shivashankar",
"author_login": "veshivas",
"committed_at": "2026-04-24T09:34:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "936c04d92cfbc371b00df3e3c6eafb22a7d59a57",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Venu",
"author_login": "veshivas",
"committed_at": "2026-03-19T11:26:32Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 24,
"latest_release_at": "2026-07-23T09:33:47Z",
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_last_push": 9,
"active_weeks_last_year": 6,
"days_since_latest_release": 9,
"mean_days_between_releases": 22.5
},
"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": [
{
"name": "github.com/veshivas/tree-sitter-qdoc",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/veshivas/tree-sitter-qdoc",
"is_deprecated": false,
"latest_version": "v0.3.0",
"repository_url": "https://github.com/veshivas/tree-sitter-qdoc",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-23T09:32:59Z",
"latest_version_yanked": null,
"days_since_latest_publish": 9
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"samples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"bindings/python/tree_sitter_qdoc/py.typed"
],
"toolchain_manifests": [
"Cargo.toml",
"go.mod",
"test/scripts/go.mod"
],
"largest_source_bytes": 281166,
"source_files_sampled": 25,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"Pipfile",
"go.mod",
"package.json",
"pyproject.toml",
"setup.py"
],
"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": [
"crates",
"go",
"npm",
"pypi"
],
"dependencies": [
{
"name": "tree-sitter-language",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "github.com/tree-sitter/go-tree-sitter",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.24.0"
},
{
"name": "node-gyp-build",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.8.1"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "veshivas",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/10196453?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Pipfile.lock",
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/24 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": null,
"reason": "no workflows found",
"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": 6,
"reason": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"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": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"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": "ba3545dc99f7787db40fab4bc5d3794647ad3d5f",
"ran_at": "2026-08-01T12:58:33Z",
"aggregate_score": 2.9,
"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": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/veshivas/tree-sitter-qdoc",
"host": "github.com",
"name": "tree-sitter-qdoc",
"owner": "veshivas"
},
"metrics": {
"overall": {
"key": "overall",
"band": "weak",
"name": "Overall health",
"note": "The weighted overall 41 is calibrated to 36 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 41,
"calibrated": 36,
"calibration": "2026-08-02"
}
}
],
"value": 36,
"inputs": {
"security": 29,
"vitality": 67,
"community": 24,
"governance": 34,
"calibration": "2026-08-02",
"engineering": 43,
"ai_readiness": 57,
"weighted_overall_raw": 41
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 67,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"commits_last_year": 24,
"human_commit_share": 1,
"days_since_last_push": 9,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 9 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "24 commits in the last year",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 24
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_latest_release": 9,
"mean_days_between_releases": 22.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 9 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~22.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 22.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": 24,
"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": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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": 34,
"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": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance, Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance",
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"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": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/24 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "weak",
"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": 41,
"inputs": {
"followers": 2,
"owner_type": "User",
"is_verified": null,
"owner_login": "veshivas",
"public_repos": 10,
"account_age_days": 4246
},
"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": "2 followers of veshivas",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "veshivas"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "10 public repos, account ~11 yr old",
"points": 19.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 10
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/veshivas/tree-sitter-qdoc"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 9
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 9 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 9
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "6 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 6
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "weak",
"name": "Engineering Quality",
"value": 43,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "weak",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 29,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 29,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/24 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 workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 57,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.958,
"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": "23 of 24 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 23,
"sampled": 24
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Pipfile.lock",
"go.sum"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"bindings/python/tree_sitter_qdoc/py.typed"
],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"go.mod",
"test/scripts/go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "bindings/python/tree_sitter_qdoc/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "bindings/python/tree_sitter_qdoc/py.typed"
}
}
],
"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": "no agent-authored commits among the last 24",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 24
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 281166,
"source_files_sampled": 25,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (bindings/python/tree_sitter_qdoc/py.typed)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "bindings/python/tree_sitter_qdoc/py.typed",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/25 source files over 60KB",
"points": 52.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 25,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"samples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "samples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "samples"
}
}
],
"max_points": 40
}
]
}
],
"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": {
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Could not fetch crates package 'tree-sitter-qdoc' from its registry",
"Could not fetch npm package 'tree-sitter-qdoc' from its registry",
"Could not fetch pypi package 'tree-sitter-qdoc' from its registry",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-08-01T12:58:37.607162Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/veshivas/tree-sitter-qdoc.svg",
"full_name": "veshivas/tree-sitter-qdoc",
"license_state": "standard",
"license_spdx": "MIT"
}