openvet audit
Author, sign, and publish audits to a log you operate.
The openvet audit family covers the authoring loop: drafting an audit,
editing it, signing it with your key, and publishing it to a log.
Subcommands #
openvet audit new <subject> # draft a new audit for a package
openvet audit edit # open the draft in your editor (or TUI)
openvet audit sign # sign with the configured key
openvet audit publish # append the signed audit to your logThe authoring loop #
openvet audit new <package>creates an in-progress audit draft.openvet audit editopens the draft for review — either in your$EDITORor in OpenVet’s built-in TUI, depending on configuration.openvet audit signproduces the cryptographic signature using the key declared inopenvet.toml.openvet audit publishappends the signed audit to your log, advancing its head.
See also #
- Project configuration for how
the audit key is declared in
openvet.toml. - User configuration for key storage locations and editor preferences.
TODO: walk through a complete first-audit example, including key generation and log setup.