Public record
Software health reportschema 0.27.0 · metrics 1.13.0 · 2026-07-27 17:08 UTC

xang1234 / stock-screener

Stock scanner with multiple fundamental and technical criteria. Features 80+ filters, AI chatbot (Groq/DeepSeek/Gemini), theme discovery, and StockBee-style breadth indicators.

Python · JavaScriptApache-2.0★ 255 stars⑂ 84 forkssince Jan 2026View on GitHub ↗

xang1234/stock-screener holds a health index of 64 out of 100, placing it in the Moderate band. It scores highest on Vitality (87/100) and lowest on Security (25/100). It was last updated today. A single contributor accounts for most of its recent work.

64
overall / 100
Moderate

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At risk ceiling of 49. AI Readiness sits outside the overall score.

64
Excellent85-100Exemplary; meets essentially all checked criteria
Good70-84Healthy; minor gaps
Moderate50-69Acceptable with notable gaps; review recommended
At risk30-49Significant weaknesses; adoption warrants caution
Critical1-29Severe problems (abandoned, single-maintainer, no hygiene)
VitalityCommunity &AdoptionSustainability &GovernanceEngineeringQualitySecurityAI Readiness

Score profile

Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.

Ownership

D TPersonal account
60 followers37 public repossince Oct 2016

This repository is owned by a personal account. A single-owner project carries more continuity risk than an organization-backed one.

Metrics by category

Vitality

Is the project alive — is code being written and are releases shipping?

87Excellent · 22% of overall
How it's scored
36/36Push recency — last push 0 days ago
15.9/36Commit cadence — 23/52 weeks with commits
18/18Commit volume — 2,025 commits in the last year
0/10OpenSSF Scorecard: Maintained — no data
Inputs used
commits_last_year2,025
human_commit_share1
days_since_last_push0
active_weeks_last_year23

Release discipline

100Excellent
How it's scored
27/27Ships releases — 12 releases published
36/36Release recency — latest release 14 days ago
27/27Release cadence — a release every ~9.2 days
0/10OpenSSF Scorecard: Signed-Releases — no data
Inputs used
releases_count12
latest_release_tagv1.4.0
releases_from_tagsno
days_since_latest_release14
mean_days_between_releases9.2

Community & Adoption

Does the project have users, downloads, attention, and a welcoming setup for contributors?

64Moderate · 18% of overall
How it's scored
39/60Stars — 255 stars
16/25Forks — 84 forks
2.7/15Watchers — 4 watchers
Inputs used
forks84
stars255
watchers4
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5License — recognized license (Apache-2.0)
18/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
has_contributingyes
has_issue_templateno
has_code_of_conductno
has_pull_request_templateno

Sustainability & Governance

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?

52Moderate · 24% of overall
How it's scored
9/54Bus factor — 1 contributor(s) cover half of all commits
1.4/22.5Commit distribution — top contributor authored 94% of commits
4.1/13.5Contributor breadth — 3 contributors
0/10OpenSSF Scorecard: Contributors — no data
Inputs used
bus_factor1
contributors_sampled3
top_contributor_share0.94
How it's scored
37.7/46.8Issue resolution — 81% of issues closed
37.2/38.3PR acceptance — 275/283 decided PRs merged
0/15OpenSSF Scorecard: Code-Review — no data
Inputs used
merged_prs275
open_issues7
closed_issues29
issue_closed_ratio0.806
closed_unmerged_prs8
How it's scored
10/30Ownership backing — personal (user) account
0/20Verified domain — not applicable to user accounts
12.8/25Owner reach — 60 followers of xang1234
23.5/25Track record — 37 public repos, account ~9 yr old
Inputs used
followers60
owner_typeUser
is_verified
owner_loginxang1234
public_repos37
account_age_days3,582
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

Engineering Quality

Are baseline engineering and documentation practices in place?

84Good · 20% of overall
How it's scored
24/24CI workflows — 6 workflow(s)
24/24Tests present
16/16Linter config — eslint.config.js
0/9.6Pre-commit hooks
0/6.4.editorconfig
0/20OpenSSF Scorecard: CI-Tests — no data
Inputs used
has_ciyes
has_testsyes
has_editorconfigno
has_linter_configyes
has_precommit_configno

Documentation

90Excellent
How it's scored
30/30README
25/25Documentation directory
15/15Documentation / homepage site — https://xang1234.github.io/stock-screener/
10/10Repository description
10/10Topics — 11 topics
0/10Wiki
Inputs used
topicscanslim, market-breadth, minervini, stock-analysis, stock-screener, trading, finance, investment, trading-automation, nasdaq-stocks, nyse-stocks
has_wikino
homepagehttps://xang1234.github.io/stock-screener/
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?

25Critical · 16% of overall
How it's scored
0/30Security policy (SECURITY.md)
0/25Dependabot config
25/25Dependency lockfiles — package-lock.json
0/20CodeQL workflow
Inputs used
sourcefile_signals
lockfilespackage-lock.json
manifestsbackend/requirements-runtime.txt, backend/requirements-server.txt, backend/requirements-test.txt, backend/requirements-theme-ml.txt, backend/requirements.txt, frontend/package.json
has_codeql_workflowno
has_security_policyno
has_dependabot_configno

AI Readiness

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.

64Moderate · 0% of overall
How it's scored
45/45Agent instructions — AGENTS.md, CLAUDE.md
0/15Machine-readable docs (llms.txt)
40/40Legible commit history — 85 of 100 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
legible_history_share0.85
agent_instruction_filesAGENTS.md, CLAUDE.md
agent_instruction_max_bytes12,734
How it's scored
18/18One-command bootstrap — Makefile
22/22Automated tests
11/11Lint / format config — eslint.config.js
0/11Static type checking
10/10Reproducible environment — Dockerfile, lockfile
0/10Demonstrated agent practice — no agent-authored commits among the last 100
0/8Automated maintenance — no automated dependency updates observed
0/10OpenSSF Scorecard: Pinned-Dependencies — no data
Inputs used
has_nixno
has_testsyes
lockfilespackage-lock.json
has_dockerfileyes
typed_languageno
bootstrap_filesMakefile
has_devcontainerno
has_linter_configyes
typecheck_configs
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0
How it's scored
0/45Type-checkable code — Python without a type-check config
54.2/55Manageable file sizes — 19/1,365 source files over 60KB
Inputs used
primary_languagePython
largest_source_bytes124,092
source_files_sampled1,365
oversized_source_files19
How it's scored
0/40API schema (OpenAPI/GraphQL/proto)
20/20MCP server
0/40Runnable examples
Inputs used
example_dirs
has_mcp_signalyes
api_schema_files

Key facts

255GitHub stars
3contributors
2,025commits, last 12 months
0days since last push
12releases
1bus factor
7open issues
npm, PyPIpackage ecosystems

Data collection 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
  • OpenSSF Scorecard did not return a usable result (2026/07/27 17:07:18 Warning: PATs stored in env variables GITHUB_AUTH_TOKEN and GITHUB_TOKEN differ. Scorecard will use the former.); skipping Scorecard checks

More detail

Star and fork history 0 ★ / 84 ⇿
0Stars
84Forks
12Releases

When each star and fork was added, collected from GitHub and bucketed by day. Cumulative growth sits directly above the daily additions it is made of, so the two read against each other: steady organic accretion looks nothing like an abrupt, short-lived burst. Where that difference is measurable, it is reported as growth authenticity.

02040608010084132026-022026-052026-07
Major 1Minor 4Patch 2
Direct dependencies 18
RegistryPackageVersion constraintManifest
npm@emotion/react^11.11.3frontend/package.json
npm@emotion/styled^11.11.0frontend/package.json
npm@hello-pangea/dnd^18.0.1frontend/package.json
npm@mui/icons-material^5.18.0frontend/package.json
npm@mui/material^5.15.3frontend/package.json
npm@tanstack/query-sync-storage-persister^5.101.0frontend/package.json
npm@tanstack/react-query^5.101.0frontend/package.json
npm@tanstack/react-query-persist-client^5.101.0frontend/package.json
npm@tanstack/react-table^8.11.6frontend/package.json
npm@tanstack/react-virtual^3.13.18frontend/package.json
npmaxios1.13.2frontend/package.json
npmdate-fns^4.1.0frontend/package.json
npmlightweight-charts^5.1.0frontend/package.json
npmreact^18.3.1frontend/package.json
npmreact-dom^18.3.1frontend/package.json
npmreact-markdown^9.1.0frontend/package.json
npmreact-router-dom^6.21.0frontend/package.json
npmrecharts^2.15.4frontend/package.json
All dependencies not collected

The resolved dependency set could not be collected for this report: GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository

Raw JSON report machine-readable
{
  "data": {
    "repo": {
      "topics": [
        "canslim",
        "market-breadth",
        "minervini",
        "stock-analysis",
        "stock-screener",
        "trading",
        "finance",
        "investment",
        "trading-automation",
        "nasdaq-stocks",
        "nyse-stocks"
      ],
      "is_fork": false,
      "size_kb": 57091,
      "has_wiki": false,
      "homepage": "https://xang1234.github.io/stock-screener/",
      "languages": {
        "CSS": 1563,
        "HTML": 1715,
        "Shell": 35307,
        "Python": 10941885,
        "Makefile": 9144,
        "Dockerfile": 2128,
        "JavaScript": 1887801
      },
      "pushed_at": "2026-07-27T13:29:28Z",
      "created_at": "2026-01-12T15:06:06Z",
      "owner_type": "User",
      "updated_at": "2026-07-27T07:00:11Z",
      "description": "Stock scanner with multiple fundamental and technical criteria. Features 80+ filters, AI chatbot (Groq/DeepSeek/Gemini),   theme discovery, and StockBee-style breadth indicators.",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": "Apache-2.0",
      "default_branch": "main",
      "license_spdx_raw": "Apache-2.0",
      "primary_language": "Python",
      "significant_languages": [
        "Python",
        "JavaScript"
      ]
    },
    "owner": {
      "blog": null,
      "name": "D T",
      "type": "User",
      "login": "xang1234",
      "company": null,
      "location": "SG",
      "followers": 60,
      "avatar_url": "https://avatars.githubusercontent.com/u/22629539?v=4",
      "created_at": "2016-10-05T02:47:59Z",
      "is_verified": null,
      "public_repos": 37,
      "account_age_days": 3582
    },
    "license": {
      "state": "standard",
      "spdx_id": "Apache-2.0",
      "raw_spdx": "Apache-2.0",
      "file_present": true,
      "scorecard_found": null,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "v1.4.0",
          "kind": "minor",
          "published_at": "2026-07-13T07:36:51Z"
        },
        {
          "tag": "rrg-history-data",
          "kind": "other",
          "published_at": "2026-07-13T12:43:07Z"
        },
        {
          "tag": "v1.3.0",
          "kind": "minor",
          "published_at": "2026-06-12T15:16:12Z"
        },
        {
          "tag": "v1.2.0",
          "kind": "minor",
          "published_at": "2026-06-03T16:10:08Z"
        },
        {
          "tag": "ibd-classification-data",
          "kind": "other",
          "published_at": "2026-06-02T09:31:19Z"
        },
        {
          "tag": "cn-daily-price-shards",
          "kind": "other",
          "published_at": "2026-05-11T17:12:54Z"
        },
        {
          "tag": "v1.1.2",
          "kind": "patch",
          "published_at": "2026-05-01T03:46:54Z"
        },
        {
          "tag": "v1.1.1",
          "kind": "patch",
          "published_at": "2026-04-27T16:48:16Z"
        },
        {
          "tag": "v1.1.0",
          "kind": "minor",
          "published_at": "2026-04-27T00:42:08Z"
        },
        {
          "tag": "daily-price-data",
          "kind": "other",
          "published_at": "2026-04-21T21:02:35Z"
        },
        {
          "tag": "v1.0.0",
          "kind": "major",
          "published_at": "2026-04-18T09:49:13Z"
        },
        {
          "tag": "weekly-reference-data",
          "kind": "other",
          "published_at": "2026-04-02T08:49:02Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "f35e747bae426d71ef1be6a905fc305bf2f80b39",
          "body": "…universe\n\nFix static group history universe bootstrap",
          "is_bot": false,
          "headline": "Merge pull request #323 from xang1234/codex/fix-static-group-history-…",
          "author_name": "D T",
          "author_login": "xang1234",
          "committed_at": "2026-07-26T14:20:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "03d63eca99dc0de9ebe4727a997bdf6b589062e2",
          "body": null,
          "is_bot": false,
          "headline": "Assert shared group history calendar wiring",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-26T13:12:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "600bc696c8a60afb33fe5844830385d2410c9262",
          "body": null,
          "is_bot": false,
          "headline": "Preserve legacy static group rank backfill",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-26T13:06:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f7fd4765b3e9eb84456c2fd1ddc81badb808a3e7",
          "body": null,
          "is_bot": false,
          "headline": "Fix static group history universe bootstrap",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-26T12:34:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7a1a2e27e05cdcbd3f622a3a76b994a5af4de397",
          "body": "…backfill-order\n\nFix static group rank history backfill ordering",
          "is_bot": false,
          "headline": "Merge pull request #322 from xang1234/codex/fix-static-group-history-…",
          "author_name": "D T",
          "author_login": "xang1234",
          "committed_at": "2026-07-26T09:12:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1b11eff012e9b8535cb6c66ad52dce41f225961c",
          "body": null,
          "is_bot": false,
          "headline": "Gate static export on deferred rank backfill",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-26T08:57:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "18c8ec87e4e5541177bb70b9b4f8ee58b5a39502",
          "body": null,
          "is_bot": false,
          "headline": "Defer static snapshot IBD enrichment until ranks exist",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-26T08:49:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e1e958a8e32fa13621143f9463145aa2f2e3fafa",
          "body": null,
          "is_bot": false,
          "headline": "Fix static group rank history backfill ordering",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-26T08:41:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dd4f4e1930bc7482ba1265831247936e5052d520",
          "body": "Fix static group rankings and historical rank data",
          "is_bot": false,
          "headline": "Merge pull request #321 from xang1234/codex/fix-static-group-rankings",
          "author_name": "D T",
          "author_login": "xang1234",
          "committed_at": "2026-07-26T06:30:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "29e05b51242d4f807a5e794f70c7557577d54acb",
          "body": null,
          "is_bot": false,
          "headline": "Address group ranking review comments",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-26T05:01:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fd41caa8e7cdc3c013b16a79ebbc4e33f261f0de",
          "body": null,
          "is_bot": false,
          "headline": "Address group ranking review feedback",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-26T04:27:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3195e1ebeb68d1bd45f18a9bde92983602347627",
          "body": null,
          "is_bot": false,
          "headline": "Address group ranking review findings",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-26T03:53:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0ac2b68c7f10fc3a295e67c9649267f1b7fc71ca",
          "body": null,
          "is_bot": false,
          "headline": "Fix static group ranking history",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-26T03:20:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b43d3f3ae023b79ae19d4a74398f698b2a0c13d1",
          "body": "…ydration\n\nHydrate static RS benchmark anchors before validation",
          "is_bot": false,
          "headline": "Merge pull request #320 from xang1234/codex/static-benchmark-anchor-h…",
          "author_name": "D T",
          "author_login": "xang1234",
          "committed_at": "2026-07-25T07:48:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "07fb3bb9e4fe832f689b4ef0f6d73cc39ba1c88f",
          "body": null,
          "is_bot": false,
          "headline": "fix: bypass cache for benchmark hydration fetches",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-25T07:38:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bf3e2e8a2517a7267abb411565e5faa0ea9f1ab9",
          "body": null,
          "is_bot": false,
          "headline": "fix: harden static RS benchmark hydration",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-25T07:22:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "96271a57bc48211c08374259d613aacd1ff4d6a2",
          "body": null,
          "is_bot": false,
          "headline": "fix: hydrate static RS benchmarks before export",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-25T06:42:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9ff1b4936f0e937c5f9d13422894321b7f890ab9",
          "body": "…erse\n\nBootstrap static RRG history with current universe",
          "is_bot": false,
          "headline": "Merge pull request #319 from xang1234/codex/static-rrg-bootstrap-univ…",
          "author_name": "D T",
          "author_login": "xang1234",
          "committed_at": "2026-07-25T02:28:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f96493e3d40379b6a0016306cd9ae1788f68d90b",
          "body": null,
          "is_bot": false,
          "headline": "Address static RRG review feedback",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-25T02:21:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5eb9b4b12ee747341582950a75c87008e3cec2b4",
          "body": null,
          "is_bot": false,
          "headline": "Refine static RRG bootstrap boundaries",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-25T02:05:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3a56e3a4172d39f397022567e24abc9a989ba5e5",
          "body": "docs: clarify Celery Beat timezone configuration",
          "is_bot": false,
          "headline": "Merge pull request #298 from kjpou1/docs/celery-timezone",
          "author_name": "D T",
          "author_login": "xang1234",
          "committed_at": "2026-07-25T01:41:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "67e272af7536ace8731a10fd77fee90bd2247aa0",
          "body": null,
          "is_bot": false,
          "headline": "fix: harden static rrg bootstrap review paths",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-25T01:36:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "08525054e64afc49fb96b1b4603bda5b055d43f9",
          "body": null,
          "is_bot": false,
          "headline": "fix: keep static rrg bootstrap in export session",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-25T01:20:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "676ae9ddc519c48322b12aab5185ab3d8de0e50c",
          "body": null,
          "is_bot": false,
          "headline": "fix: bootstrap static rrg history with current universe",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-25T00:58:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cc42e9cc63db481575b25320377f39dd9eff02d6",
          "body": null,
          "is_bot": false,
          "headline": "docs: plan static rrg bootstrap universe",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-25T00:39:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "25cd340f64b895b74799769ddc8a35a05ae508fb",
          "body": null,
          "is_bot": false,
          "headline": "docs: design static rrg bootstrap universe",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-25T00:31:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6b72d19fb84d50a7c3e6e81a4da3eff29ce37a11",
          "body": "…p-history-pr\n\nfix: hydrate static RRG startup price history",
          "is_bot": false,
          "headline": "Merge pull request #317 from xang1234/codex/hydrate-static-rrg-startu…",
          "author_name": "D T",
          "author_login": "xang1234",
          "committed_at": "2026-07-24T10:24:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2ff883c5a7705b2b32e1f4b4ff011d465b367c3e",
          "body": null,
          "is_bot": false,
          "headline": "fix: verify RRG anchor price coverage",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-24T09:59:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "74b1aa6d020e7d1d90f7fd40e53e734f98fb55b0",
          "body": null,
          "is_bot": false,
          "headline": "fix: hydrate static RRG startup price history",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-24T09:19:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4a15c6da843bc1d3be2263a85555b76f8a17a2d3",
          "body": null,
          "is_bot": false,
          "headline": "fix: allow static publish without failed CN artifact",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-24T04:32:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1b38d358455d877bc98ea56c8f1fad7ce6d95946",
          "body": "…rket-exports\n\nfix: reject failed optional market exports",
          "is_bot": false,
          "headline": "Merge pull request #316 from xang1234/codex/reject-failed-optional-ma…",
          "author_name": "D T",
          "author_login": "xang1234",
          "committed_at": "2026-07-24T01:38:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "602a8ca5fa67538aab62277d1aad630ebdb8a264",
          "body": null,
          "is_bot": false,
          "headline": "fix: clamp future weekly first seen with prior lifecycle",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-24T01:26:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ce269ce51552db7eff12490bf57fba50496fc7ce",
          "body": null,
          "is_bot": false,
          "headline": "fix: seed legacy lifecycle by row market",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-24T01:15:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8996484c1433784af5cbab2c44aa97b40a3acc7d",
          "body": null,
          "is_bot": false,
          "headline": "fix: clamp weekly first seen to PIT seed",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-24T01:05:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2ad2f55ba0f26c907db32752653a08995b47fad4",
          "body": null,
          "is_bot": false,
          "headline": "fix: clarify fallback validation diagnostics",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-24T00:57:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1cf5d181df1a43d62726700b7a4e874a63788dc4",
          "body": null,
          "is_bot": false,
          "headline": "fix: tighten weekly import and fallback validation",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-24T00:50:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1efe7a34de544fa9b118a2ff74bc03cba0b0cccf",
          "body": null,
          "is_bot": false,
          "headline": "fix: anchor lifecycle seeds to trading day",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-24T00:39:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2553f7fd79910057c716b4dd6b5d93c0e124a789",
          "body": null,
          "is_bot": false,
          "headline": "fix: reject failed optional market fallbacks",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-24T00:26:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "880c35a11c71296b638863ae0a86badab99881ff",
          "body": null,
          "is_bot": false,
          "headline": "fix: restore beads transition ledger",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-24T00:18:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ed9a88cd942fb7a6eea9f60f42117030f0398c6f",
          "body": null,
          "is_bot": false,
          "headline": "fix: seed lifecycle events at local midnight",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-24T00:12:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "19949c95131e763dfe1c1044827a9c9d4c33767e",
          "body": null,
          "is_bot": false,
          "headline": "fix: seed lifecycle evidence before cutoff",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-24T00:02:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "06803e26644df80d53db61a23441b8340a31f381",
          "body": null,
          "is_bot": false,
          "headline": "fix: seed current universe lifecycle status",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-23T23:47:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cfb670041586a25d2c8ae85fa7af50ea78ef9b1b",
          "body": null,
          "is_bot": false,
          "headline": "fix: seed static import lifecycle events",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-23T23:27:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1a550095231632e7046ed306e3153ce2aebc0ec3",
          "body": null,
          "is_bot": false,
          "headline": "fix: reject failed optional market exports",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-23T23:05:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8944df6f4a38e40c2d580d355ca3a435ff6ad03f",
          "body": "…esholds\n\nFix Asia static-site publish blockers",
          "is_bot": false,
          "headline": "Merge pull request #315 from xang1234/codex/tune-asia-rs-coverage-thr…",
          "author_name": "D T",
          "author_login": "xang1234",
          "committed_at": "2026-07-23T17:08:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fc017180a76c4a6be8e747899aefaded28ba3166",
          "body": null,
          "is_bot": false,
          "headline": "ci: trim backend unit dependencies",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-23T17:02:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "32be8d1d8855d851c9b58304ce9687c507621a00",
          "body": null,
          "is_bot": false,
          "headline": "test: clarify backend unit sharding policy",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-23T16:50:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "757d49344aba63e1c7c5e5718199800986ab3f60",
          "body": null,
          "is_bot": false,
          "headline": "fix: harden static artifact cleanup",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-23T16:43:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "075de567cdc70204cb31cb2ce9cbb6e03cb55f96",
          "body": null,
          "is_bot": false,
          "headline": "fix: address static artifact review gaps",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-23T16:28:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "45d65ab3cf261e830cc1ff00679f5c17fe7cc330",
          "body": null,
          "is_bot": false,
          "headline": "test: update backend unit CI workflow contract",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-23T15:33:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "06a991ba96d6aa6d60eb823f00a7f8d4f14ba61e",
          "body": null,
          "is_bot": false,
          "headline": "ci: speed up backend unit shards",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-23T15:11:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e76299437a739d566e243ad3a322daea883f0ac7",
          "body": null,
          "is_bot": false,
          "headline": "fix: allow combine to omit CN static artifact",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-23T14:54:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "547d5d71b6f724fdb4f8335abe9f8f72d1631927",
          "body": null,
          "is_bot": false,
          "headline": "fix: allow static publish without CN artifact",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-23T14:54:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0c619516a21d64b2d629089083ea1347e0e04213",
          "body": null,
          "is_bot": false,
          "headline": "fix: tune Asia Market RS coverage thresholds",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-23T14:54:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "41b4ebef726f40317e1a77b8681ce368028cd395",
          "body": "…an-volume\n\nFix CN weekly reference NaN volume crash",
          "is_bot": false,
          "headline": "Merge pull request #314 from xang1234/codex/fix-cn-weekly-reference-n…",
          "author_name": "D T",
          "author_login": "xang1234",
          "committed_at": "2026-07-23T09:37:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "aea3a3b17763b3b9b2b73b4fa0a0c1bb8f1334f7",
          "body": null,
          "is_bot": false,
          "headline": "fix: guard relative volume against infinite average",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-23T07:57:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4aa5c6780174bb2fd430bf6999ca8290de3c4549",
          "body": null,
          "is_bot": false,
          "headline": "fix: skip NaN volume technical metrics",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-23T05:27:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6c4bb96ac7656eadf5f819250af48a6e61f7aa0a",
          "body": "…kly-reference\n\nFix Finviz provider snapshot ticker parsing",
          "is_bot": false,
          "headline": "Merge pull request #313 from xang1234/codex/bootstrap-allow-stale-wee…",
          "author_name": "D T",
          "author_login": "xang1234",
          "committed_at": "2026-07-22T15:01:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e0da11b9f96ecc1f86b7b086cbc5d7b8d590d6bf",
          "body": null,
          "is_bot": false,
          "headline": "fix: parse provider snapshot tickers from finviz markup",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-22T13:07:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5e79991ed124c2cc0590ef3ca39faba6212059c6",
          "body": "…kly-reference\n\nFix bootstrap reference seeding and Finviz ticker parsing",
          "is_bot": false,
          "headline": "Merge pull request #311 from xang1234/codex/bootstrap-allow-stale-wee…",
          "author_name": "D T",
          "author_login": "xang1234",
          "committed_at": "2026-07-22T09:53:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f6c72aa1aaff80909c1c9331a6eb8c37471f130c",
          "body": null,
          "is_bot": false,
          "headline": "fix: harden bootstrap stale import guard",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-22T09:26:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ce5667fcfe4c57950deff2f5f92c1897b3dbbaa0",
          "body": null,
          "is_bot": false,
          "headline": "fix: parse finviz tickers from metadata",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-22T08:31:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a31873ea7aec95c4efbfa0639720d2ef01369b22",
          "body": null,
          "is_bot": false,
          "headline": "Allow stale weekly reference during bootstrap",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-22T06:15:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1597cfbaf4fcb86aa09ce8932e08de50031d5076",
          "body": "…-empty-daily\n\nFix bootstrap reset after premature daily pipeline",
          "is_bot": false,
          "headline": "Merge pull request #310 from xang1234/codex/fix-bootstrap-reset-after…",
          "author_name": "D T",
          "author_login": "xang1234",
          "committed_at": "2026-07-22T00:14:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "16c88d10c7d3ec394be509417f4ff9dcd2b66e13",
          "body": null,
          "is_bot": false,
          "headline": "Address bootstrap blocker precedence review",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-21T23:41:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ea05578b51f54886663245601a876916c530456b",
          "body": null,
          "is_bot": false,
          "headline": "Fix bootstrap reset after premature daily pipeline",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-21T23:27:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cbd8101f8ba7ceb03715a84f46dfdfe718c906d0",
          "body": "…ck-threshold\n\nFix CA static site fallback threshold",
          "is_bot": false,
          "headline": "Merge pull request #309 from xang1234/codex/fix-static-site-ca-fallba…",
          "author_name": "D T",
          "author_login": "xang1234",
          "committed_at": "2026-07-21T16:44:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7baf8ca5d9c9689a1f835eb1b2bb66b406068cfb",
          "body": null,
          "is_bot": false,
          "headline": "fix: address static fallback review comments",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-21T16:16:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "20e9035e3341cccb6b818016a6ebe8c062f5c020",
          "body": null,
          "is_bot": false,
          "headline": "fix: enforce static market artifact identity",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-21T15:41:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c16174169b048c77ac5e2aad9ecb157f2db271ff",
          "body": null,
          "is_bot": false,
          "headline": "refactor: centralize static fallback contracts",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-21T13:17:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2c06141f5b1e67838868315c6dc769aba0de4953",
          "body": null,
          "is_bot": false,
          "headline": "fix: harden static site fallbacks for CA publish",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-21T12:35:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4ecabcf03492c34a4545b173695ec27981d942ba",
          "body": "…h-date\n\nfix: align bootstrap derived data readiness",
          "is_bot": false,
          "headline": "Merge pull request #308 from xang1234/codex/fix-bootstrap-asia-breadt…",
          "author_name": "D T",
          "author_login": "xang1234",
          "committed_at": "2026-07-21T03:05:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f0f7ce256e0c1bd443f6975e54151833900a2293",
          "body": null,
          "is_bot": false,
          "headline": "fix: split bootstrap price coverage policy",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-21T02:35:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "29323ae73472cd0a9f626215ffeff7080e881e31",
          "body": null,
          "is_bot": false,
          "headline": "fix: align bootstrap derived data readiness",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-21T01:03:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fc20ddc4a8e0b252d2be54428e7cde03237a4791",
          "body": "…mentation\n\nfeat: standardize balanced RS across live and static apps",
          "is_bot": false,
          "headline": "Merge pull request #307 from xang1234/codex/canonical-market-rs-imple…",
          "author_name": "D T",
          "author_login": "xang1234",
          "committed_at": "2026-07-20T17:10:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1d4e8a8bed52da098f2a3d5b5cf38594d7517c79",
          "body": null,
          "is_bot": false,
          "headline": "fix: allow phased static rs fallbacks",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-20T15:04:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0dbb87dfdce10190fd601ab3061a6e979ec988b2",
          "body": null,
          "is_bot": false,
          "headline": "fix: pin market rs identity across scan resumes",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-20T14:32:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e55a7c1ea0b0b148b2f65cd33de4e10bd5fc9275",
          "body": null,
          "is_bot": false,
          "headline": "fix: close remaining group publication gaps",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-20T13:45:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b14d4962a97d256aad4a4b17b5b8f09fd9809f4a",
          "body": null,
          "is_bot": false,
          "headline": "fix: skip group enrichment for group-less markets",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-20T13:13:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "246580486ab2334dbc5df42edcc6afdcee6b1145",
          "body": null,
          "is_bot": false,
          "headline": "fix: allow RS rollout without group capability",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-20T12:42:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8462c851fbd73589102eb0b2e514fe4afab19228",
          "body": null,
          "is_bot": false,
          "headline": "fix: resolve downloaded static scan chunks",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-20T12:09:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cbd6a465229c538c9c5bf2a4808d1f569b0b35a9",
          "body": null,
          "is_bot": false,
          "headline": "fix: use market benchmark in legacy technical RS",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-20T11:37:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "70a1ffe33c471ea77bd99411dffee11747c65c4d",
          "body": null,
          "is_bot": false,
          "headline": "fix: pin scan group-rank enrichment identity",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-20T11:06:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "63b8abd661643bd704a728644e44e1f602b67ebe",
          "body": null,
          "is_bot": false,
          "headline": "fix: pin RS for scan fallback symbols",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-20T10:34:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e71d8c05bd602fd91a25e3b98192eca84b92306c",
          "body": null,
          "is_bot": false,
          "headline": "fix: enforce exact RS publication per scan",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-20T10:01:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1ca92074748e68261dd830f3d457da5b2b5ba0f2",
          "body": null,
          "is_bot": false,
          "headline": "fix: address final canonical RS review feedback",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-20T09:28:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "356a0566dc873deca90577cdc23a2dee054b302a",
          "body": null,
          "is_bot": false,
          "headline": "fix: address remaining canonical RS review comments",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-20T08:54:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2babc097147e5d794913fbd33ad5d328903c82f3",
          "body": null,
          "is_bot": false,
          "headline": "fix: assign canonical RS parity CI gate",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-20T06:19:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b61bb56f57ce37a95e9e98d6248a1f7a7a8916c1",
          "body": null,
          "is_bot": false,
          "headline": "fix: preserve canonical RS publication identity",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-20T05:41:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4bbcbccfab4c2bd7dc88e8560756fe33c49f699b",
          "body": null,
          "is_bot": false,
          "headline": "fix: address canonical RS review findings",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-20T03:19:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e5221c5e5252c53481c6df6b5b857a88c83cfda6",
          "body": null,
          "is_bot": false,
          "headline": "merge: reconcile canonical RS with main",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-19T17:47:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f96cb8a5b268a815fde3c7073c78f3e3fe22a054",
          "body": null,
          "is_bot": false,
          "headline": "chore: track PR 307 conflict resolution",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-19T17:08:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4b5acf6525aea34c987334afe235a622d6f11e5c",
          "body": null,
          "is_bot": false,
          "headline": "fix: harden canonical RS activation paths",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-19T15:01:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "82936d3cb7305346944add510c7e9301ca31a837",
          "body": null,
          "is_bot": false,
          "headline": "fix: resolve canonical RS quality findings",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-19T09:53:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "aa3ea925a87f1c2a769b7d8c242acdee74adf615",
          "body": null,
          "is_bot": false,
          "headline": "chore: finalize RS repair tracking",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-19T08:05:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5826e8d061dc9d614e419c6ec685db104e81797b",
          "body": null,
          "is_bot": false,
          "headline": "fix: harden canonical RS publication paths",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-19T08:04:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bfe00cd4c14719e73e1221c33a44a7d0c2edf7db",
          "body": null,
          "is_bot": false,
          "headline": "docs: plan canonical RS review repairs",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-19T04:31:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fe625c5c5d746ef03f03eeb6a9bfb487ec69ab52",
          "body": null,
          "is_bot": false,
          "headline": "docs: design canonical RS review repairs",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-19T02:57:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5c5fa7547e2d3d12a3d02ccc25355f6a5211d450",
          "body": null,
          "is_bot": false,
          "headline": "chore: close canonical RS implementation issue",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-18T16:46:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8d833de7f0e313bb35a5d2d25020afb2bfc50e5a",
          "body": null,
          "is_bot": false,
          "headline": "fix: complete canonical RS bootstrap compatibility",
          "author_name": "David Ten",
          "author_login": "xang1234",
          "committed_at": "2026-07-18T16:43:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 12,
      "commits_last_year": 2025,
      "latest_release_at": "2026-07-13T07:36:51Z",
      "latest_release_tag": "v1.4.0",
      "releases_from_tags": false,
      "days_since_last_push": 0,
      "active_weeks_last_year": 23,
      "days_since_latest_release": 14,
      "mean_days_between_releases": 9.2
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "has_description": true,
      "has_contributing": true,
      "health_percentage": 57,
      "has_issue_template": false,
      "has_code_of_conduct": false,
      "has_pull_request_template": false
    },
    "ecosystem": {
      "packages": []
    },
    "popularity": {
      "forks": 84,
      "stars": 255,
      "watchers": 4,
      "fork_history": {
        "days": [
          {
            "date": "2026-02-17",
            "count": 1
          },
          {
            "date": "2026-03-18",
            "count": 1
          },
          {
            "date": "2026-03-20",
            "count": 1
          },
          {
            "date": "2026-03-28",
            "count": 1
          },
          {
            "date": "2026-04-09",
            "count": 1
          },
          {
            "date": "2026-04-17",
            "count": 2
          },
          {
            "date": "2026-04-18",
            "count": 1
          },
          {
            "date": "2026-04-21",
            "count": 1
          },
          {
            "date": "2026-04-22",
            "count": 1
          },
          {
            "date": "2026-05-05",
            "count": 2
          },
          {
            "date": "2026-05-07",
            "count": 1
          },
          {
            "date": "2026-05-08",
            "count": 1
          },
          {
            "date": "2026-05-10",
            "count": 1
          },
          {
            "date": "2026-05-12",
            "count": 1
          },
          {
            "date": "2026-05-13",
            "count": 1
          },
          {
            "date": "2026-05-15",
            "count": 1
          },
          {
            "date": "2026-05-16",
            "count": 1
          },
          {
            "date": "2026-05-21",
            "count": 1
          },
          {
            "date": "2026-05-22",
            "count": 2
          },
          {
            "date": "2026-05-26",
            "count": 1
          },
          {
            "date": "2026-05-27",
            "count": 13
          },
          {
            "date": "2026-05-30",
            "count": 2
          },
          {
            "date": "2026-06-02",
            "count": 1
          },
          {
            "date": "2026-06-04",
            "count": 2
          },
          {
            "date": "2026-06-06",
            "count": 1
          },
          {
            "date": "2026-06-07",
            "count": 3
          },
          {
            "date": "2026-06-08",
            "count": 2
          },
          {
            "date": "2026-06-09",
            "count": 2
          },
          {
            "date": "2026-06-10",
            "count": 3
          },
          {
            "date": "2026-06-11",
            "count": 1
          },
          {
            "date": "2026-06-12",
            "count": 2
          },
          {
            "date": "2026-06-19",
            "count": 2
          },
          {
            "date": "2026-06-20",
            "count": 1
          },
          {
            "date": "2026-06-23",
            "count": 2
          },
          {
            "date": "2026-06-25",
            "count": 1
          },
          {
            "date": "2026-06-29",
            "count": 1
          },
          {
            "date": "2026-06-30",
            "count": 1
          },
          {
            "date": "2026-07-02",
            "count": 1
          },
          {
            "date": "2026-07-03",
            "count": 1
          },
          {
            "date": "2026-07-04",
            "count": 1
          },
          {
            "date": "2026-07-05",
            "count": 1
          },
          {
            "date": "2026-07-08",
            "count": 1
          },
          {
            "date": "2026-07-11",
            "count": 2
          },
          {
            "date": "2026-07-15",
            "count": 1
          },
          {
            "date": "2026-07-16",
            "count": 1
          },
          {
            "date": "2026-07-17",
            "count": 1
          },
          {
            "date": "2026-07-18",
            "count": 4
          },
          {
            "date": "2026-07-19",
            "count": 5
          },
          {
            "date": "2026-07-22",
            "count": 1
          },
          {
            "date": "2026-07-25",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 84,
        "total_forks": 84
      },
      "star_history": null,
      "open_issues_and_prs": 10
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [],
      "has_llms_txt": false,
      "has_dockerfile": true,
      "has_mcp_signal": true,
      "bootstrap_files": [
        "Makefile"
      ],
      "api_schema_files": [],
      "has_devcontainer": false,
      "typecheck_configs": [],
      "toolchain_manifests": [],
      "largest_source_bytes": 124092,
      "source_files_sampled": 1365,
      "oversized_source_files": 19,
      "agent_instruction_files": [
        "AGENTS.md",
        "CLAUDE.md"
      ],
      "agent_instruction_max_bytes": 12734
    },
    "dependencies": {
      "manifests": [
        "backend/requirements-runtime.txt",
        "backend/requirements-server.txt",
        "backend/requirements-test.txt",
        "backend/requirements-theme-ml.txt",
        "backend/requirements.txt",
        "frontend/package.json"
      ],
      "advisories": {
        "error": null,
        "scope": null,
        "source": null,
        "findings": [],
        "collected": false,
        "malicious": [],
        "truncated": false,
        "by_severity": {},
        "advisory_count": 0,
        "affected_count": 0,
        "assessed_count": 0,
        "malicious_count": 0,
        "assessed_package": null,
        "unassessed_count": 0,
        "direct_affected_count": 0
      },
      "ecosystems": [
        "npm",
        "pypi"
      ],
      "dependencies": [
        {
          "name": "@emotion/react",
          "manifest": "frontend/package.json",
          "ecosystem": "npm",
          "version_constraint": "^11.11.3"
        },
        {
          "name": "@emotion/styled",
          "manifest": "frontend/package.json",
          "ecosystem": "npm",
          "version_constraint": "^11.11.0"
        },
        {
          "name": "@hello-pangea/dnd",
          "manifest": "frontend/package.json",
          "ecosystem": "npm",
          "version_constraint": "^18.0.1"
        },
        {
          "name": "@mui/icons-material",
          "manifest": "frontend/package.json",
          "ecosystem": "npm",
          "version_constraint": "^5.18.0"
        },
        {
          "name": "@mui/material",
          "manifest": "frontend/package.json",
          "ecosystem": "npm",
          "version_constraint": "^5.15.3"
        },
        {
          "name": "@tanstack/query-sync-storage-persister",
          "manifest": "frontend/package.json",
          "ecosystem": "npm",
          "version_constraint": "^5.101.0"
        },
        {
          "name": "@tanstack/react-query",
          "manifest": "frontend/package.json",
          "ecosystem": "npm",
          "version_constraint": "^5.101.0"
        },
        {
          "name": "@tanstack/react-query-persist-client",
          "manifest": "frontend/package.json",
          "ecosystem": "npm",
          "version_constraint": "^5.101.0"
        },
        {
          "name": "@tanstack/react-table",
          "manifest": "frontend/package.json",
          "ecosystem": "npm",
          "version_constraint": "^8.11.6"
        },
        {
          "name": "@tanstack/react-virtual",
          "manifest": "frontend/package.json",
          "ecosystem": "npm",
          "version_constraint": "^3.13.18"
        },
        {
          "name": "axios",
          "manifest": "frontend/package.json",
          "ecosystem": "npm",
          "version_constraint": "1.13.2"
        },
        {
          "name": "date-fns",
          "manifest": "frontend/package.json",
          "ecosystem": "npm",
          "version_constraint": "^4.1.0"
        },
        {
          "name": "lightweight-charts",
          "manifest": "frontend/package.json",
          "ecosystem": "npm",
          "version_constraint": "^5.1.0"
        },
        {
          "name": "react",
          "manifest": "frontend/package.json",
          "ecosystem": "npm",
          "version_constraint": "^18.3.1"
        },
        {
          "name": "react-dom",
          "manifest": "frontend/package.json",
          "ecosystem": "npm",
          "version_constraint": "^18.3.1"
        },
        {
          "name": "react-markdown",
          "manifest": "frontend/package.json",
          "ecosystem": "npm",
          "version_constraint": "^9.1.0"
        },
        {
          "name": "react-router-dom",
          "manifest": "frontend/package.json",
          "ecosystem": "npm",
          "version_constraint": "^6.21.0"
        },
        {
          "name": "recharts",
          "manifest": "frontend/package.json",
          "ecosystem": "npm",
          "version_constraint": "^2.15.4"
        }
      ],
      "all_dependencies": {
        "error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
        "source": null,
        "packages": [],
        "collected": false,
        "truncated": false,
        "total_count": null,
        "direct_count": null,
        "indirect_count": null
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 3,
        "merged_prs": 275,
        "open_issues": 7,
        "closed_ratio": 0.806,
        "closed_issues": 29,
        "closed_unmerged_prs": 8
      },
      "bus_factor": 1,
      "bot_contributors": 0,
      "top_contributors": [
        {
          "type": "User",
          "login": "xang1234",
          "commits": 1904,
          "avatar_url": "https://avatars.githubusercontent.com/u/22629539?v=4"
        },
        {
          "type": "User",
          "login": "claude",
          "commits": 103,
          "avatar_url": "https://avatars.githubusercontent.com/u/81847?v=4"
        },
        {
          "type": "User",
          "login": "kjpou1",
          "commits": 18,
          "avatar_url": "https://avatars.githubusercontent.com/u/640466?v=4"
        }
      ],
      "contributors_sampled": 3,
      "top_contributor_share": 0.94
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "ci.yml",
        "cn-daily-price-bootstrap.yml",
        "ibd-classification.yml",
        "release-asset-cleanup.yml",
        "static-site.yml",
        "weekly-reference-data.yml"
      ],
      "has_docs_dir": true,
      "linter_configs": [
        "eslint.config.js"
      ],
      "has_editorconfig": false,
      "has_linter_config": true,
      "has_precommit_config": false
    },
    "security_signals": {
      "lockfiles": [
        "package-lock.json"
      ],
      "scorecard": null,
      "has_codeql_workflow": false,
      "has_security_policy": false,
      "has_dependabot_config": false
    },
    "contribution_flow": {
      "collected": true,
      "ci_last_run_at": "2026-07-27T13:23:22Z",
      "oldest_open_prs": [
        {
          "number": 306,
          "created_at": "2026-07-19T05:42:14Z",
          "last_comment_at": "2026-07-21T06:20:16Z",
          "last_comment_author": "kjpou1"
        },
        {
          "number": 318,
          "created_at": "2026-07-24T11:23:15Z",
          "last_comment_at": "2026-07-24T11:23:34Z",
          "last_comment_author": "coderabbitai"
        },
        {
          "number": 324,
          "created_at": "2026-07-27T13:29:44Z",
          "last_comment_at": "2026-07-27T13:38:17Z",
          "last_comment_author": "qodo-code-review"
        }
      ],
      "last_merged_pr_at": "2026-07-26T14:20:55Z",
      "ci_last_conclusion": null,
      "oldest_open_issues": [
        {
          "number": 167,
          "created_at": "2026-05-10T12:02:57Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 235,
          "created_at": "2026-06-11T04:26:55Z",
          "last_comment_at": "2026-06-11T12:27:11Z",
          "last_comment_author": "xang1234"
        },
        {
          "number": 249,
          "created_at": "2026-06-16T07:14:39Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 252,
          "created_at": "2026-06-17T02:36:00Z",
          "last_comment_at": "2026-07-15T23:04:54Z",
          "last_comment_author": "xang1234"
        },
        {
          "number": 301,
          "created_at": "2026-07-13T14:18:33Z",
          "last_comment_at": "2026-07-16T00:37:36Z",
          "last_comment_author": "xang1234"
        },
        {
          "number": 304,
          "created_at": "2026-07-19T03:37:12Z",
          "last_comment_at": "2026-07-19T03:43:45Z",
          "last_comment_author": "kjpou1"
        },
        {
          "number": 305,
          "created_at": "2026-07-19T04:31:32Z",
          "last_comment_at": null,
          "last_comment_author": null
        }
      ]
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/xang1234/stock-screener",
    "host": "github.com",
    "name": "stock-screener",
    "owner": "xang1234"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "moderate",
      "name": "Overall health",
      "note": null,
      "notes": [],
      "value": 64,
      "inputs": {
        "security": 25,
        "vitality": 87,
        "community": 64,
        "governance": 52,
        "engineering": 84
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "excellent",
        "name": "Vitality",
        "value": 87,
        "weight": 0.22,
        "metrics": [
          {
            "key": "development_activity",
            "band": "good",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 78,
            "inputs": {
              "commits_last_year": 2025,
              "human_commit_share": 1,
              "days_since_last_push": 0,
              "active_weeks_last_year": 23
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 0 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 0
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "23/52 weeks with commits",
                "points": 15.9,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 23
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "2025 commits in the last year",
                "points": 18,
                "status": "met",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 2025
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "OpenSSF Scorecard unavailable",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "excellent",
            "name": "Release discipline",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "releases_count": 12,
              "latest_release_tag": "v1.4.0",
              "releases_from_tags": false,
              "days_since_latest_release": 14,
              "mean_days_between_releases": 9.2
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "12 releases published",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "releases_published",
                    "params": {
                      "count": 12
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 14 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 14
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~9.2 days",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 9.2
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "openssf_scorecard_signed_releases",
                "name": "OpenSSF Scorecard: Signed-Releases",
                "detail": "OpenSSF Scorecard unavailable",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              }
            ]
          },
          {
            "key": "abandonment",
            "band": "excellent",
            "name": "Abandonment",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "cap": null,
              "state": "maintained",
              "guards": [],
              "signals": [],
              "red_flag": false,
              "multiplier_pct": 100,
              "declared_reason": null,
              "unverified_reason": null,
              "unanswered_open_prs": null,
              "unanswered_open_issues": null,
              "days_since_last_merged_pr": null,
              "days_since_last_human_commit": 1,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "last human commit 1 days ago",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_maintained",
                    "params": {
                      "days": 1
                    }
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "moderate",
        "name": "Community & Adoption",
        "value": 64,
        "weight": 0.18,
        "metrics": [
          {
            "key": "popularity",
            "band": "moderate",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 58,
            "inputs": {
              "forks": 84,
              "stars": 255,
              "watchers": 4,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "255 stars",
                "points": 39,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 255
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "84 forks",
                "points": 16,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 84
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "4 watchers",
                "points": 2.7,
                "status": "partial",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 4
                    }
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "community_health",
            "band": "good",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 70,
            "inputs": {
              "has_readme": true,
              "has_license": true,
              "has_contributing": true,
              "has_issue_template": false,
              "has_code_of_conduct": false,
              "has_pull_request_template": false
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 22.5,
                "status": "met",
                "details": [],
                "max_points": 22.5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "recognized license (Apache-2.0)",
                "points": 22.5,
                "status": "met",
                "details": [
                  {
                    "code": "license_standard",
                    "params": {}
                  },
                  {
                    "code": "license_spdx",
                    "params": {
                      "spdx": "Apache-2.0"
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributing_guide",
                "name": "CONTRIBUTING guide",
                "detail": null,
                "points": 18,
                "status": "met",
                "details": [],
                "max_points": 18
              },
              {
                "key": "code_of_conduct",
                "name": "Code of conduct",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 13.5
              },
              {
                "key": "issue_template",
                "name": "Issue template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.2
              },
              {
                "key": "pr_template",
                "name": "PR template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.3
              }
            ]
          }
        ],
        "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
      },
      {
        "key": "governance",
        "band": "moderate",
        "name": "Sustainability & Governance",
        "value": 52,
        "weight": 0.24,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "critical",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 16,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 3,
              "top_contributor_share": 0.94
            },
            "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 94% of commits",
                "points": 1.4,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 94
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "3 contributors",
                "points": 4.1,
                "status": "partial",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 3
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "OpenSSF Scorecard unavailable",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "excellent",
            "name": "Issue & PR responsiveness",
            "note": null,
            "notes": [],
            "value": 88,
            "inputs": {
              "merged_prs": 275,
              "open_issues": 7,
              "closed_issues": 29,
              "issue_closed_ratio": 0.806,
              "closed_unmerged_prs": 8
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "81% of issues closed",
                "points": 37.7,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 81
                    }
                  }
                ],
                "max_points": 46.75
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "275/283 decided PRs merged",
                "points": 37.2,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 275,
                      "decided": 283
                    }
                  }
                ],
                "max_points": 38.25
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "OpenSSF Scorecard unavailable",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "moderate",
            "name": "Ownership & stewardship",
            "note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "verified_domain"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 58,
            "inputs": {
              "followers": 60,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "xang1234",
              "public_repos": 37,
              "account_age_days": 3582
            },
            "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": "60 followers of xang1234",
                "points": 12.8,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 60,
                      "login": "xang1234"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "37 public repos, account ~9 yr old",
                "points": 23.5,
                "status": "partial",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 37
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 9
                    }
                  }
                ],
                "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": 84,
        "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": "6 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 6
                    }
                  }
                ],
                "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": "eslint.config.js",
                "points": 16,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "eslint.config.js"
                    }
                  }
                ],
                "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": "OpenSSF Scorecard unavailable",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "excellent",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 90,
            "inputs": {
              "topics": [
                "canslim",
                "market-breadth",
                "minervini",
                "stock-analysis",
                "stock-screener",
                "trading",
                "finance",
                "investment",
                "trading-automation",
                "nasdaq-stocks",
                "nyse-stocks"
              ],
              "has_wiki": false,
              "homepage": "https://xang1234.github.io/stock-screener/",
              "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": "https://xang1234.github.io/stock-screener/",
                "points": 15,
                "status": "met",
                "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": "11 topics",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "topics_count",
                    "params": {
                      "count": 11
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "wiki",
                "name": "Wiki",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          }
        ],
        "description": "Are baseline engineering and documentation practices in place?"
      },
      {
        "key": "security",
        "band": "critical",
        "name": "Security",
        "value": 25,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "critical",
            "name": "Security posture",
            "note": null,
            "notes": [],
            "value": 25,
            "inputs": {
              "source": "file_signals",
              "lockfiles": [
                "package-lock.json"
              ],
              "manifests": [
                "backend/requirements-runtime.txt",
                "backend/requirements-server.txt",
                "backend/requirements-test.txt",
                "backend/requirements-theme-ml.txt",
                "backend/requirements.txt",
                "frontend/package.json"
              ],
              "has_codeql_workflow": false,
              "has_security_policy": false,
              "has_dependabot_config": false
            },
            "components": [
              {
                "key": "security_policy_security_md",
                "name": "Security policy (SECURITY.md)",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 30
              },
              {
                "key": "dependabot_config",
                "name": "Dependabot config",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 25
              },
              {
                "key": "dependency_lockfiles",
                "name": "Dependency lockfiles",
                "detail": "package-lock.json",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "package-lock.json"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "codeql_workflow",
                "name": "CodeQL workflow",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "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": 3
            },
            "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": 64,
        "weight": 0,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "excellent",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 85,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.85,
              "agent_instruction_files": [
                "AGENTS.md",
                "CLAUDE.md"
              ],
              "agent_instruction_max_bytes": 12734
            },
            "components": [
              {
                "key": "agent_instructions",
                "name": "Agent instructions",
                "detail": "AGENTS.md, CLAUDE.md",
                "points": 45,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "AGENTS.md, CLAUDE.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": "85 of 100 human commits state their intent (structured subject or explanatory body)",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 85,
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "moderate",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 68,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [
                "package-lock.json"
              ],
              "has_dockerfile": true,
              "typed_language": false,
              "bootstrap_files": [
                "Makefile"
              ],
              "has_devcontainer": false,
              "has_linter_config": true,
              "typecheck_configs": [],
              "agent_commit_share": 0,
              "toolchain_manifests": [],
              "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": "eslint.config.js",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "eslint.config.js"
                    }
                  }
                ],
                "max_points": 11
              },
              {
                "key": "static_type_checking",
                "name": "Static type checking",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 11
              },
              {
                "key": "reproducible_environment",
                "name": "Reproducible environment",
                "detail": "Dockerfile, lockfile",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "Dockerfile, lockfile"
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "demonstrated_agent_practice",
                "name": "Demonstrated agent practice",
                "detail": "no agent-authored commits among the last 100",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_authored_commits",
                    "params": {
                      "sampled": 100
                    }
                  }
                ],
                "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": "OpenSSF Scorecard unavailable",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              }
            ]
          },
          {
            "key": "ai_code_legibility",
            "band": "moderate",
            "name": "Code legibility for models",
            "note": null,
            "notes": [],
            "value": 54,
            "inputs": {
              "primary_language": "Python",
              "largest_source_bytes": 124092,
              "source_files_sampled": 1365,
              "oversized_source_files": 19
            },
            "components": [
              {
                "key": "type_checkable_code",
                "name": "Type-checkable code",
                "detail": "Python without a type-check config",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_typecheck_config_language",
                    "params": {
                      "language": "Python"
                    }
                  }
                ],
                "max_points": 45
              },
              {
                "key": "manageable_file_sizes",
                "name": "Manageable file sizes",
                "detail": "19/1365 source files over 60KB",
                "points": 54.2,
                "status": "partial",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 1365,
                      "oversized": 19
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          },
          {
            "key": "ai_interfaces",
            "band": "critical",
            "name": "Machine-readable interfaces",
            "note": null,
            "notes": [],
            "value": 20,
            "inputs": {
              "example_dirs": [],
              "has_mcp_signal": true,
              "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": 20,
                "status": "met",
                "details": [],
                "max_points": 20
              },
              {
                "key": "runnable_examples",
                "name": "Runnable examples",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "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",
    "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
    "OpenSSF Scorecard did not return a usable result (2026/07/27 17:07:18 Warning: PATs stored in env variables GITHUB_AUTH_TOKEN and GITHUB_TOKEN differ. Scorecard will use the former.); skipping Scorecard checks"
  ],
  "report_type": "repository",
  "generated_at": "2026-07-27T17:08:22.888047Z",
  "schema_version": "0.27.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/x/xang1234/stock-screener.svg",
  "full_name": "xang1234/stock-screener",
  "license_state": "standard",
  "license_spdx": "Apache-2.0"
}

Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.

Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v1.13.0, schema v0.27.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statistics.