yate-bts
maintainer goabonga
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's own domain (yate.null.ro), which is plausibly official despite not being on a standard host whitelist; building from project-owned infrastructure is normal for AUR packages.
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 tarball from the project's own domain (yate.null.ro), which is plausibly official despite not being on a standard host whitelist; building from project-owned infrastructure is normal for AUR packages.
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:11
source=("http://yate.null.ro/tarballs/yatebts6/yate-bts-${pkgver}-1.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Chris BECKER <goabonga@protonmail.com>
2
3
pkgname=yate-bts
4
pkgver=6.0.0
5
pkgrel=1
6
pkgdesc="YateBTS is an open source GSM Base Station software."
7
arch=('x86_64')
8
url="https://yatebts.com/"
9
license=('GPL')
10
depends=('yate')
11
source=("http://yate.null.ro/tarballs/yatebts6/yate-bts-${pkgver}-1.tar.gz"
12
"gcc.patch")
13
sha256sums=('02c9a38f4051141868fb5dabf890f589fb59bb6739edd575892c450be726252f'
14
'5b1714e8e789cd4a0f5283e0bfcc07cfaf975cb729d95f2a0165661cda08871d')
15
backup=('etc/yate/snmp_data.conf'
16
'etc/yate/ybts.conf'
17
'etc/yate/tmsidata.conf'
18
'etc/yate/subscribers.conf')
19
optdepends=('nginx: nipc_web support'
20
'apache: nipc_web support'
21
'php-fpm: nipc_web support')
22
23
prepare() {
24
cd $pkgname
25
patch -Np1 -i "${srcdir}/gcc.patch"
26
}
27
28
build() {
29
cd $srcdir/${pkgname}
30
./configure --prefix=/usr \
31
--sysconfdir=/etc
32
make
33
}
34
35
package(){
36
cd $srcdir/${pkgname}
37
make DESTDIR=$pkgdir install
38
touch $pkgdir/etc/yate/snmp_data.conf $pkgdir/etc/yate/tmsidata.conf
39
}
40
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 |