entangle

maintainer FabioLolix · 49 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged 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

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 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)
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:14 source=("http://entangle-photo.org/download/sources/${pkgname}-${pkgver}.tar.xz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: FabioLolix <fabio.loli@disroot.org>
2# Contributor: Zdeněk Janeček <jan.zdenek@gmail.com>
3
4pkgname=entangle
5pkgver=3.0
6pkgrel=4
7pkgdesc="GTK graphical interface for tethered photography with digital cameras powered by libgphoto2"
8arch=(x86_64 i686 aarch64)
9url="https://gitlab.com/entangle/entangle"
10license=(GPL-3.0-or-later)
11depends=(dbus-glib gdk-pixbuf2 gtk3 libgphoto2 libgudev gobject-introspection lcms2
12 libpeas libgexiv2 libraw adwaita-icon-theme gstreamer itstool gst-plugins-base-libs)
13makedepends=(intltool meson gtk-doc glib2-devel)
14source=("http://entangle-photo.org/download/sources/${pkgname}-${pkgver}.tar.xz"
15 "https://github.com/FabioLolix/AUR-artifacts/raw/master/entangle-fix_build_for_meson_>=0.60.0.patch")
16sha256sums=('9285ebab273ebe788d39a7c1bf19717cc6312cfcaa0bc55d65cf5a8d4f42a545'
17 'b816b7fdbe121044a8cafcf9648e770a91a4df38b0758781276db22c8d29cd50')
18
19prepare() {
20 cd "${pkgname}-${pkgver}"
21 patch -Np1 -i ../"entangle-fix_build_for_meson_>=0.60.0".patch
22}
23
24build() {
25 # warning when build with -D_FORTIFY_SOURCE=3 (Arch Linux default)
26 export CFLAGS="${CFLAGS/D_FORTIFY_SOURCE=3/D_FORTIFY_SOURCE=2}"
27 export CXXFLAGS="${CXXFLAGS/D_FORTIFY_SOURCE=3/D_FORTIFY_SOURCE=2}"
28
29 export LDFLAGS="${LDFLAGS} -lm"
30
31 cd "${pkgname}-${pkgver}"
32 sed -i "s/'libraw_r'/'raw_r'/g" meson.build
33 arch-meson build -Denable-gtk-doc=true
34 ninja -C build all
35}
36
37check() {
38 cd "${pkgname}-${pkgver}"
39 ninja -C build test
40}
41
42package() {
43 cd "${pkgname}-${pkgver}"
44 DESTDIR="$pkgdir" ninja -C build install
45}
46

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