Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"cloud",
"cloud-engineering",
"devops",
"devops-automation",
"error-budget",
"gitops",
"golang",
"kubernetes",
"platform-engineering",
"prometheus",
"site-reliability-engineering",
"site-reliability-engineering-sre",
"slo",
"sre"
],
"is_fork": false,
"size_kb": 104,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 59283,
"Shell": 3260,
"Makefile": 4598
},
"pushed_at": "2026-07-03T13:23:20Z",
"created_at": "2026-06-15T10:26:31Z",
"owner_type": "Organization",
"updated_at": "2026-07-03T12:40:57Z",
"description": "Stop burning your error budget. SRE config as code — SLOs, error budgets, runbooks, on-call, and dashboards in one sre.yaml file. Auto-remediates before alerts fire.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "dev",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Custos-com",
"type": "Organization",
"login": "Custos-com",
"company": null,
"location": null,
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/289027565?v=4",
"created_at": "2026-05-29T18:33:42Z",
"is_verified": null,
"public_repos": 3,
"account_age_days": 57
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-03T12:23:29Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-06-25T06:12:14Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-06-23T09:57:37Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-06-17T04:32:05Z"
}
],
"recent_commits": [
{
"oid": "fb6a4db91658f53a9267e6f35520cf1cfcffc937",
"body": null,
"is_bot": false,
"headline": "docs: add screenshots and fix README for v0.3.0 (#57)",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-07-03T12:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30b0d2014e23b7943f54d37c34b6a702cc84e9ae",
"body": "* feat: extend init command with interactive wizard via survey\n\n* feat: implement burnless status command (closes #4)\n\n* docs: getting started guide (closes #23)",
"is_bot": false,
"headline": "docs: getting started guide (closes #23) (#56)",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-07-03T12:03:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71db3e374ee545e1986392df4d397a7b133f2b69",
"body": "* feat: extend init command with interactive wizard via survey\n\n* feat: implement burnless status command (closes #4)",
"is_bot": false,
"headline": "feat: implement burnless status command (closes #4) (#55)",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-07-03T04:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "478a08ee298543fbd14b45f98e5583fa424e8bf9",
"body": null,
"is_bot": false,
"headline": "feat: extend init command with interactive wizard via survey (#54)",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-07-02T15:20:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "650d172c94de9ff2a704a5548246be332831a3d2",
"body": "- export toil events as CSV (default) or JSON\n- optional --month flag to filter by month\n- optional --output flag to write to a file instead of stdout\n- includes cost_usd column calculated from DefaultCostModel\n- CSV format compatible with Excel, Google Sheets",
"is_bot": false,
"headline": "feat: implement burnless toil export command (closes #9)",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-28T18:36:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1245c1e0e2dbc28f445ee01bc7c6f84de3dcedc8",
"body": "- no args: preview what burnless apply would create from sre.yaml\n- two args: compare two sre.yaml files and show what changed\n- shows SLOs, alerting rules, runbooks, dashboards, on-call\n- detects added/removed/changed SLOs between two files\n- add tests for preview mode, two-file diff, and no-change case",
"is_bot": false,
"headline": "feat: implement burnless diff command (closes #3)",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-27T05:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f36afbf9bee2bc0c652f4b1c49bdd6b224b5f8b",
"body": null,
"is_bot": false,
"headline": "feat: add GitHub Sponsors funding config",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-26T09:57:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ace0f94058911caca8cfb8dfa498e574c8eb0c10",
"body": "Users can now run 'burnless validate' in any directory containing\nan sre.yaml file without specifying the filename explicitly.\nExplicit path still works: 'burnless validate path/to/sre.yaml'\n\nCloses #UX-1",
"is_bot": false,
"headline": "fix: validate defaults to sre.yaml when no file argument given",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-25T06:09:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae94895353655348dffd648fa5877e98eb6da4e7",
"body": null,
"is_bot": false,
"headline": "docs: add VS Code autocomplete tip — SchemaStore PR merged",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-24T07:45:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75d3bd520d4ca88580f9891e0fe57462dcabb318",
"body": null,
"is_bot": false,
"headline": "fix: remove version prefix from binary filename in install script",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-23T11:09:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e404b2ba82b936fc94f69612112ead6aa963ead",
"body": "…ary table",
"is_bot": false,
"headline": "docs: update install instructions with brew, curl, go install and bin…",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-23T10:38:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "989bb57c37cd21d79a5cfec25a70cbedf376f6a3",
"body": null,
"is_bot": false,
"headline": "fix: improve install script with ASCII banner and correct JSON parsing",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-23T09:56:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11438c7cc418c6cd36eebcb8c3b84d623dbeb231",
"body": "- use homebrew_casks (GoReleaser v2.10+ standard)\n- push formula to Custos-com/homebrew-tap on release\n- use GH_PAT secret for cross-repo push permissions",
"is_bot": false,
"headline": "feat: add Homebrew cask support via GoReleaser",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-23T04:15:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "165021622923403caa789c6f478499dda343a2d2",
"body": "- .goreleaser.yml builds for Linux/macOS amd64+arm64 and Windows amd64\n- scripts/install.sh detects OS/arch and installs correct binary\n- release notes auto-generated from conventional commits\n- CGO_ENABLED=0 for static binaries with no runtime dependencies",
"is_bot": false,
"headline": "feat: add GoReleaser config and install script (closes #30)",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-23T04:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e58da6225989403ea6c5b1c6e231e0aa0c76fd81",
"body": "Required for SchemaStore.org submission (#10) — schemas must resolve\nto a real, stable URL. burnless.dev is not deployed yet, so we use\nthe GitHub raw content URL until the website ships.",
"is_bot": false,
"headline": "fix: update schema id to stable GitHub raw URL (part of #10)",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-23T03:45:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b510f232250f2d05b96cdd9bbb94476f0047ca78",
"body": "- add internal/toil/report.go with FilterByMonth, TotalMinutes, GroupByTask\n- add priority scoring for automatable tasks (HIGH/MED/LOW)\n- add burnless toil report command showing total hours, cost, and top tasks\n- wire report command into toil parent command\n- add tests for month filtering, totaling, and task grouping\n\nNote: toil percentage and incident linkage are out of scope for this\nissue and tracked separately, since they require team-hours tracking\nand an incidents system respectively.",
"is_bot": false,
"headline": "feat: implement burnless toil report command (closes #7)",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-20T17:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7b5e219f4076f7bdebb9c43255cb500f876f6ba",
"body": "Add CostModel to the toil package to convert logged toil time into an\nestimated dollar cost. The hourly rate is derived from a configurable\nannual SRE salary, defaulting to the $180k/yr benchmark (~$86.54/hr)\nwhen none is set.\n\nIncludes table-driven unit tests and a CHANGELOG entry.\n\nCloses #8",
"is_bot": false,
"headline": "feat(toil): add toil cost calculation (closes #8)",
"author_name": "Leo Felcianas",
"author_login": null,
"committed_at": "2026-06-20T10:02:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56c8de88a4e741d4af9d84ec189d36ac21c13fe5",
"body": "- add bbolt-backed Store in internal/toil/store.go\n- add Save() and All() methods for persisting toil events\n- add internal/cli/toil.go with toil log subcommand\n- store database at ~/.burnless/data.db\n- wire toil command into main.go\n- add tests for storage round-trip and multiple events",
"is_bot": false,
"headline": "feat: implement burnless toil log command (closes #6)",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-20T09:56:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f577caf97af4b68db7c7ee6278b3b9646c029e6a",
"body": null,
"is_bot": false,
"headline": "docs: replace ASCII art with SVG architecture diagram",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-19T22:09:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d93ab9274414ae3dc1e284d0bc644f46c92d5d4c",
"body": null,
"is_bot": false,
"headline": "docs: add visual architecture diagram as SVG",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-19T22:09:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02d54c10d64bddc28e19c0b7a12d5c28bf149fe0",
"body": "…GN_DECISIONS, and examples",
"is_bot": false,
"headline": "docs: add ROADMAP, ARCHITECTURE, DEVELOPMENT, GOOD_FIRST_ISSUES, DESI…",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-19T22:05:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66ac96166f5b3d0c9fa04f994ec0d319003a72c7",
"body": "Accept values like 99.5% and 14.4x so example sre.yaml files pass\nburnless validate in CI.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix: parse human-readable SLO targets and burn rates in YAML",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-19T08:47:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4a691d288b45a14f5274eae4dea4e72e2513e2a6",
"body": "Separate github.com/burnless/burnless imports from third-party packages\nto satisfy golangci-lint local-prefixes configuration.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix: group local imports for goimports CI check",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-19T08:44:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4a238fcf53a8bb6d6277c8483a14c01970474834",
"body": "* feat: implement burnless validate command (closes #2)\n\n- add internal/cli/validate.go with validate command\n- wire validate command into main.go\n- silence usage text on validation errors for clean CI output\n- add tests covering valid file, invalid file, and missing file cases\n\n* style: fix gofmt/goimports formatting",
"is_bot": false,
"headline": "feat: implement burnless validate command (closes #2) (#34)",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-19T08:22:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adfc4db637dbdd3a5f4d58134fa1b632bf8cca9f",
"body": null,
"is_bot": false,
"headline": "test: cover config parser (closes #27)",
"author_name": "Weizhou Chen",
"author_login": "Kkkakania",
"committed_at": "2026-06-18T08:05:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d14c455e4b847b209baaa349bdb80d2ac3e2fba",
"body": null,
"is_bot": false,
"headline": "docs: add license section to README",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-18T05:24:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69e4e6a9a1f15cbf5e011b77bb25b8dbe35cb48b",
"body": null,
"is_bot": false,
"headline": "docs: add three-tier license strategy — Apache 2.0, AGPLv3, BSL 1.1",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-18T05:23:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "445597a8375b42ed86ce1e0781897a909aa42e96",
"body": null,
"is_bot": false,
"headline": "docs: add enterprise security doc and data flow visual",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-17T09:16:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f5e9c505fa9458fcfd1f030f9b267bd8ac8e324",
"body": null,
"is_bot": false,
"headline": "docs: create missing doc files and fix README links",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-17T09:12:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3144f69aa8f10d34a64789512b887207b584a8f",
"body": null,
"is_bot": false,
"headline": "fix: correct org name in goreleaser config",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-17T04:31:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3196a6679e3f5d2a9f8d8ebd6a757a63ecb95b87",
"body": null,
"is_bot": false,
"headline": "fix: correct badge URLs to Custos-com/Burnless",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-17T04:29:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d2427d672c0f8edcd53110944f32f8722bb1088",
"body": null,
"is_bot": false,
"headline": "chore: update all references from Custos-com to Kairos-Labs",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-16T12:01:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d5a54c6081c981a483f6b0a995cb0daca4e7fcd",
"body": null,
"is_bot": false,
"headline": "chore: update org name to Kairos-Labs",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-16T11:59:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d7cc7bb6aa4dd6101a1c51c783c7a7cfa2b9809",
"body": null,
"is_bot": false,
"headline": "chore: add GoReleaser config",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-16T11:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9895b37873b240c3e0cbd1ecf49cba505c42c02d",
"body": null,
"is_bot": false,
"headline": "fix: correct CI badge URL to Custos-com/Burnless",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-16T11:49:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02d47d0c59cfc198f6c01625ea0755b933e7894a",
"body": null,
"is_bot": false,
"headline": "docs: add CODEOWNERS, GOVERNANCE, slo schema issue template",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-16T10:15:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c93e3ad93f50044e29a7c5ee410ffa2b3e6bd3a",
"body": null,
"is_bot": false,
"headline": "docs: add ASCII banner",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-16T10:10:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ae2ceedebd0103d17d6b4b5a12bd6f70cd5867d",
"body": null,
"is_bot": false,
"headline": "docs: add ASCII banner to README",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-16T10:09:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88bcc220a21a41f9f179e9cbd059cd181693a095",
"body": null,
"is_bot": false,
"headline": "fix: gofmt formatting and errcheck in slack.go",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-16T10:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7dfb99d1caa644505ee5c824673f8565cf7fa28",
"body": null,
"is_bot": false,
"headline": "readme",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-16T10:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05461424af3496136926777a83d34d07a591b075",
"body": null,
"is_bot": false,
"headline": "fix(slo): correct float precision in ErrorBudgetRemaining",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-16T09:59:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9cb84ab8fc38ea37035760e52b71186d37eecbf",
"body": "Sets up the Burnless repo structure including:\n- cmd/ entry points for CLI, agent, and K8s controller\n- internal/ domain packages (toil, slo, runbook, metrics, notify, config)\n- pkg/ public types and SDK\n- schema/ JSON Schema for sre.yaml\n- examples/ for web-api, background-worker, data-pipeline, microservice\n- GitHub Actions CI + release workflows\n- Community files (CONTRIBUTING, SECURITY, CODE_OF_CONDUCT)\n- Makefile with build, test, lint, and release targets",
"is_bot": false,
"headline": "chore: initial project scaffold",
"author_name": "Dinushi Dhananjani",
"author_login": "Dinushi94",
"committed_at": "2026-06-16T00:49:33Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 42,
"latest_release_at": "2026-07-03T12:23:29Z",
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_last_push": 22,
"active_weeks_last_year": 3,
"days_since_latest_release": 22,
"mean_days_between_releases": 5.4
},
"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": []
},
"popularity": {
"forks": 1,
"stars": 8,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2026-06-17",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 17
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 4784,
"source_files_sampled": 33,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"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": "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": 13,
"open_issues": 17,
"closed_ratio": 0.469,
"closed_issues": 15,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Dinushi94",
"commits": 40,
"avatar_url": "https://avatars.githubusercontent.com/u/49174230?v=4"
},
{
"type": "User",
"login": "Kkkakania",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/200867803?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.976
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"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 1/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 9,
"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": "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": 10,
"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": "fb6a4db91658f53a9267e6f35520cf1cfcffc937",
"ran_at": "2026-07-26T02:45:28Z",
"aggregate_score": 3.9,
"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-03T13:25:35Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-03T12:40:53Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 5,
"created_at": "2026-06-16T11:38:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 11,
"created_at": "2026-06-16T11:38:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 13,
"created_at": "2026-06-16T11:38:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 14,
"created_at": "2026-06-16T11:39:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 15,
"created_at": "2026-06-16T11:39:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 16,
"created_at": "2026-06-16T11:39:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 17,
"created_at": "2026-06-16T11:39:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 18,
"created_at": "2026-06-16T11:39:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 19,
"created_at": "2026-06-16T11:39:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 20,
"created_at": "2026-06-16T11:39:17Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 21,
"created_at": "2026-06-16T11:39:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 22,
"created_at": "2026-06-16T11:39:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 24,
"created_at": "2026-06-16T11:39:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 25,
"created_at": "2026-06-16T11:39:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 26,
"created_at": "2026-06-16T11:39:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 29,
"created_at": "2026-06-16T11:39:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 32,
"created_at": "2026-06-16T11:39:49Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Custos-com/Burnless",
"host": "github.com",
"name": "Burnless",
"owner": "Custos-com"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"security": 39,
"vitality": 64,
"community": 48,
"governance": 36,
"engineering": 82
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 64,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"commits_last_year": 42,
"human_commit_share": 1,
"days_since_last_push": 22,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 22 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 22
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "42 commits in the last year",
"points": 14.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 42
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "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": 4,
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_latest_release": 22,
"mean_days_between_releases": 5.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 22 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 22
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~5.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 5.4
}
}
],
"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": 48,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"forks": 1,
"stars": 8,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "8 stars",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 8
}
}
],
"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": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 86,
"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": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"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": 36,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.976
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 98% of commits",
"points": 0.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"merged_prs": 13,
"open_issues": 17,
"closed_issues": 15,
"issue_closed_ratio": 0.469,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "47% of issues closed",
"points": 21.9,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 47
}
}
],
"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 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"followers": 1,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "Custos-com",
"public_repos": 3,
"account_age_days": 57
},
"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": "1 followers of Custos-com",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "Custos-com"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "3 public repos, account ~0 yr old",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 3
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 82,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"cloud",
"cloud-engineering",
"devops",
"devops-automation",
"error-budget",
"gitops",
"golang",
"kubernetes",
"platform-engineering",
"prometheus",
"site-reliability-engineering",
"site-reliability-engineering-sre",
"slo",
"sre"
],
"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": "14 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 14
}
}
],
"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": 39,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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.2,
"status": "partial",
"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": "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 detected",
"points": 5,
"status": "met",
"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
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 66,
"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.976,
"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": "41 of 42 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 41,
"sampled": 42
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.048,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "2 of the last 42 commits agent-authored or agent-credited",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 42
}
}
],
"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": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 4784,
"source_files_sampled": 33,
"oversized_source_files": 0
},
"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": "0/33 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 33,
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch go package 'github.com/burnless/burnless' from its registry",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T02:45:38.860388Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/Custos-com/Burnless.svg",
"full_name": "Custos-com/Burnless",
"license_state": "custom",
"license_spdx": null
}