babeledit
maintainer regazzoj
· 6 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The source is a prebuilt .deb from the official vendor's domain (codeandweb.com), which hosts the project's own releases; while not on a standard forge, it is the legitimate distribution point, and the package installs only extracted files with no remote code execution or obfuscation.
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 prebuilt .deb from the official vendor's domain (codeandweb.com), which hosts the project's own releases; while not on a standard forge, it is the legitimate distribution point, and the package installs only extracted files with no remote code execution or obfuscation.
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=("https://www.codeandweb.com/download/babeledit/${pkgver}/BabelEdit-${pkgver}.deb")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: regazzoj <regazzoj[at]pm[dot]me>
2
# Contributor: atrujillo <atrujillo92work@gmail.com>
3
# Contributor: asamk <asamk@gmx.de>
4
5
pkgname=babeledit
6
pkgver=5.6.0
7
pkgrel=1
8
pkgdesc="Translation editor for web apps"
9
arch=('x86_64')
10
url="https://www.codeandweb.com/babeledit/download"
11
license=('custom')
12
depends=('hicolor-icon-theme')
13
optdepends=()
14
source=("https://www.codeandweb.com/download/babeledit/${pkgver}/BabelEdit-${pkgver}.deb")
15
sha256sums=('a18c768bb726d80e72bdac0290cf20e0cd902be1a481226f1b745f0595da3d36')
16
17
package() {
18
bsdtar -O -xf "BabelEdit-${pkgver}".deb data.tar.zst | bsdtar -C "${pkgdir}" -xJf -
19
20
# Move license
21
install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
22
mv "${pkgdir}/usr/share/babeledit/documents/LicenseAgreement.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
23
ln -s "/usr/share/licenses/${pkgname}/LICENSE" "${pkgdir}/usr/share/babeledit/documents/LicenseAgreement.txt"
24
}
25
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-18 00:03@@ -3,7 +3,7 @@ # Contributor: asamk <asamk@gmx.de> pkgname=babeledit-pkgver=5.5.1+pkgver=5.6.0 pkgrel=1 pkgdesc="Translation editor for web apps" arch=('x86_64')@@ -12,7 +12,7 @@ depends=('hicolor-icon-theme') optdepends=() source=("https://www.codeandweb.com/download/babeledit/${pkgver}/BabelEdit-${pkgver}.deb")-sha256sums=('dd51d8a874bb6fe8f7cb72f12223c88cadfc7f649fd9b54903702a6b82d00d79')+sha256sums=('a18c768bb726d80e72bdac0290cf20e0cd902be1a481226f1b745f0595da3d36') package() { bsdtar -O -xf "BabelEdit-${pkgver}".deb data.tar.zst | bsdtar -C "${pkgdir}" -xJf -Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 15:32:49 | MEDIUM | 1 |
| 2026-06-19 19:07:35 | CLEAN | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |