原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 2166,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 956923
},
"pushed_at": "2026-07-23T12:55:51Z",
"created_at": "2026-07-02T00:46:21Z",
"owner_type": "User",
"updated_at": "2026-07-25T01:47:50Z",
"description": "Cyclestone is a Go-based terminal utility that brings structure to multi-agent software engineering. It runs specialized Milestone, PM, Dev, and QA loops locally, letting you review agent progress and safely rollback changes using Git snapshots at every milestone. ",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Patrick Folster",
"type": "User",
"login": "patrick-folster",
"company": null,
"location": null,
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/51257825?v=4",
"created_at": "2019-06-01T07:07:54Z",
"is_verified": null,
"public_repos": 2,
"account_age_days": 2615
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2026-07-20T03:15:06Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2026-07-04T00:17:32Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2026-07-02T00:56:37Z"
}
],
"recent_commits": [
{
"oid": "1eb157f21871dd456f2a797feca5cc9d9ff376b1",
"body": "…ce update workflows",
"is_bot": false,
"headline": "feat: Introduce AGENTS.md as the primary instruction source and enhan…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-20T01:34:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18ebc02036505314a0bece98091c090ee5d0d577",
"body": "- Changed report file paths to a hierarchical structure under \".cyclestone/reports/{milestone_id}/cycle-{cycle_number}/report.yaml\".\n- Updated all relevant test cases to reflect the new report file paths.\n- Introduced helper functions to manage cycle and phase artifact paths for better code organization and readability.\n- Adjusted handoff and output log paths to align with the new structure.\n- Ensured that all references to report files in the codebase are consistent with the new format.",
"is_bot": false,
"headline": "Refactor report file structure and update related tests",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-18T03:29:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47489f0a2852ad8f4d6ed07a8c6fbb509e66ed33",
"body": "…ability",
"is_bot": false,
"headline": "feat: Improve log frame height handling in runner tests for better st…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-18T02:35:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a92c25606eaf0b0a1f5a463b4dda6a25c1a2e93",
"body": "… runner and milestone views",
"is_bot": false,
"headline": "feat: Refactor log frame height calculations and enhance stability in…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-18T02:27:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f56d195c0e50e0c64123be723cd3b3a54f11bd4d",
"body": "… dimensions and improve rendering logic",
"is_bot": false,
"headline": "feat: Enhance runner and milestone views to maintain stable log frame…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-18T02:08:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bb52367842c0e4027a993bcbd26f2f50e94cf08",
"body": "… checks",
"is_bot": false,
"headline": "feat: Add tests for handling missing instruction sources in preflight…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-18T01:46:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbd9f27c0ab817c465aca7e61833d52f4d3cc350",
"body": "- Introduced logic to neutralize QA verdicts that are solely based on informational warnings about embedded repositories.\n- Updated the `qaVerdictFromHandoff` function to ignore blocking verdicts if they are only due to embedded repo warnings.\n- Added tests to ensure that QA verdicts are correctly p\n[…]\nrackedEmbeddedRepos` function to identify nested repositories not tracked by Cyclestone.\n- Updated agent documentation to clarify the treatment of embedded repo warnings as human-awareness notes only.",
"is_bot": false,
"headline": "Enhance handling of embedded Git repositories and related warnings",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-18T00:12:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8967a669300d4bd8980592f0d4a77fe7b8fbc241",
"body": "- Added a new workflow for updating AGENTS.md, including the ability to generate proposals and apply updates.\n- Enhanced the dashboard to route to the AGENTS update screen.\n- Updated the details view to support AGENTS update actions.\n- Implemented preflight checks for AGENTS updates, ensuring proper\n[…]\nving drafts and applying proposals.\n- Updated the TUI to reflect changes in workflow and commands related to AGENTS.md.\n- Added tests for the new AGENTS update functionality across various components.",
"is_bot": false,
"headline": "feat: Implement AGENTS.md update workflow and related functionalities",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-17T22:59:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4729e2b2c556d462ea1a7f2c9944ff353c2a3bde",
"body": "…ions and AGENTS.md updates\n\n- Updated the recommender output contract to include `agent_instructions_update_score`.\n- Modified the pipeline execution to save and report both the recommendation score and the AGENTS.md update score.\n- Implemented parsing functions for the new score in handoff YAML.\n-\n[…]\nENTS.md update score in the details view.\n- Added tests to ensure both scores are correctly processed and reported.\n- Revised agent instructions to clarify the use of the new score in recommendations.",
"is_bot": false,
"headline": "feat: Enhance recommender agent to handle dual scores for recommendat…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-17T21:52:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b589b071694c99d40480375d4905c1cbac7ad4de",
"body": null,
"is_bot": false,
"headline": "feat: Add update_agent_instructions.md for agent instruction updates",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-17T21:00:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8006a0a0733a062d3e450ba444db80652711054e",
"body": "…ents",
"is_bot": false,
"headline": "feat: Add AGENTS.md as the canonical instruction source for coding ag…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-17T03:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8c583f6e443358670a443d9705d8dd561441cee",
"body": "- Added functionality to merge proposed agent instructions updates into handoff YAML files.\n- Updated prompt assembly to include agent instructions instead of AI context.\n- Enhanced DetailsModel to handle proposed instruction updates, including viewing diffs and applying changes.\n- Implemented prefl\n[…]\nctions.\n- Updated agent documentation to reflect changes in handling AGENTS.md and proposed updates.\n- Added tests for instruction update review actions and preflight rendering of instruction sources.",
"is_bot": false,
"headline": "feat: Introduce agent instructions management and review process",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-17T03:03:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7f1ef09a6865ba67946fed986224b2819712f05a",
"body": null,
"is_bot": false,
"headline": "Implement feature X to enhance user experience and optimize performance",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-17T01:02:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd978a2db5e0586c2c8da1c1146eb79a8026f4e8",
"body": "…ect description",
"is_bot": false,
"headline": "refactor: update README.md to enhance clarity and consistency in proj…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-04T02:56:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6705132d4bde339301535fe888d966ed3f49152f",
"body": "…e logo presentation",
"is_bot": false,
"headline": "refactor: update README.md for improved clarity and structure, enhanc…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-04T02:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43785f854e2e888f8bef200547b7401bbd93e65e",
"body": null,
"is_bot": false,
"headline": "Add light mode logo for Cyclestone in SVG format",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-04T01:35:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ef3c6ce7992a7505695c2fb89256f5f765def24",
"body": "…ality",
"is_bot": false,
"headline": "feat: add version flag to CLI and implement version printing function…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-04T00:14:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f682444d3627eecd8b6edf4d60449dae94bc06c",
"body": "…SetupWizard, enhancing user experience and configuration management",
"is_bot": false,
"headline": "feat: implement \"inherit\" option for Runner, Safety, and Branches in …",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-03T22:35:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "565b21785d07ff36816e65c9d12c1d41cb9c49d0",
"body": "…state, enhance tests for navigation and confirmation",
"is_bot": false,
"headline": "refactor: update SetupWizardModel to use static paths for config and …",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-03T22:00:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dd4db83628cf5eb1e66a8e9edc87d36b8c1c365",
"body": "…ollama-codex runner",
"is_bot": false,
"headline": "fix: correct default_llm value in settings.yml and update README for …",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-03T19:18:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a887aa70695e7b02a00cf062521cbc07baa66692",
"body": "…a-codex\n\n- Updated default LLM in settings to ollama_codex.\n- Removed Aider and Ollama from supported runners in documentation and code.\n- Updated references in README, CHANGELOG, and various test files to reflect the removal of Aider and Ollama.\n- Adjusted settings and UI components to only support codex, agy, and ollama-codex.\n- Ensured backward compatibility by providing migration guidance for existing configurations.",
"is_bot": false,
"headline": "Refactor LLM Runner Support: Remove Aider and Ollama, Introduce ollam…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-03T18:54:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3bf601a22edc470b50bbd659e5482c372fd0c3d",
"body": "…runner",
"is_bot": false,
"headline": "feat: enhance YAML handoff instructions and support for ollama-codex …",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-03T17:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bc5bba10049734d7b09fe40bf2f8e2eff0a6604",
"body": "…ate related documentation",
"is_bot": false,
"headline": "feat: add dedicated temp YAML handoff file support for agents and upd…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-03T16:15:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "666314f45c5b56da55c470e80567ac78bd432728",
"body": "…e documentation",
"is_bot": false,
"headline": "feat: implement dedicated temp YAML handoff file for agents and updat…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-03T15:23:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34bd7decddbf408f0b7894a8e68e66f94d2c7d81",
"body": "- Introduced new runner option \"ollama-codex\" in the executor and TUI.\n- Updated command construction to handle \"ollama-codex\" with appropriate arguments.\n- Enhanced settings model to include configuration for \"ollama-codex\" model.\n- Implemented tests for command construction and session resume functionality for \"ollama-codex\".\n- Updated preflight checks to validate availability of \"ollama-codex\" runner.\n- Modified UI to display \"ollama via codex\" in relevant sections.",
"is_bot": false,
"headline": "feat: add support for ollama-codex runner",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-03T14:43:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "790040b4c05326d627b8b48d83df99fd07de975b",
"body": "…ML and improve inline block handling",
"is_bot": false,
"headline": "Refactor: Enhance YAML extraction logic to prioritize trailing raw YA…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-03T13:43:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a39d286abfed329620f8da82363b7accfd7fab82",
"body": "…tation for agents",
"is_bot": false,
"headline": "Refactor: Enhance YAML handling and add required YAML handoff documen…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-03T13:00:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "551ff4f0026ef1e77590a673b3a2953b40e88f37",
"body": "… settings for unlimited values",
"is_bot": false,
"headline": "Refactor: Update Aider command options and improve handling of Ollama…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-03T03:06:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dc7d7c62d4695ecdcc5f5b016b9fe235cf90024",
"body": "… unlimited values",
"is_bot": false,
"headline": "Refactor: Update Ollama context and prediction settings to use -1 for…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-03T02:55:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97fa74db1daa2fc6450f4143c8ab74c111c59c86",
"body": "…r CLI argument construction",
"is_bot": false,
"headline": "Refactor: Implement dry-run behavior for non-developer agents in Aide…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-03T02:09:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9fb28024a42e70860413e98b412597bf01ef731",
"body": "…gic for YAML documents",
"is_bot": false,
"headline": "Refactor: Improve nested block-scalar normalization and extraction lo…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-03T01:45:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bd07a9f8a3af37c2cf650220223c9504158d916",
"body": "…iller phrases",
"is_bot": false,
"headline": "Refactor: Enhance auto-title generation by stripping politeness and f…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-03T01:12:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fea8c82355bfd58a85e959b260737d4f5192f772",
"body": "…ned block scalars",
"is_bot": false,
"headline": "Refactor: Improve inline YAML extraction and normalization for flatte…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-03T00:38:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "066d82289502114dd03ad44257a781c194a21e5e",
"body": "… flags",
"is_bot": false,
"headline": "Refactor: Enhance Aider CLI argument handling and add tests for quiet…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-03T00:12:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58507cf7e3be1cc8a930286b14abf62f2b9de308",
"body": "- Updated the default Ollama model in settings to \"glm-5.2:cloud\".\n- Introduced sidecar YAML file handling to improve output contract validation for Aider and Ollama runners.\n- Added functions to read and remove sidecar YAML files, ensuring stale files do not interfere with current runs.\n- Enhanced \n[…]\nutput.\n- Normalized bulleted YAML to ensure proper parsing and validation of output contracts.\n- Added comprehensive tests for new functionality, including sidecar handling and inline YAML extraction.",
"is_bot": false,
"headline": "Refactor output contract handling and enhance YAML processing",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-02T23:47:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f8531118246fac3016c421f68a5c122c273ce652",
"body": "…d related components",
"is_bot": false,
"headline": "Refactor: Change output format from JSON to YAML for handoff files an…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-02T22:05:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4e756d8d528d52423ba9331274d68b657f1b7a9",
"body": "- Deleted the OpenAI executor implementation.\n- Updated tests and settings to remove references to Gemini and OpenAI.\n- Adjusted preflight validation to block unsupported runners.\n- Modified settings model to focus on Aider and Ollama configurations.\n- Updated all relevant tests to reflect the removal of Gemini and OpenAI.",
"is_bot": false,
"headline": "Refactor: Remove Gemini and OpenAI support, update to Ollama",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-02T20:53:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae37fd14f4da7e5c658175b389fb1c5f8e703d9d",
"body": "… APIs",
"is_bot": false,
"headline": "Refactor runner options and update documentation to remove deprecated…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-02T17:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee1cff246a7acc38df36a93459bd5b2e2db3117b",
"body": "- Updated handoff processing to handle YAML documents instead of JSON.\n- Changed report generation to output YAML files instead of Markdown.\n- Adjusted agent documentation to specify YAML schema requirements.\n- Enhanced validation and parsing functions to support YAML structures.\n- Modified preflight checks and tests to reflect the new YAML output format.",
"is_bot": false,
"headline": "Refactor output format from JSON to YAML across multiple components",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-02T15:10:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8a4a623f3bd6b45684dd90481cf397e87808aa8",
"body": "…nore",
"is_bot": false,
"headline": "Update Aider CLI options to include --no-dirty-commits and --no-gitig…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-02T13:57:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a05ee0525dde972a91a4184c399bb271f299820d",
"body": "…nd test milestone creation",
"is_bot": false,
"headline": "Update configuration and documentation for improved Ollama settings a…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-02T13:37:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98e918d14bd00c9c5b719b6c91b3430ed018e0bb",
"body": "… updating model settings structure",
"is_bot": false,
"headline": "Enhance Aider integration by adding fallback prompt file handling and…",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-02T01:48:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34c898dbb3b9b497395617898af0ca79694551a6",
"body": null,
"is_bot": false,
"headline": "Initial Release",
"author_name": "Patrick Folster",
"author_login": "patrick-folster",
"committed_at": "2026-07-02T00:48:06Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 43,
"latest_release_at": "2026-07-20T03:15:06Z",
"latest_release_tag": "v0.0.3",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 2,
"days_since_latest_release": 9,
"mean_days_between_releases": 9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "github.com/patrick-folster/cyclestone",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/patrick-folster/cyclestone",
"is_deprecated": false,
"latest_version": "v0.0.3",
"repository_url": "https://github.com/patrick-folster/cyclestone",
"versions_count": 3,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T01:34:40Z",
"latest_version_yanked": null,
"days_since_latest_publish": 9
}
]
},
"popularity": {
"forks": 1,
"stars": 3,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-07-05",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 198744,
"source_files_sampled": 40,
"oversized_source_files": 3,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 4589
},
"dependencies": {
"manifests": [
"go.mod"
],
"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": [
"go"
],
"dependencies": [
{
"name": "github.com/charmbracelet/bubbles",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/charmbracelet/bubbletea",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.10"
},
{
"name": "github.com/charmbracelet/lipgloss",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/charmbracelet/x/term",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.2.2"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.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": "patrick-folster",
"commits": 43,
"avatar_url": "https://avatars.githubusercontent.com/u/51257825?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"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/30 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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 4,
"reason": "security policy file 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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1eb157f21871dd456f2a797feca5cc9d9ff376b1",
"ran_at": "2026-07-29T17:39:16Z",
"aggregate_score": 3.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T03:15:10Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/patrick-folster/cyclestone",
"host": "github.com",
"name": "cyclestone",
"owner": "patrick-folster"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"security": 32,
"vitality": 67,
"community": 46,
"governance": 31,
"engineering": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 67,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"commits_last_year": 43,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "43 commits in the last year",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 43
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.0.3",
"releases_from_tags": false,
"days_since_latest_release": 9,
"mean_days_between_releases": 9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 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 ~9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 9
}
}
],
"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": "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": 46,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"forks": 1,
"stars": 3,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3 stars",
"points": 4.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"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": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": 6.3,
"status": "met",
"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": 31,
"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": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"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": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 36,
"inputs": {
"followers": 2,
"owner_type": "User",
"is_verified": null,
"owner_login": "patrick-folster",
"public_repos": 2,
"account_age_days": 2615
},
"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 patrick-folster",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "patrick-folster"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "2 public repos, account ~7 yr old",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 2
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/patrick-folster/cyclestone"
],
"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": "3 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 3
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 66,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"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": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": 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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": 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": 32,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "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/30 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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 2,
"status": "partial",
"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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 70,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.605,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 4589
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "26 of 43 human commits state their intent (structured subject or explanatory body)",
"points": 32.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 26,
"sampled": 43
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"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": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"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 43",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 43
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 96,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 198744,
"source_files_sampled": 40,
"oversized_source_files": 3
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "3/40 source files over 60KB",
"points": 50.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 40,
"oversized": 3
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-29T17:39:21.162853Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/patrick-folster/cyclestone.svg",
"full_name": "patrick-folster/cyclestone",
"license_state": "standard",
"license_spdx": "MIT"
}