smstools3
maintainer denn
· 18 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official domain (smstools3.kekekasvi.com), which is not on standard hosting but plausibly belongs to the project; building from own-source is normal AUR behavior and poses low risk.
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 official domain (smstools3.kekekasvi.com), which is not on standard hosting but plausibly belongs to the project; building from own-source is normal AUR behavior and poses low risk.
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:15
source=(http://smstools3.kekekasvi.com/packages/$pkgname-$pkgver.tar.gz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Denis Yantarev <denis dot yantarev at gmail dot com>
2
3
pkgname=smstools3
4
pkgver=3.1.21
5
pkgrel=3
6
pkgdesc="SMS gateway which can send and receive messages through GSM modems and mobile phones"
7
arch=('i686' 'x86_64')
8
url="http://smstools3.kekekasvi.com/"
9
license=('GPL')
10
backup=(etc/smsd.conf etc/logrotate.d/smsd)
11
install=smsd.install
12
depends=('bash')
13
makedepends=()
14
conflicts=('gnokii')
15
source=(http://smstools3.kekekasvi.com/packages/$pkgname-$pkgver.tar.gz
16
gcc10.patch
17
smsd.install
18
smsd.conf
19
smsd.tmpfiles
20
smsd.logrotate
21
smsd.service)
22
md5sums=('6a9f038fb38a49cc3a4f8f14a88fb8af'
23
'26f7b474fee86b66d70405fc2e014432'
24
'24b41505c471d0594174bca4a1555f8f'
25
'ebc64ebc17f874fc0b1e6f0b4ce7fc79'
26
'6209da5f6d2b53bb8814f6181aa42848'
27
'647c58aa56c6a29d6e68e73c239715f4'
28
'7357a577480e95463112963f4244d2c1')
29
30
prepare() {
31
cd $srcdir/$pkgname
32
patch -p0 < $srcdir/gcc10.patch
33
}
34
35
build()
36
{
37
cd $srcdir/$pkgname || return 1
38
make || return 1
39
}
40
41
package()
42
{
43
cd $srcdir/$pkgname || return 1
44
45
mkdir -p $pkgdir/usr/bin/ || return 1
46
install -m0755 $srcdir/$pkgname/src/smsd $pkgdir/usr/bin/smsd || return 1
47
install -m0755 $srcdir/$pkgname/scripts/sendsms $pkgdir/usr/bin/sendsms || return 1
48
install -m0755 $srcdir/$pkgname/scripts/sms2html $pkgdir/usr/bin/sms2html || return 1
49
install -m0755 $srcdir/$pkgname/scripts/sms2unicode $pkgdir/usr/bin/sms2unicode || return 1
50
install -m0755 $srcdir/$pkgname/scripts/unicode2sms $pkgdir/usr/bin/unicode2sms || return 1
51
52
mkdir -p $pkgdir/etc/ || return 1
53
install -m0644 $srcdir/smsd.conf $pkgdir/etc/smsd.conf || return 1
54
55
mkdir -p $pkgdir/etc/logrotate.d/ || return 1
56
install -m0644 $srcdir/smsd.logrotate $pkgdir/etc/logrotate.d/smsd || return 1
57
58
mkdir -p $pkgdir/usr/lib/systemd/system/ || return 1
59
install -m0644 $srcdir/smsd.service $pkgdir/usr/lib/systemd/system/smsd.service || return 1
60
61
mkdir -p $pkgdir/usr/lib/tmpfiles.d/ || return 1
62
install -m0644 $srcdir/smsd.tmpfiles $pkgdir/usr/lib/tmpfiles.d/smsd.conf || return 1
63
64
mkdir -p $pkgdir/var/spool/sms/incoming || return 1
65
mkdir -p $pkgdir/var/spool/sms/outgoing || return 1
66
mkdir -p $pkgdir/var/spool/sms/checked || return 1
67
chmod 0750 $pkgdir/var/spool/sms || return 1
68
chmod 0770 $pkgdir/var/spool/sms/* || return 1
69
70
mkdir -p $pkgdir/var/log/smsd || return 1
71
chmod 0770 $pkgdir/var/log/smsd || return 1
72
}
73
74
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 |