easytranscript
maintainer carlosal1015
· 6 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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>
3
pkgname=easytranscript
4
pkgver=2.51.5
5
pkgrel=1
6
pkgdesc="Easy to use transcription-software with a variety of features"
7
arch=(i686 x86_64)
8
url="https://e-werkzeug.eu/index.php/en/products/${pkgname}"
9
license=(Apache-2.0 CC-BY-SA-3.0-DE GPL-3.0-or-later LGPL-2.1-or-later)
10
depends=(java-openjfx java-commons-logging java-commons-io vlc)
11
makedepends=('java-environment=22' 'unzip')
12
source=("${pkgname}-${pkgver}.zip::https://e-werkzeug.eu/software/${pkgname}/versions/${pkgver}/${pkgname}.zip"
13
"${pkgname}.desktop"
14
"${pkgname}")
15
noextract=("${pkgname}-${pkgver}.zip")
16
sha512sums=('6ecdb19b97bde91cb6802e7568dfbf150cac29184bf5c0a31acf7ff8227c92a0409c853071906ee960eaa0f807fab4aab8a58943244548d34a52d1eb24d7d28d'
17
'210a9ef94a3d068e58392ff5d4aed85f4665d8fd614a6aa809ab7e7357b68b689788bf72da508650808e722f862f7c1b25c3f61babb15582b4ffc9593ae34a21'
18
'7057572280077fa89fb7b95b2a012f6328af608ca1166b957d0516a1ac71387979432ae9a035540ba4382a8d4d4247437157beacbe2f34b81a906d0932ecd0a2')
19
20
build() {
21
mkdir -vp "${pkgname}-${pkgver}"
22
unzip "${pkgname}-${pkgver}.zip" -d "${pkgname}-${pkgver}"
23
}
24
25
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |