
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@answerfox/cli
Advanced tools
The answerfox command. Wraps the Answerfox audit engine for terminal + CI use.
v0.1.0.
audit,explain,init, andaddship today.verifylands in a subsequent release.
# As a one-off:
npx @answerfox/cli audit https://example.com
# Or globally:
pnpm add -g @answerfox/cli
answerfox audit https://example.com
answerfox audit <url>Fetch the URL, run every registered check, print a human-readable report.
# Human report:
answerfox audit https://example.com
# Machine-readable JSON (for CI integration):
answerfox audit https://example.com --json
# CI gate — exits non-zero if score < threshold:
answerfox audit https://example.com --ci --min-score 80
# Disable colour (for non-TTY pipelines):
answerfox audit https://example.com --no-color
| Flag | Description | Default |
|---|---|---|
--json | Emit machine-readable JSON to stdout | off |
--ci | Exit with code 1 if score < --min-score | off |
--min-score <n> | Threshold for --ci mode | 80 |
--no-color | Disable ANSI colours | colour on |
Exit codes:
0 — success (and, if --ci, score ≥ threshold)1 — CI threshold not met2 — argument error (bad URL, unknown flag)answerfox explain <check-id>Print full documentation for a single check.
answerfox explain A4
Outputs: description · category · severity + points · rationale · docs URL.
MIT © 2026 Anuj Ojha
FAQs
The `answerfox` command — runs audits, prints reports, explains checks.
The npm package @answerfox/cli receives a total of 0 weekly downloads. As such, @answerfox/cli popularity was classified as not popular.
We found that @answerfox/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.