THC LEADERBOARD
Truth · Hardening · Clarity

Self-audit folder page

Local THC Check

Run the methodology locally to create handoff artifacts. The public grader can use them as evidence pointers, but still verifies independently.

Move Up the Public Leaderboard

Run a local THC check before public review. It should create docs/thc/README.md, docs/thc/LOCAL_CHECK.md, and docs/thc/LOCAL_CHECK.provenance.json.

Methodology Repo

1. Clean Worktree

Note

Commit or stash unrelated changes before generating local artifacts.

2. Run THC_Check

Note

Use the methodology skill to generate the local check and provenance file.

3. Commit Artifacts

Note

Commit docs/thc/* so public graders can inspect the handoff.

Tell your agent to review your repo locally

Review this repository locally using the THC methodology.

Use the public methodology repo as the source of truth:
https://github.com/Vel-Labs/thc-methodology

Run the local THC check workflow for this repo. Treat the output as a preparation artifact, not certification.

Goals:
- Inspect the current repo state from a clean worktree.
- Generate docs/thc/README.md.
- Generate docs/thc/LOCAL_CHECK.md.
- Generate docs/thc/LOCAL_CHECK.provenance.json.
- Record the reviewed commit SHA, worktree status, relevant command evidence, and artifact provenance.
- Do not claim Vel Labs certification, security approval, production readiness, or guaranteed reliability.

After the local artifacts are generated, commit docs/thc/* so a public THC Leaderboard review can independently verify them against the public repository state.

Good handoff

Strong

docs/thc files are present, current, provenance-backed, and committed to the public repository.

Needs improvement

Improve

Local artifacts exist, but the reviewed revision, hash, or command evidence cannot be fully verified.

Absent handoff

Absent

No docs/thc artifacts were found. The public grader uses repository files directly and flags the absence.

Why this helps the leaderboardStrong

Local checks do not grant trust. They reduce ambiguity by pointing public review toward concrete evidence that can be independently verified.