Back to browse
GitHub Repository

Turn private work into an NDA-safe credential that shows what you can build — and companies can trust more than a CV.

48 starsTypeScript

Npx redential scan – evidence of your NDA work, nothing uploaded

by Jperalbelmont·Jul 28, 2026·2 points·0 comments

AI Analysis

●●SolidSolve My ProblemBig Brain

Turns private git history into verifiable credentials without leaking a single line of code.

Strengths
  • 196-line schema ensures only metadata leaves the machine, not implementation details.
  • Zero network calls during the initial scan phase builds immediate trust.
  • Supports Windows, macOS, and Linux with rigorous CI across Node versions.
Weaknesses
  • Relies on employers trusting a new, unproven credential standard over traditional references.
  • Limited utility if the hiring ecosystem doesn't adopt the verification profile format.
Target Audience

Developers with NDA-restricted work histories

Similar To

Greenhouse · Lever · GitHub Profile

Post Description

My most valuable work was under NDA so I built this open source CLI to prove it. It scans your local git history. If you choose to submit it, a 196 line schema is all that leaves your machine. Happy to hear what you think.

Similar Projects

Auto-organize – Clean up messy folders with a single npx command

Preview mode and overwrite protection show the author thought about safety — you can simulate changes with --preview and it avoids clobbering files. The ability to run via npx for one-offs, plus --only / --exclude flags and reuse of existing folders, make it a practical, low-friction utility. Not groundbreaking, but a tidy, sensible tool for a common pain point.

Solve My ProblemNiche Gem
chris-corner
205mo ago