From 6090bc68bcf776c5049857741518307254d42b4f Mon Sep 17 00:00:00 2001 From: Marco Argentieri <3596602+tiero@users.noreply.github.com> Date: Sun, 2 Aug 2026 00:33:50 +0200 Subject: [PATCH] docs: add SECURITY.md --- SECURITY.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..4401234 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,19 @@ +# Security Disclosures + +Security is a top priority for Ark Labs. If you discover a security issue, please bring it to our attention right away. Please DO NOT file a public issue, instead send your report privately by sending an email to . + +Security reports are greatly appreciated and we will publicly thank you for it. + +The following keys may be used to communicate sensitive information to developers: + +| Name | PGP Public Key URL | Fingerprint | +|------|-------------|-------------| +| Marco Argentieri | [https://github.com/tiero.gpg](https://github.com/tiero.gpg) | 0F6586CE8DA12FB1 | +| Pietralberto Mazza | [https://github.com/altafan.gpg](https://github.com/altafan.gpg) | 6C7639DEA147673B | +| Andrew Camilleri | [https://github.com/Kukks.gpg](https://github.com/Kukks.gpg) | F918A46E23064E28 | + +You can import a key by running the following command in your terminal and verify the fingerprint matches the one above: + +```bash +gpg --fetch-keys +```