npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@hireproof/cli

v1.0.1

Published

Command-line tool for running HireProof job-post audits from a terminal or automation script.

Readme

HireProof CLI

Command-line access to the HireProof job-post audit API.

The CLI is for developers, power users, and automations that need a terminal-friendly way to audit a job post without opening the web app. Running hireproof in an interactive terminal opens the branded HireProof console; direct commands still support rich reports, plain text, and clean JSON.

Requirements

  • Node.js 22 or newer. The TUI uses Ink 7, which requires Node 22+.

Install

From the repo while developing:

npm install
node packages\hireproof-cli\bin\hireproof.mjs --help
node packages\hireproof-cli\bin\hireproof.mjs tui

After publishing, the intended usage is:

npx @hireproof/cli audit --text "Remote frontend intern. PHP 80,000/week. No interview. Telegram only."

Commands

Interactive Console

hireproof
hireproof tui

The interactive console includes:

  • Shield Sentinel ASCII mascot.
  • HireProof green and lime terminal accents.
  • Command console with Tab autocomplete.
  • Slash commands and one-key shortcuts.
  • Persistent status bar with API/mode/key/latest-report context.
  • Audit, paste-message, file, and URL workflows.
  • Health, config, help, recent reports, and local Ask HireProof screens.
  • Sanitized local report summaries saved at ~/.hireproof/reports.jsonl.

Non-interactive shells, CI, and piped output print help instead of opening the TUI. JSON mode is intentionally available only on direct commands such as hireproof audit --json.

Example console frame:

HIREPROOF
Shield Sentinel terminal console
Target https://hireproof.tech  Mode demo  Key configured

Shield Sentinel        > Audit - Run the guided audit workflow
    .-=========-.        Paste message - Paste a recruiter message or job post
  .'  HIREPROOF  '.      Audit file - Audit text from a local file path
 /   .---------.   \     Audit URL - Audit a job URL with optional context
|   /    HP     \   |    Recent reports - Review locally saved TUI report summaries
|   |  [SCAN]   |   |    Ask HireProof - Ask local questions about the selected report
|   \___________/   |    Health - Check API, search, and model readiness
 '.   SENTINEL   .'      Config - Inspect base URL and API key status
   '-._______ .-'        Help - Show shortcuts and command examples

Command console  Tab autocomplete  Enter run
> hea
Tab -> health

The console also supports slash commands and shortcuts:

/health
/reports
/ask

a audit
h health
r reports
? help
Esc back
q exit from home

Console commands and aliases:

audit, scan, check
paste, message, text
file, path
url, link
reports, report, history, recent
ask, chat, why
health, status, ready
config, settings, key
help, ?
exit, quit

During TUI audits, HireProof shows staged progress states before rendering the result:

Reading input...
Calling HireProof API...
Extracting claims...
Rendering evidence...

Audit Inline Text

hireproof audit --text "Remote frontend intern. PHP 80,000/week. No interview. Telegram only."

Default human output includes:

  • HireProof terminal report header.
  • Verdict, confidence, and risk score bar.
  • Summary, extracted claims, red flags, green flags, next steps, and evidence.
  • Report link when the API returns one.

Audit A File

hireproof audit --file .\job-post.txt

or:

hireproof audit .\job-post.txt

JSON Output

hireproof audit --file .\job-post.txt --json

--json prints only the API JSON response. It does not include colors, banners, boxes, or extra status text.

Plain And Colorless Output

hireproof audit --file .\job-post.txt --plain
hireproof audit --file .\job-post.txt --no-color
hireproof audit --file .\job-post.txt --verbose
  • --plain: old-style compact text output with no boxed layout.
  • --no-color: keep the rich layout, but remove ANSI color.
  • --verbose: show more evidence items and longer human-readable detail.

The rich layout uses HireProof's brand green accent for terminal headings and readiness states, plus verdict-specific colors for safe, caution, and high-risk results. The CLI disables color automatically when output is not a TTY or when NO_COLOR is set.

Local Report History

The TUI saves compact report summaries only. It does not store API keys or the full pasted recruiter text by default. Saved text fields redact common emails, phone numbers, URLs, and passcodes, and evidence history keeps source/type labels instead of raw snippets. Where supported by the OS, the config directory is kept at 0700 and the history file at 0600.

Path:

~\.hireproof\reports.jsonl

Health

hireproof health

Config

hireproof config set baseUrl https://hireproof.tech
hireproof config set apiKey <your-account-api-key>
hireproof config list
hireproof config get apiKey

config list and config get apiKey show whether the key is configured but redact the stored API key value.

Options

Shared:

  • --base-url <url>: HireProof server URL. Defaults to config, HIREPROOF_URL, or https://hireproof.tech.
  • --api-key <key>: API key. Defaults to config or HIREPROOF_API_KEY.
  • --json: Print raw JSON where supported.
  • --plain: Print compact non-boxed text where supported.
  • --no-color: Disable ANSI color in rich output.
  • --verbose: Show more detail in human output.

The CLI rejects API responses larger than 256 KB before JSON parsing. Normal HireProof reports are compact; larger responses are treated as failed upstream responses.

Audit:

  • --text <text>: Job post or recruiter message text.
  • --file <path>: Read text from a file.
  • --url <url>: Optional job post URL context.
  • --location <place>: Optional location context.
  • --mode <demo|live>: Audit mode.
  • --webhook-url <url>: Ask the API for async processing.

Honest Status

This package is published on npm as @hireproof/cli and remains repo-shipped, TUI-enabled, and tested.