entangle
The source is a tarball from the project's official domain (entangle-photo.org), which is not on the whitelist but plausibly legitimate; building from official project sources is normal AUR practice and does not constitute a real security risk.
Triggered rules
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 source is a tarball from the project's official domain (entangle-photo.org), which is not on the whitelist but plausibly legitimate; building from official project sources is normal AUR practice and does not constitute a real security risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:14
source=("http://entangle-photo.org/download/sources/${pkgname}-${pkgver}.tar.xz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: FabioLolix <fabio.loli@disroot.org>
# Contributor: Zdeněk Janeček <jan.zdenek@gmail.com>
pkgname=entangle
pkgver=3.0
pkgrel=4
pkgdesc="GTK graphical interface for tethered photography with digital cameras powered by libgphoto2"
arch=(x86_64 i686 aarch64)
url="https://gitlab.com/entangle/entangle"
license=(GPL-3.0-or-later)
depends=(dbus-glib gdk-pixbuf2 gtk3 libgphoto2 libgudev gobject-introspection lcms2
libpeas libgexiv2 libraw adwaita-icon-theme gstreamer itstool gst-plugins-base-libs)
makedepends=(intltool meson gtk-doc glib2-devel)
source=("http://entangle-photo.org/download/sources/${pkgname}-${pkgver}.tar.xz"
"https://github.com/FabioLolix/AUR-artifacts/raw/master/entangle-fix_build_for_meson_>=0.60.0.patch")
sha256sums=('9285ebab273ebe788d39a7c1bf19717cc6312cfcaa0bc55d65cf5a8d4f42a545'
'b816b7fdbe121044a8cafcf9648e770a91a4df38b0758781276db22c8d29cd50')
prepare() {
cd "${pkgname}-${pkgver}"
patch -Np1 -i ../"entangle-fix_build_for_meson_>=0.60.0".patch
}
build() {
# warning when build with -D_FORTIFY_SOURCE=3 (Arch Linux default)
export CFLAGS="${CFLAGS/D_FORTIFY_SOURCE=3/D_FORTIFY_SOURCE=2}"
export CXXFLAGS="${CXXFLAGS/D_FORTIFY_SOURCE=3/D_FORTIFY_SOURCE=2}"
export LDFLAGS="${LDFLAGS} -lm"
cd "${pkgname}-${pkgver}"
sed -i "s/'libraw_r'/'raw_r'/g" meson.build
arch-meson build -Denable-gtk-doc=true
ninja -C build all
}
check() {
cd "${pkgname}-${pkgver}"
ninja -C build test
}
package() {
cd "${pkgname}-${pkgver}"
DESTDIR="$pkgdir" ninja -C build install
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |