Skip to content

Security: Signetry/github-app

SECURITY.md

Security policy

The Signetry GitHub App is served by the hosted signetry service and governed by signetry-core. This repo holds the App's manifest and setup docs only.

Reporting

Open a private security advisory on the relevant repository (signetry for the hosted webhook/token handling, signetry-core for governance), or use the umbrella contact: https://github.com/Signetry/signetry. Do not open a public issue for an unpatched vulnerability.

Guarantees

  • Webhook deliveries are HMAC-verified against the App's webhook secret.
  • The installation token is short-lived, read-only for the diff, and comment-only to post — never passed to a coding-agent child process.
  • The App is comment-only; it never merges. auto_merge is always false.

There aren't any published security advisories