Skip to main content

AutoFTE

AutoFTE is a local-first command-line tool for triaging fuzzer crashes. It groups crashes by likely root cause, inspects binary exploit mitigations, and generates Markdown, HTML, JSON, and SARIF reports.

Install

AutoFTE supports Python 3.9 or newer on Linux. The recommended installation method is pipx:

pipx install autofte
autofte doctor

You can also install it with pip:

python3 -m pip install autofte

Try the demo

autofte demo

The bundled demo builds a small intentionally vulnerable target, triages its sample crashes, and writes the results to autofte-demo-output/.

Basic usage

autofte pipeline \
  --target-binary ./target \
  --source-file ./target.c \
  --crashes-dir ./crashes

AutoFTE uses sanitizer reports when available, falls back to GDB backtraces, and uses exit-signal grouping as a last resort. Run autofte --help to see all commands and options.

Requirements and optional tools

  • readelf, objdump, nm, ldd, file, and strings are required for binary analysis.
  • GDB, checksec, and AFL++ are optional.
  • Ollama is optional and is used only for local LLM-generated notes. Core triage and reporting work without it.

Crash data, binaries, and source code stay on your machine. AutoFTE makes no network calls except to an explicitly configured Ollama host.

Links

AutoFTE is licensed under the MIT License.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autofte-0.2.1.tar.gz (129.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

autofte-0.2.1-py3-none-any.whl (83.1 kB view details)

Uploaded Python 3

File details

Details for the file autofte-0.2.1.tar.gz.

File metadata

  • Download URL: autofte-0.2.1.tar.gz
  • Upload date:
  • Size: 129.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for autofte-0.2.1.tar.gz
Algorithm Hash digest
SHA256 442d1fbca3d14da05e02b7de8b17c6b27d76df02d2e07658e6bdaaf8675ac513
MD5 8b6cbfb4a1a4c661d442830002da871c
BLAKE2b-256 10bdc3d69b6e593227f7c7f3e33d18201a030b7d706090c90300931f9aea037e

See more details on using hashes here.

Provenance

The following attestation bundles were made for autofte-0.2.1.tar.gz:

Publisher: release.yml on Nathan-Luevano/AutoFTE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file autofte-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: autofte-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 83.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for autofte-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5cdb63aa2ccd349cd38be3a2ed4392a55117d168f6001ca6e95853aac9709f9d
MD5 96a62092bb017704df2ee186a36542c7
BLAKE2b-256 b819abe95de3d45fbcd614b72181679cbe1cd45347380da344d128ae102abc3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for autofte-0.2.1-py3-none-any.whl:

Publisher: release.yml on Nathan-Luevano/AutoFTE

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.2.1 This release

2 files

0.2.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page