easytranscript

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

The source is a project-specific zip file downloaded from the official project domain (e-werkzeug.eu), which hosts the software; despite the non-whitelisted host, this is a legitimate build of the project's own code, not an untrusted binary or remote code execution.

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 project-specific zip file downloaded from the official project domain (e-werkzeug.eu), which hosts the software; despite the non-whitelisted host, this is a legitimate build of the project's own code, not an untrusted binary or remote code execution.

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:12 source=("${pkgname}-${pkgver}.zip::https://e-werkzeug.eu/software/${pkgname}/versions/${pkgver}/${pkgname}.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
2# Contributor: David Runge <dave@sleepmap.de>
3pkgname=easytranscript
4pkgver=2.51.5
5pkgrel=1
6pkgdesc="Easy to use transcription-software with a variety of features"
7arch=(i686 x86_64)
8url="https://e-werkzeug.eu/index.php/en/products/${pkgname}"
9license=(Apache-2.0 CC-BY-SA-3.0-DE GPL-3.0-or-later LGPL-2.1-or-later)
10depends=(java-openjfx java-commons-logging java-commons-io vlc)
11makedepends=('java-environment=22' 'unzip')
12source=("${pkgname}-${pkgver}.zip::https://e-werkzeug.eu/software/${pkgname}/versions/${pkgver}/${pkgname}.zip"
13 "${pkgname}.desktop"
14 "${pkgname}")
15noextract=("${pkgname}-${pkgver}.zip")
16sha512sums=('6ecdb19b97bde91cb6802e7568dfbf150cac29184bf5c0a31acf7ff8227c92a0409c853071906ee960eaa0f807fab4aab8a58943244548d34a52d1eb24d7d28d'
17 '210a9ef94a3d068e58392ff5d4aed85f4665d8fd614a6aa809ab7e7357b68b689788bf72da508650808e722f862f7c1b25c3f61babb15582b4ffc9593ae34a21'
18 '7057572280077fa89fb7b95b2a012f6328af608ca1166b957d0516a1ac71387979432ae9a035540ba4382a8d4d4247437157beacbe2f34b81a906d0932ecd0a2')
19
20build() {
21 mkdir -vp "${pkgname}-${pkgver}"
22 unzip "${pkgname}-${pkgver}.zip" -d "${pkgname}-${pkgver}"
23}
24
25package() {
26 # TODO: replace beansbinding and commons-collection (which doesn't build)
27 # local libs=('AbsoluteLayout' 'beansbinding' 'commons-collections'
28 # 'commons-net' 'commons-vfs' 'dom4j' 'jdom' 'jintellitype' 'jna' 'JXGrabKey'
29 # 'mail' 'platform' 'poi' 'vlcj' 'xmlbeans')
30 cd "${pkgname}-${pkgver}"
31 install -vDm 644 "README (Troubleshooting Linux).txt" \
32 "${pkgdir}/usr/share/doc/${pkgname}/README"
33 install -vDm 644 easysysteminspector.jar \
34 -t "${pkgdir}/usr/share/java/${pkgname}"
35 install -vDm 644 "${pkgname}.jar" \
36 -t "${pkgdir}/usr/share/java/${pkgname}"
37 install -vDm 644 updater.jar \
38 -t "${pkgdir}/usr/share/java/${pkgname}"
39 # for library in "${libs[@]}"; do
40 # install -vDm 644 "lib/${library}"*.jar \
41 # -t "$pkgdir/usr/share/java/${pkgname}/lib/"
42 # done
43 install -vDm 755 libJXGrabKey.so -t "${pkgdir}/usr/share/java/${pkgname}/lib/"
44 install -vDm 644 logo.ico "${pkgdir}/usr/share/icons/${pkgname}.ico"
45 install -vDm 755 "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
46 install -vDm 644 "${srcdir}/${pkgname}.desktop" \
47 -t "${pkgdir}/usr/share/applications"
48}
49

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