# abi3audit mit Homebrew installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für abi3audit in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:abi3audit
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install abi3audit
```

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:abi3audit
- **Paketmanager:** Homebrew
- **Version:** 0.0.26
- **Quellzusammenfassung:** Scans Python packages for abi3 violations and inconsistencies
- **Homepage:** <https://github.com/pypa/abi3audit>
- **Zuletzt aktualisiert:** 2026-05-26T23:37:45-04:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- abi3audit (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.0.26
## Projektgeschichte und Nutzung

abi3audit is a Python packaging audit tool for finding violations and inconsistencies in Python abi3 extension modules and wheels. It can inspect local shared objects, wheels, PyPI packages, and package release histories.

### Projektgeschichte

The README says abi3audit was created by Trail of Bits and is now maintained as part of the Python Packaging Authority. GitHub release metadata for early versions still references the trailofbits repository, while current PyPI metadata points to the PyPA source repository.

### Adoptionsgeschichte

abi3audit emerged from security and packaging concerns around Python's stable ABI. Its transfer to PyPA made it part of the Python packaging tool ecosystem, and the Homebrew input facts show it packaged as a command-line tool for macOS users.

### Wie es verwendet wird

Users run abi3audit against a shared object, a wheel file, or a PyPI package name. The README documents verbose output for mismatch details and a JSON report mode for tooling integration.

### Warum Paket-Nerds sich dafür interessieren

abi3audit is package-nerd significant because abi3 wheels promise compatibility across CPython minor versions, but that promise is not automatically enforced at install time. The tool gives maintainers and distribution builders a way to check whether wheel tags and actual exported symbols agree.

### Zeitleiste

- 2022-09-20: Current GitHub repository created.
- 2022-09-28: Earliest GitHub release in the current release list is v0.0.2.
- 2022: Early release notes reference the Trail of Bits repository.
- 2022-11: README links Trail of Bits writing about finding bugs with abi3audit.
- 2025: Release series continues under PyPA with packaging and Python-version maintenance.
- 2026-01-23: v0.0.26 released.

### Related projects

- Related projects and standards include CPython's stable ABI, abi3 wheel tags, PyPI, PyPA packaging tools, setuptools' py-limited-api option, auditwheel, and Kaitai Struct parsers used by the project.

### Quellen

- Official README, PyPI metadata, GitHub repository metadata, and GitHub release metadata.


## Sicherheitshinweise

Für abi3audit wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## Combined YAML source

View the package source record on GitHub. [combined/abi3audit.yml](https://github.com/mxcl/pkgdb/blob/main/combined/abi3audit.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
