Metadata-Version: 2.4
Name: hookwarden
Version: 0.3.0
Summary: hookwarden — webhook signature-verification audit. The Python package downloads the standalone binary on first invocation, verifies its SHA-256, caches it, and execs into it.
Author-email: Adelina Lipsa <adelina.lipsa@gmail.com>
License: Apache-2.0
Project-URL: Homepage, https://hookwarden.dev
Project-URL: Repository, https://github.com/Hookwarden/hookwarden
Keywords: hookwarden,webhook,security,audit,pre-commit
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: platformdirs<5,>=4
Requires-Dist: filelock<4,>=3
Provides-Extra: dev
Requires-Dist: pytest<9,>=8; extra == "dev"
Dynamic: license-file

# hookwarden

The canonical hookwarden CLI is distributed as an npm package. Install via:

```
npx hookwarden@latest scan
```

This PyPI listing exists primarily for defensive registration alongside the npm package.

See https://hookwarden.dev for documentation. License: Apache 2.0.
