# `mix safe`
[🔗](https://github.com/erlang-solutions/safe-mix-plugin/blob/main/lib/mix/tasks/safe.ex#L1)

Runs SAFE security vulnerability scans on your Elixir/Mix project.

## Usage

    mix safe <subcommand> [options]

## Subcommands

  * `fingerprint` — run the SAFE fingerprint phase
  * `analyse`     — run the SAFE analysis phase
  * `download`    — download the SAFE binary only
  * `version`     — print plugin and binary versions
  * `help`        — print this help

## Examples

    mix safe fingerprint
    mix safe analyse
    mix safe download
    mix safe version

## Debug logging

Detailed debug output is written to `_build/safe/safe.log`. The terminal
shows only info-level messages.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
