Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted vulnerability scanner

Point it at a repo or a list of packages, it checks against known CVE databases, reports vulnerabilities, runs on a schedule. The security check that never gets done manually.

Install Ordnance Free Complete — all 150 tools $29/mo

Full REST API

Every operation in Ordnance is available through a JSON REST API. No SDK required — use curl, fetch, or any HTTP client.

Why self-host your vulnerability scanner

Privacy-conscious teams often build internal releases workflows in Notion or Google Sheets because the alternative is a $200/month SaaS contract. Ordnance gives you a purpose-built tool at a fraction of the cost, running on infrastructure you already control.

A devops team integrates Ordnance into their CI pipeline. A post-deploy hook creates a release record via the API. The stats endpoint feeds a Grafana panel. When something goes wrong, the team searches releases by keyword to find related records without switching tools.

Under the hood

Deploy Ordnance as a systemd service, a Docker container, or a bare process behind tmux. It reads two environment variables: PORT and DATA_DIR. Everything else is self-contained. The /api/health endpoint returns the service status and releases count, which you can wire into your existing monitoring stack.

Endpoints

Snyk at $25/mo.

Self-hosted vulnerability scanner. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool ordnance
Run
PORT=9720 ./ordnance
Open
http://localhost:9720

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 1 project, weekly scans
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited projects, daily scans, severity filtering, fix guidance, export
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export ORDNANCE_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./ordnance

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev