RepoPilot

HearthSim/Hearthstone-Deck-Tracker

A deck tracker and deck manager for Hearthstone on Windows

Mixed

Mixed signals — read the receipts

MixedDependency

no tests detected in the complete Git tree; license evidence incomplete…

MixedFork & modify

no tests detected in the complete Git tree; license evidence incomplete

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

Scorecard "Branch-Protection" is 0/10; license evidence incomplete…

  • Concentrated ownership — top contributor handles 56% of recent commits
  • No tests detected in the complete Git tree
  • Scorecard: default branch unprotected (0/10)
  • Last commit 3d ago
  • 6 active contributors
  • CI configured

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: HearthSim/Hearthstone-Deck-Tracker

Generated by RepoPilot · document generated 2026-09-15 · concise human review Evidence snapshot · analyzed 2026-09-15T01:08:39.892Z · commit e8732a07887f

Verdict

Mixed — Mixed signals — read the receipts

  • Last commit 3d ago
  • 6 active contributors
  • CI configured

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

What it is

Hearthstone Deck Tracker is a Windows desktop application written in C# that automatically tracks your card hand, deck, and opponent's plays during live Hearthstone matches, displaying this information via an in-game overlay or separate windows. It also functions as a deck manager, enabling import from multiple deck-building websites, local storage beyond Hearthstone's 27-deck limit, and deck export back to the game client. The repo is structured as a monolithic C# WPF desktop application: Bootstrap/ contains the installer configuration, HDTTests/ holds all unit tests organized by feature domain (Battlegrounds, BoardDamage, DeckImporting, Hearthstone secrets, LogReader), and lib/ contains…

Start here

Open these first:

  • HearthWatcher/ArenaWatcher.cs — Core game-state watcher that monitors Hearthstone log files for arena and constructed game events.
  • HDTTests/Hearthstone/LogReadingTest.cs — Primary test suite validating log parsing logic that feeds the entire deck-tracking pipeline.
  • Bootstrap/Bootstrap.csproj — Entry point and bootstrapping configuration for the desktop application initialization.
  • HearthWatcher/BaconWatcher.cs — Game mode-specific watcher handling Battlegrounds/Bacon mode state transitions and card picks.
  • HDTTests/Hearthstone/SecretTest.cs — Tests for secret detection and management logic critical to opponent play prediction.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

No package manager manifest (packages.config, .csproj dependency list, NuGet config) is visible in the provided file structure. To set up locally: (1) verify you have Windows Vista or higher and .NET Framework 4.5+ inst…

Daily commands:

No evidence of a dev server or runtime script in the provided data. The application is a compiled Windows executable distributed via installer (.msi). To run tests: open HDTTests.csproj in Visual Studio and run the test…

…shortened for this brief.

Key cautions & unknowns

  • Concentrated ownership — top contributor handles 56% of recent commits
  • No tests detected in the complete Git tree
  • Scorecard: default branch unprotected (0/10)
  • Game log file dependency: The tracker relies on parsing Hearthstone's live log files (location and format not specified in data); if Blizzard changes log output, parsing will break silently. **DLL dependency…
  • License evidence is incomplete or ambiguous.
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Great to learn from" badge

Paste into your README — live-updates from the latest cached analysis.

RepoPilot: Great to learn from
[![RepoPilot: Great to learn from](https://repopilot.app/api/badge/hearthsim/hearthstone-deck-tracker?axis=learn)](https://repopilot.app/r/hearthsim/hearthstone-deck-tracker)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/hearthsim/hearthstone-deck-tracker on X, Slack, or LinkedIn.

Ask AI about hearthsim/hearthstone-deck-tracker

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question

Recent Q&A

Public conversations other people have had about this repo.

Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/hearthsim/hearthstone-deck-tracker"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>