easytranscript
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
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)
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# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
# Contributor: David Runge <dave@sleepmap.de>
pkgname=easytranscript
pkgver=2.51.5
pkgrel=1
pkgdesc="Easy to use transcription-software with a variety of features"
arch=(i686 x86_64)
url="https://e-werkzeug.eu/index.php/en/products/${pkgname}"
license=(Apache-2.0 CC-BY-SA-3.0-DE GPL-3.0-or-later LGPL-2.1-or-later)
depends=(java-openjfx java-commons-logging java-commons-io vlc)
makedepends=('java-environment=22' 'unzip')
source=("${pkgname}-${pkgver}.zip::https://e-werkzeug.eu/software/${pkgname}/versions/${pkgver}/${pkgname}.zip"
"${pkgname}.desktop"
"${pkgname}")
noextract=("${pkgname}-${pkgver}.zip")
sha512sums=('6ecdb19b97bde91cb6802e7568dfbf150cac29184bf5c0a31acf7ff8227c92a0409c853071906ee960eaa0f807fab4aab8a58943244548d34a52d1eb24d7d28d'
'210a9ef94a3d068e58392ff5d4aed85f4665d8fd614a6aa809ab7e7357b68b689788bf72da508650808e722f862f7c1b25c3f61babb15582b4ffc9593ae34a21'
'7057572280077fa89fb7b95b2a012f6328af608ca1166b957d0516a1ac71387979432ae9a035540ba4382a8d4d4247437157beacbe2f34b81a906d0932ecd0a2')
build() {
mkdir -vp "${pkgname}-${pkgver}"
unzip "${pkgname}-${pkgver}.zip" -d "${pkgname}-${pkgver}"
}
package() {
# TODO: replace beansbinding and commons-collection (which doesn't build)
# local libs=('AbsoluteLayout' 'beansbinding' 'commons-collections'
# 'commons-net' 'commons-vfs' 'dom4j' 'jdom' 'jintellitype' 'jna' 'JXGrabKey'
# 'mail' 'platform' 'poi' 'vlcj' 'xmlbeans')
cd "${pkgname}-${pkgver}"
install -vDm 644 "README (Troubleshooting Linux).txt" \
"${pkgdir}/usr/share/doc/${pkgname}/README"
install -vDm 644 easysysteminspector.jar \
-t "${pkgdir}/usr/share/java/${pkgname}"
install -vDm 644 "${pkgname}.jar" \
-t "${pkgdir}/usr/share/java/${pkgname}"
install -vDm 644 updater.jar \
-t "${pkgdir}/usr/share/java/${pkgname}"
# for library in "${libs[@]}"; do
# install -vDm 644 "lib/${library}"*.jar \
# -t "$pkgdir/usr/share/java/${pkgname}/lib/"
# done
install -vDm 755 libJXGrabKey.so -t "${pkgdir}/usr/share/java/${pkgname}/lib/"
install -vDm 644 logo.ico "${pkgdir}/usr/share/icons/${pkgname}.ico"
install -vDm 755 "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
install -vDm 644 "${srcdir}/${pkgname}.desktop" \
-t "${pkgdir}/usr/share/applications"
}
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 |