> cat /dev/github | grep security-tools
discovered 03 Aug 2026

webhook

via awesome-list
→ View on GitHub
Webhook is a lightweight tool written in Go that facilitates the creation of HTTP endpoints (hooks) on a server, allowing users to execute predefined commands upon receiving requests. Its primary use case includes automating tasks in response to events from platforms like GitHub or Slack, with the ability to parse request data and enforce rules for triggering commands. Notable features include configurable hooks via JSON or YAML, command-line argument handling, and environment variable support for executing commands based on incoming HTTP requests.