From 0d829804f8ca94a2320e5cb4291f08585e337de6 Mon Sep 17 00:00:00 2001 From: David Matslofva Date: Fri, 13 Feb 2026 14:30:23 +0100 Subject: [PATCH 1/2] update get release version --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index c7ae1dd..fa1bcc8 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -34,7 +34,7 @@ detect_platform() { # Get latest release version get_latest_version() { - curl -s "https://api.github.com/repos/${REPO}/releases/latest" | \ + curl -sL "https://updates.ghostsecurity.ai/repos/${REPO}/releases/latest" | \ grep '"tag_name":' | \ sed -E 's/.*"([^"]+)".*/\1/' } From 9fc476ab82ccbaf67674cbde447f21091f3d10cb Mon Sep 17 00:00:00 2001 From: David Matslofva Date: Fri, 13 Feb 2026 14:38:43 +0100 Subject: [PATCH 2/2] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8742a51..097080d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Ghost Security Poltergeist -High-performance secret scanner for source code, using [Vectorscan/Hyperscan](https://github.com/VectorCamp/vectorscan) for fast multi-pattern matching. Poltergeist is designed to be easy to use by humans and AI agents alike. +High-performance secret scanner for source code, using [Vectorscan/Hyperscan](https://github.com/VectorCamp/vectorscan) for fast multi-pattern matching. Poltergeist is designed to be easy to use by humans and AI agents alike. For AI agent integration, see [Ghost Security Skills](https://github.com/ghostsecurity/skills). ![Demo](./docs/demo.gif)