Skip to content

Security tools your agent already has

Checks you would run if you had the time, run by something that does.

12 tools

Most security work is checking things nobody has time to check: a certificate about to expire, a dependency with a new advisory, a credential that reached a file it should not be in. An agent that runs these on a schedule and only speaks up when something changed is the version of this job that actually gets done.

The tools

Preinstalled on every plan, with nothing to set up. A few depend on the engine you pick.

  • trivy

    Scan images, filesystems and repositories for known vulnerabilities.

  • sops

    Encrypt and decrypt secrets in place, inside a config file.

  • age

    Modern file encryption with one small key and no configuration.

  • bao

    OpenBao. Read and write secrets in Vault-compatible stores.

  • step

    Issue, inspect and renew certificates and JWTs.

  • certbot

    Request and renew Let’s Encrypt certificates.

  • gpg

    Sign, verify, encrypt and decrypt with GnuPG keys.

  • shellcheck

    Catch quoting, portability and logic bugs in shell scripts.

  • hadolint

    Lint Dockerfiles against best practice before they build.

  • age-keygen

    Generate an age keypair for encrypting files and sops secrets.

  • gitleaks

    Scan files and git history for leaked secrets.

  • doppler

    Fetch and inject secrets from Doppler.

Get started

A real command line, already set up

Every agent runs on a sandboxed machine with the whole toolbox preinstalled. No setup step, on any plan.