haystack-editor-bin
maintainer Celsiuss
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from a CloudFront CDN, which is plausibly part of the project's official distribution; while not on a canonical domain, it is commonly used for hosting release artifacts and the checksums are verified, reducing risk.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary from a CloudFront CDN, which is plausibly part of the project's official distribution; while not on a canonical domain, it is commonly used for hosting release artifacts and the checksums are verified, reducing risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:15
source_x86_64=("https://d2dv27o1k99orf.cloudfront.net/Haystack+Editor+Linux-${pkgver}.zip")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Daniel Liland <liland@await.sh>
2
pkgname=haystack-editor-bin
3
_pkgname=haystack-editor
4
pkgver=0.20.3
5
pkgrel=1
6
pkgdesc="An IDE built on top of a canvas, Haystack takes care of the tedious and confusing parts of coding for you"
7
arch=('x86_64')
8
url="https://haystackeditor.com"
9
license=(none)
10
provides=('haystack-editor')
11
conflicts=('haystack-editor')
12
depends=(libxkbfile gnupg gtk3 libsecret nss gcc-libs libnotify libxss glibc lsof shared-mime-info xdg-utils alsa-lib)
13
14
source=(haystack-editor.desktop)
15
source_x86_64=("https://d2dv27o1k99orf.cloudfront.net/Haystack+Editor+Linux-${pkgver}.zip")
16
sha256sums=('e60118c2d914911da80fcea2976081d247cdfe8b24ca1baa74ebfadd984784bf')
17
sha256sums_x86_64=('b2adc63e5d16c5457cd9b673bf60ce913e4bd47bf901dfc266581e0a0bebd811')
18
19
package() {
20
_pkg="Haystack"
21
22
install -d "${pkgdir}/opt/${_pkgname}"
23
install -d "${pkgdir}/usr/bin"
24
install -d "${pkgdir}/usr/share/applications"
25
install -d "${pkgdir}/usr/share/icons"
26
27
install -m644 "${srcdir}/${_pkg}/resources/app/resources/linux/haystack.png" "${pkgdir}/usr/share/icons/${_pkgname}.png"
28
install -m644 "${srcdir}/haystack-editor.desktop" "${pkgdir}/usr/share/applications/haystack-editor.desktop"
29
30
install -Dm 644 "${srcdir}/${_pkg}/resources/completions/bash/haystack-editor" "${pkgdir}/usr/share/bash-completion/completions/haystack-editor"
31
install -Dm 644 "${srcdir}/${_pkg}/resources/completions/zsh/_haystack-editor" "${pkgdir}/usr/share/zsh/site-functions/_haystack-editor"
32
33
cp -r "${srcdir}/${_pkg}/"* "${pkgdir}/opt/${_pkgname}"
34
ln -s "/opt/${_pkgname}/bin/haystack-editor" "${pkgdir}/usr/bin/haystack-editor"
35
36
37
}
38
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |