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>
2pkgname=haystack-editor-bin
3_pkgname=haystack-editor
4pkgver=0.20.3
5pkgrel=1
6pkgdesc="An IDE built on top of a canvas, Haystack takes care of the tedious and confusing parts of coding for you"
7arch=('x86_64')
8url="https://haystackeditor.com"
9license=(none)
10provides=('haystack-editor')
11conflicts=('haystack-editor')
12depends=(libxkbfile gnupg gtk3 libsecret nss gcc-libs libnotify libxss glibc lsof shared-mime-info xdg-utils alsa-lib)
13
14source=(haystack-editor.desktop)
15source_x86_64=("https://d2dv27o1k99orf.cloudfront.net/Haystack+Editor+Linux-${pkgver}.zip")
16sha256sums=('e60118c2d914911da80fcea2976081d247cdfe8b24ca1baa74ebfadd984784bf')
17sha256sums_x86_64=('b2adc63e5d16c5457cd9b673bf60ce913e4bd47bf901dfc266581e0a0bebd811')
18
19package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion