elan-bin

LOW
maintainer marcool04 2 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a tarball from the official project's host (mpi.nl), which is plausibly the project's own release infrastructure; building from this source is standard practice for AUR packages and poses no inherent 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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the official project's host (mpi.nl), which is plausibly the project's own release infrastructure; building from this source is standard practice for AUR packages and poses no inherent 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:31 source=("https://www.mpi.nl/tools/${_pkgname}/${_pkgname_caps}_${pkgver//\./\-}_linux.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Mark Collins <tera_1225 [at] hotmail [ðot] com>
2pkgname=elan-bin
3_pkgname=elan
4_pkgname_caps=ELAN
5pkgver="7.1"
6pkgrel=3
7pkgdesc="A video and audio annotation tool"
8arch=('x86_64')
9url="https://tla.mpi.nl/tools/tla-tools/elan/"
10provides=('elan')
11conflicts=('elan')
12depends=(
13 'alsa-lib'
14 'ffmpeg'
15 'freetype2'
16 'gcc-libs'
17 'glibc'
18 'libx11'
19 'libxcb'
20 'libxext'
21 'libxi'
22 'libxrender'
23 'libxtst'
24 'zlib'
25)
26optdepends=(
27 'vlc: enable use of VLC as the media framework'
28 'vlc-plugins-all: enable use of VLC as the media framework'
29)
30license=('GPL-3.0-or-later')
31source=("https://www.mpi.nl/tools/${_pkgname}/${_pkgname_caps}_${pkgver//\./\-}_linux.tar.gz"
32 "${_pkgname}.desktop"
33 "${_pkgname}_wrapper.sh")
34sha256sums=('ab0095ccb4dca8439d76da6cb14d22613c446d6edf021729ca454f65d9c77b94'
35 '29952b1c1cc51afec11e9aaf119e65656199b8eaa41972854fe0b1871dfd0dcb'
36 'baf3fc09376cc59df4db7239cda6c1f23999d3414aa644ef29c7a7ae09211a62')
37options=(!debug)
38
39package() {
40 cd "${srcdir}/${_pkgname_caps}_${pkgver}/"
41
42 echo "Installing ${_pkgname} in /opt/${_pkgname}"
43 install -d -m755 "${pkgdir}/opt/${_pkgname}"
44 install -d -m755 "${pkgdir}/opt/${_pkgname}/bin"
45 cp -r "lib" "${pkgdir}/opt/${_pkgname}/"
46 install -D -m755 "bin/${_pkgname_caps}_$pkgver" "${pkgdir}/opt/${_pkgname}/bin/"
47
48 echo "Installing binary wrapper shell script"
49 sed -i 's/VERSIONSTRINGHERE/'"$pkgver"'/' "${srcdir}/${_pkgname}_wrapper.sh"
50 install -d -m755 "${pkgdir}/usr/bin/"
51 install -D "${srcdir}/${_pkgname}_wrapper.sh" "${pkgdir}/usr/bin/${_pkgname}"
52
53 echo "Installing desktop file"
54 install -d -m755 "${pkgdir}/usr/share/applications/"
55 install -D "${srcdir}/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/"
56
57 echo "Installing logo"
58 install -d -m755 "${pkgdir}/usr/share/pixmaps"
59 install -D "${srcdir}/${_pkgname_caps}_${pkgver}/lib/${_pkgname_caps}_${pkgver}.png" \
60 "${pkgdir}/usr/share/pixmaps/${_pkgname}.png"
61}
62

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