entangle

LOW
maintainer FabioLolix 49 votes scanned 2026-09-17 00:27:14.276658
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-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

Report a package

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

0 / 4000
Your suggestion