Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 133,
"has_wiki": true,
"homepage": null,
"languages": {
"HTML": 4665,
"JavaScript": 53070
},
"pushed_at": "2026-07-18T07:31:07Z",
"created_at": "2026-04-12T11:48:32Z",
"owner_type": "Organization",
"updated_at": "2026-07-18T07:30:57Z",
"description": "A lightweight, zero-dependency browser testing framework built on Web Components.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": null,
"name": "ofa.js",
"type": "Organization",
"login": "ofajs",
"company": null,
"location": null,
"followers": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/149685491?v=4",
"created_at": "2023-11-02T12:45:34Z",
"is_verified": null,
"public_repos": 24,
"account_age_days": 994
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.0.11",
"kind": "patch",
"published_at": "2026-07-17T15:02:24Z"
},
{
"tag": "v1.0.9",
"kind": "patch",
"published_at": "2026-07-12T12:03:26Z"
},
{
"tag": "v1.0.8",
"kind": "patch",
"published_at": "2026-06-28T11:26:59Z"
},
{
"tag": "v1.0.7",
"kind": "patch",
"published_at": "2026-06-28T10:30:52Z"
},
{
"tag": "v1.0.6",
"kind": "patch",
"published_at": "2026-06-27T05:49:36Z"
},
{
"tag": "v1.0.5",
"kind": "patch",
"published_at": "2026-06-26T16:36:14Z"
},
{
"tag": "v.1.0.4",
"kind": "other",
"published_at": "2026-06-23T14:07:47Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2026-06-23T12:05:44Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2026-04-13T08:38:19Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2026-04-13T07:37:06Z"
}
],
"recent_commits": [
{
"oid": "86d471b5477cbb807a809cdbc6c15c68ad4f5e27",
"body": "1. update package version from 1.0.12 to 1.0.13\n2. optimize terminal status logging:\n - add TTY environment detection\n - fix TTY terminal overwrite logic\n - add plain text status check for non-TTY environments like CI to avoid log spam",
"is_bot": false,
"headline": "chore: improve terminal output",
"author_name": "Yao",
"author_login": "kirakiray",
"committed_at": "2026-07-18T07:30:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9cde4bd1f4540e01b89bb9315d66fa3cbb90816",
"body": null,
"is_bot": false,
"headline": "fix: some issuse",
"author_name": "Yao",
"author_login": "kirakiray",
"committed_at": "2026-07-17T17:37:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "deda8e58832c7b85ac5c2ad8545550dff1d447ea",
"body": "…(#13)\n\n* feat(scripts): add real-time test progress reporting to test runner\n\n新增了终端实时进度展示功能,在测试运行时动态输出当前测试完成进度、各iframe测试状态以及新出现的失败用例,提升测试运行时的用户体验,同时确保进度报告失败不会中断主测试流程。\n\n* chore: bump version\n\n---------\n\nCo-authored-by: Yao <5945154+kirakiray@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(scripts): add real-time test progress reporting to test runner …",
"author_name": "Yao",
"author_login": "kirakiray",
"committed_at": "2026-07-17T15:01:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00860522b960d3b2f633381d466f071c230a341a",
"body": null,
"is_bot": false,
"headline": "Update run-tests.js",
"author_name": "Yao",
"author_login": "kirakiray",
"committed_at": "2026-07-17T14:05:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f38f4f4530b6d39a7728e7e3d5acb813816518d",
"body": "Co-authored-by: Yao <5945154+kirakiray@users.noreply.github.com>",
"is_bot": false,
"headline": "chrome: bump version (#12)",
"author_name": "Yao",
"author_login": "kirakiray",
"committed_at": "2026-07-17T13:47:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "637d9e6d07d790e97e2471bf46a7027b5f9f9aab",
"body": "Co-authored-by: Yao <5945154+kirakiray@users.noreply.github.com>",
"is_bot": false,
"headline": "Create SKILL.md (#11)",
"author_name": "Yao",
"author_login": "kirakiray",
"committed_at": "2026-07-15T12:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2699e2a55f12cd3e869ce009d241d947e9f51585",
"body": "…(#10)\n\n* Update run-tests.js\n\n* chore: bump version\n\n* test(playwright): 测试前清理浏览器全量存储并禁用缓存\n\n新增clearBrowserStorage函数清理localStorage、sessionStorage、Cache API、IndexedDB、Service Worker和OPFS存储,同时在测试启动前添加存储清理步骤并配置无缓存请求头,确保测试环境干净一致\n\n---------\n\nCo-authored-by: Yao <5945154+kirakiray@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: clear browser storage and disable cache before Playwright tests …",
"author_name": "Yao",
"author_login": "kirakiray",
"committed_at": "2026-07-12T12:01:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6aeee01555afacd1d938c7bb3ce82b033db3126c",
"body": null,
"is_bot": false,
"headline": "fix ci error",
"author_name": "Yao",
"author_login": "kirakiray",
"committed_at": "2026-06-28T11:25:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0684bd244911e88a0f3a17c9a1f486e291f761bd",
"body": "* feat(cli, package, examples): 优化命令行工具、更新配置与测试示例\n\n- 为 sb-test CLI 添加中英文双语帮助文本,使用 package.json 中的版本号替代硬编码值\n- 更新 package.json 导出配置,新增 scripts 目录的导出路径\n- 重构 run-tests.js 移除冗余的 __dirname 定义\n- 新增完整的测试示例文件 test-examples.sb.html,删除旧的示例文件\n\n* feat(sb-test cli): 新增日语帮助文档支持\n\n新增日语帮助文本常量helpJa,更新帮助语言检测逻辑以支持zh和jp参数,调整参数清理规则移除对cn参数的支持并新增jp支持,同步更新所有语言的帮助文档以添加语言切换说明。\n\n* chore: bump version\n\n---------\n\nCo-authored-by: Yao <5945154+kirakiray@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: Polish command-line tool UX (#9)",
"author_name": "Yao",
"author_login": "kirakiray",
"committed_at": "2026-06-28T11:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60b384072207f1c959f9e57c2ba989d8ddfa562e",
"body": "…ll documentation. (#8)\n\n* feat(cli): 新增单文件测试功能并更新全量文档\n\n- 新增generateSingleTestHtml工具函数用于生成单文件测试HTML\n- 在sb-test命令中添加-f/--file参数,支持指定单个.sb.html文件测试\n- 更新英文、中文、日文三份README文档,补充单文件测试示例与模块导入限制说明\n\n* chore: bump version\n\n---------\n\nCo-authored-by: Yao <5945154+kirakiray@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(cli): Added single-file testing functionality and updated the fu…",
"author_name": "Yao",
"author_login": "kirakiray",
"committed_at": "2026-06-28T10:30:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cff5c055df5901ba49b650ed4b2b0688772a9ae",
"body": null,
"is_bot": false,
"headline": "Update test.yml",
"author_name": "Yao",
"author_login": "kirakiray",
"committed_at": "2026-06-28T07:34:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29daa99743cda68e6956c7cf87ecd98bb02c1486",
"body": "* fix(test-suite): 完善iframe清理逻辑并更新中文README\n\n新增removeIframe方法正确清理iframe以避免DevTools注入报错,在测试完成后调用该方法\n更新中文README的ES模块使用FAQ,补充不支持命名空间导入的说明\n\n* chore: bump version\n\n---------\n\nCo-authored-by: Yao <5945154+kirakiray@users.noreply.github.com>",
"is_bot": false,
"headline": "refactor: Optimize memory (#7)",
"author_name": "Yao",
"author_login": "kirakiray",
"committed_at": "2026-06-27T04:28:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f4887e4e7cd6c9823e5bbb19032937343097208",
"body": "* Update package.json\n\n* feat(sb-test): 添加测试结果汇总功能并调整静态服务参数\n\n为 sb-test 自定义元素新增测试结果统计逻辑,在页面顶部 h1 旁展示汇总信息\n修改 static 脚本启动参数,添加 -c-1 禁用缓存和 --cors 允许跨域\n\n* chore: bump version\n\n---------\n\nCo-authored-by: Yao <5945154+kirakiray@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: Let the test cases display the number of completed tests. (#6)",
"author_name": "Yao",
"author_login": "kirakiray",
"committed_at": "2026-06-26T16:34:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7cfff1a400925086f4a2acb7be595fcb9427558",
"body": "… test results (#5)\n\n* fix(sb-test): Improve the display and processing of error messages in test results\n\n* chore: bump version\n\n* Squashed commit of the following:\n\ncommit c17ef66798330a152603a0d389558afdc81c886c\nAuthor: Yao <5945154+kirakiray@users.noreply.github.com>\nDate: Tue Jun 23 22:01:25 \n[…]\nuthor: huang yao <5945154+kirakiray@users.noreply.github.com>\nDate: Mon Apr 13 18:35:32 2026 +0800\n\n Update action.yml\n\n---------\n\nCo-authored-by: Yao <5945154+kirakiray@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(sb-test): Improve the display and processing of error messages in…",
"author_name": "Yao",
"author_login": "kirakiray",
"committed_at": "2026-06-23T14:07:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "817595d8098ec9bfc52e4e5eb280833d3ecd5c7a",
"body": "* Update action.yml\n\n* fix(test): 修正测试完成状态的判断逻辑,适配无测试用例场景\n\n* Update test.yml\n\n* chrome: bump version\n\n---------\n\nCo-authored-by: Yao <5945154+kirakiray@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: issues about bin and file test (#4)",
"author_name": "Yao",
"author_login": "kirakiray",
"committed_at": "2026-06-23T12:05:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95d68a7d80d6e0a5df7ab4321087af59290570e2",
"body": "commit b422e867ea1294d9253719a10ae2bdca12a36ade\nAuthor: huang yao <5945154+kirakiray@users.noreply.github.com>\nDate: Mon Apr 13 19:34:58 2026 +0800\n\n Update action.yml\n\ncommit b44b143b5dd6002baf2cc73543bad450aad75157\nAuthor: huang yao <5945154+kirakiray@users.noreply.github.com>\nDate: Mon Apr\n[…]\n+0800\n\n feat: update md\n\ncommit 79ef7922806ca405bb101b30062db71959fcb748\nAuthor: huang yao <5945154+kirakiray@users.noreply.github.com>\nDate: Mon Apr 13 18:35:32 2026 +0800\n\n Update action.yml",
"is_bot": false,
"headline": "Squashed commit of the following:",
"author_name": "huang yao",
"author_login": "kirakiray",
"committed_at": "2026-04-13T11:39:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6f3a30a0751d29202de3fd4102ec89e74a506c0c",
"body": "* Update action.yml\n\n* feat: update md\n\n---------\n\nCo-authored-by: huang yao <5945154+kirakiray@users.noreply.github.com>",
"is_bot": false,
"headline": "V1 (#3)",
"author_name": "Yao",
"author_login": "kirakiray",
"committed_at": "2026-04-13T11:25:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "847f583e86a20a4e90a84c3a3744a0ad9ca0e27d",
"body": null,
"is_bot": false,
"headline": "Update package.json",
"author_name": "huang yao",
"author_login": "kirakiray",
"committed_at": "2026-04-13T10:25:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2076e8349adc86a2e60777325f4e5c5c7d9f82d9",
"body": null,
"is_bot": false,
"headline": "chore: bump version",
"author_name": "huang yao",
"author_login": "kirakiray",
"committed_at": "2026-04-13T08:37:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68854940a0ace0e4ec3f8f4e83bf4f4a4d6a779c",
"body": null,
"is_bot": false,
"headline": "chore: bump version",
"author_name": "huang yao",
"author_login": "kirakiray",
"committed_at": "2026-04-13T08:25:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f06cc0048c48905990498bac5efdfd8cb6608105",
"body": null,
"is_bot": false,
"headline": "Add package-lock.json for npm ci support",
"author_name": "huang yao",
"author_login": "kirakiray",
"committed_at": "2026-04-13T08:20:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbd37df8eb6f56f03922f15b9a3683ee57846cc7",
"body": "* feat: 更新测试套件并升级版本至0.3.0\n\n* docs: 更新作者信息和仓库引用\n\n* Update README.md\n\n* fix: 捕获测试执行错误并更新文档链接\n\n* refactor: 优化测试脚本并改进选项命名\n\n* chore: 更新版本号至1.0.0并重构README文档\n\n* docs: 添加中文和日文版本文档并更新英文文档\n\n* docs: 更新README文件内容结构\n\n---------\n\nCo-authored-by: huang yao <5945154+kirakiray@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: some issuse (#2)",
"author_name": "Yao",
"author_login": "kirakiray",
"committed_at": "2026-04-13T07:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5235bceaea946f76f1c9d8b81995169243ef2fbc",
"body": "…ts to the root directory",
"is_bot": false,
"headline": "refactor: Refactor the project structure, moving components and scrip…",
"author_name": "huang yao",
"author_login": "kirakiray",
"committed_at": "2026-04-13T05:21:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45b6a993fac0256f692a4c45fc18cd3e6d95f83c",
"body": "* upload code\n\n* chore: bump version\n\n---------\n\nCo-authored-by: huang yao <5945154+kirakiray@users.noreply.github.com>",
"is_bot": false,
"headline": "upload code (#1)",
"author_name": "Yao",
"author_login": "kirakiray",
"committed_at": "2026-04-13T04:47:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daec6911c66a30dafe2a91d8b701ca6204a4a61a",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Yao",
"author_login": "kirakiray",
"committed_at": "2026-04-12T11:48:33Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 25,
"latest_release_at": "2026-07-17T15:02:24Z",
"latest_release_tag": "1.0.11",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 5,
"days_since_latest_release": 6,
"mean_days_between_releases": 10.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "sibyl-test",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"test",
"testing",
"browser",
"web-components",
"web-component",
"zero-dependency"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/sibyl-test",
"is_deprecated": false,
"latest_version": "1.0.13",
"repository_url": "https://github.com/ofajs/sibyl-test",
"versions_count": 13,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2039,
"first_published_at": "2026-04-13T04:39:37.461000Z",
"latest_published_at": "2026-07-18T07:34:26.751000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"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": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 18789,
"source_files_sampled": 5,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"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": "http-server",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^14.1.1"
},
{
"name": "playwright",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.40.0"
},
{
"name": "selenium-webdriver",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.16.0"
},
{
"name": "commander",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^11.1.0"
}
],
"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": 13,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "kirakiray",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/5945154?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 8,
"reason": "11 out of 13 merged PRs checked by a CI test -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/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": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 5,
"reason": "dependency not pinned by hash detected -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "86d471b5477cbb807a809cdbc6c15c68ad4f5e27",
"ran_at": "2026-07-23T15:20:48Z",
"aggregate_score": 4.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-18T07:31:26Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-17T15:01:56Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ofajs/sibyl-test",
"host": "github.com",
"name": "sibyl-test",
"owner": "ofajs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 43,
"vitality": 77,
"community": 32,
"governance": 54,
"engineering": 44
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 77,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 25,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "25 commits in the last year",
"points": 12.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 25
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 10,
"latest_release_tag": "1.0.11",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 10.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~10.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 10.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "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": 32,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 55,
"inputs": {
"packages": [
"sibyl-test"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2039
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,039 downloads/month across npm",
"points": 44.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2039,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 54,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 13,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "13/13 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 13,
"decided": 13
}
}
],
"max_points": 38.25
},
{
"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": null,
"notes": [],
"value": 52,
"inputs": {
"followers": 6,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "ofajs",
"public_repos": 24,
"account_age_days": 994
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "6 followers of ofajs",
"points": 6.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 6,
"login": "ofajs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "24 public repos, account ~2 yr old",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 24
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"sibyl-test"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "13 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 13
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 44,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "11 out of 13 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"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": 43,
"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": 43,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.3
},
"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 13 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/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": "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": "15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 5",
"points": 2.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 32,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.76,
"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": "19 of 25 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 19,
"sampled": 25
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "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 25",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 25
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 18789,
"source_files_sampled": 5,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/5 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 5,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"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": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index npm:sibyl-test@1.0.13; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-23T15:20:59.837213Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/o/ofajs/sibyl-test.svg",
"full_name": "ofajs/sibyl-test",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}