gbgoffice
maintainer gtarch
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads source code and data files from project-related hosts; the non-whitelisted source is a dictionary data pack, not an executable, and all sources have valid checksums, making the risk low.
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 package downloads source code and data files from project-related hosts; the non-whitelisted source is a dictionary data pack, not an executable, and all sources have valid checksums, making the risk low.
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=("http://gbgoffice.info/d/$pkgname-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: George Tellalov <gtellalov at gmail dot com>
2
pkgname=gbgoffice
3
pkgver=1.4
4
pkgrel=12
5
epoch=
6
pkgdesc="Bulgarian English two-way dictionary"
7
arch=('x86_64')
8
url="http://gbgoffice.info"
9
license=('GPL2')
10
groups=()
11
depends=('gtkmm')
12
source=("http://gbgoffice.info/d/$pkgname-$pkgver.tar.gz"
13
"https://deb.debian.org/debian/pool/main/g/$pkgname/${pkgname}_$pkgver-$pkgrel.debian.tar.xz"
14
"full-pack.tar.bz2::https://sourceforge.net/projects/bgoffice/files/Full%20Pack%20of%20Dictionaries/1.0/full-pack.tar.bz2/download")
15
sha256sums=('e4459bdde092eefb8bf84d9a915fcf07760d51c36ded3b74f280c614e0ae3561'
16
'99c3fb5423252516e84d35271744cae3904c53da6490a5fea5eae61db230ba88'
17
'ebb46679dba292636e8b2a5eea132e7dddb949e37b402315327303fb5f12aed8')
18
prepare() {
19
cd "$pkgname-$pkgver"
20
for patch in $(cat ../debian/patches/series); do
21
patch -p1 < ../debian/patches/$patch
22
done
23
}
24
25
build() {
26
cd "$pkgname-$pkgver"
27
./configure --prefix=/usr --mandir=/usr/share/man
28
make
29
}
30
31
check() {
32
cd "$pkgname-$pkgver"
33
make -k check
34
}
35
36
package() {
37
install -Dm644 -vt "$pkgdir/usr/share/bgoffice/" full-pack/data/*
38
install -Dm644 -vt "$pkgdir/usr/share/applications/" \
39
debian/gbgoffice.desktop
40
cd "$pkgname-$pkgver"
41
install -Dm644 -vT pixmaps/gbgoffice-icon.png \
42
"$pkgdir/usr/share/pixmaps/gbgoffice.png"
43
make DESTDIR="$pkgdir/" install
44
}
45
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 |